PDF to image...

lidds

Well-known member
Joined
Oct 19, 2004
Messages
122
Programming Experience
Beginner
I need to convert a PDF file to image format, preferably png format. Is someone able to post me some code to do this, or if it is difficult to acheive is there a third party ocx etc. that I can use to achive this?

Thanks in advance

Simon
 
To my knowledge, .Net can't handle PDFs on its own. What we have where I work is called LEADTools. And while its expensive, it gets the job done decently.

Another one that I tried and worked well is AdultPDF. Its quite a bit cheaper and has a version with a GUI, a command line version and an API that you can code into.

Those a just a couple of suggestions. I'd also google around and see what you can find.
 
Back
Top