Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For creating the PDF preview, first have a look at some other discussions on the subject on StackOverflow:</p> <ul> <li><a href="https://stackoverflow.com/questions/175528/how-can-i-take-preview-of-documents">How can I take preview of documents?</a></li> <li><a href="https://stackoverflow.com/questions/502/get-a-preview-jpeg-of-a-pdf-on-windows">Get a preview jpeg of a pdf on windows?</a></li> </ul> <p>If these don't answer your question, you can try a couple more things:</p> <ul> <li>You can get a commercial renderer (<a href="http://www.o2sol.com/pdfview4net/overview.htm" rel="nofollow noreferrer">PDFViewForNet</a>, <a href="http://tallcomponents.com/default.aspx?id=pdfrasterizer2" rel="nofollow noreferrer">PDFRasterizer.NET</a>, <a href="http://www.websupergoo.com/abcpdf-1.htm" rel="nofollow noreferrer">ABCPDF</a>, <a href="http://www.activepdf.com/" rel="nofollow noreferrer">ActivePDF</a>, ...).<br> Most are fairly expensive though, especially if all you care about is making thumbnails.</li> <li>There is a <a href="http://www.codeproject.com/KB/GDI-plus/pdfthumbnail.aspx" rel="nofollow noreferrer">CodeProject article</a> that shows how to use the Adobe ActiveX, but it may be out of date, easily broken by new releases and its legality is murky.</li> <li>Install GhostScript on the server and request rendered thumbnails of any page from it.<br> I did a small project that you will find on the <a href="http://community.devexpress.com/forums/p/55582/188207.aspx#188207" rel="nofollow noreferrer">Developer Express forums</a> as an attachment.<br> Be careful of the license requirements for GhostScript through.<br> I use it for an internal software and it's working pretty well.</li> </ul> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload