[RESOLVED] Generate Image From PDF
Hey,
I'm using iTextSharp to generate PDF's and I need to now generate an Image from the PDF. I currently cant find an open source solution. Can anyone point me ion the direction? I dont mind what technology it is php/asp/.net as long as it works!
Thanks
Pino
Re: Generate Image From PDF
Found this, this and this.
Re: Generate Image From PDF
(Thanks for the google, I did allready look around) 2 of them are not free they require the professional Adobe Reader (And erven then its againt there rules to use it on a webserver)
The GhostScript one is the one I have used, however it seems pretty poor. When using custom fonts in the PDF (They are embeded) the image generated doesnt display the fonts very well.
Thanks for the post. looks like I might have to scrap this preview bit for now.
ANyone else any suggestions?
Pino
Re: Generate Image From PDF
I'm not sure if you can find what you are looking for here but I have found several articles which apparently explain how to do what you want in VB.Net, C++, etc.
Re: Generate Image From PDF
Quote:
Originally Posted by
Pino
Hey,
I'm using iTextSharp to generate PDF's and I need to now generate an Image from the PDF. I currently cant find an open source solution. Can anyone point me ion the direction? I dont mind what technology it is php/asp/.net as long as it works!
Thanks
Pino
I found this.
:wave:
Re: Generate Image From PDF
Thanks, but they are PDF Generation libarys!
I've sorted this now using GhostScript. Quality of fonts is rubbish on windows but will do for now.
Pino