I\'m creating a document viewing web application. You log in and it takes you to a screen where you have all your docs listed on the left. I want to make it so that when y
For creating the PDF preview, first have a look at some other discussions on the subject on StackOverflow:
If these don't answer your question, you can try a couple more things:
Hope this helps.
Here I render the jpeg thumbnails of the first page of the pdf document when a file is uploaded. When the user clicks he can download the document (or open them direcly in the browser) to read and print them.
Update: to create the thumbnails I used a .net component called PDFView4NET from O2Solutions