Reputation: 1254
As my question says .. I want to show my pdf file as a preview image(size of a thumb nail) when clicked on, using angularjs.
So far i have only found ways on how to view a pdf file on a webpage or how to preview image before uploading.
Any idea on which directives i can use or a path that i should follow.
I am lost beyond hope.
Any help no matter how small, is welcome. Thanks in advance.
Upvotes: 2
Views: 1920
Reputation: 118
I think, you can achieve this only by using some backend workaround. You must prepeare preview image for PDF.
You can use pdftk to get first page of PDF. Then you can convert it to image using imagemagic. Here is some workaround. I hove it will help you.
Upvotes: 2