Can iTextSharp rasterize/export to JPEG or other image format?
Posted
by SkippyFire
on Stack Overflow
See other posts from Stack Overflow
or by SkippyFire
Published on 2010-04-26T16:00:26Z
Indexed on
2010/04/27
13:13 UTC
Read the original article
Hit count: 710
I need to be able to export PDF's that I am creating to JPEG, so that users can have a screenshot/thumbnail of the end product, which is faster than opening the whole PDF.
I am running this on an ASP.NET website running in Medium Trust in the Rackspace Mosso Cloud.
I have yet to find a library that will either work in Medium trust, or in the case of ABC PDF, which works great locally, wont load in Mosso. Maybe Mosso has a custom trust level?
I know that iTextSharp works on Mosso, but I haven't been able to figure how to "screenshot" a single page of a PDF, or export a page to JPEG. Is there anyone out there who has done this before?
© Stack Overflow or respective owner