I need to convert pdf to image in my application,,.
please anyone suggest me Any Free Pdf to image conversion dll
or Help me for Creating dll for image conversion..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Leon DPosted Jun 23, 2016, 4:47 AM
Kip HackmanPosted Sep 18, 2020, 11:46 AM
PacakPosted Nov 29, 2016, 3:12 AM
I recommend to use "poppler" tools as command line utility: you may execute it with System.Diagnostics.Process from C# code and in this case GPL license does not violated.
Madhan KumarPosted Jun 30, 2016, 8:46 AM
Vinay SinghPosted Jun 23, 2016, 4:24 AM
Use LibPdf(http://code.google.com/p/lib-pdf/downloads/list OR https://sourceforge.net/projects/libpdf/), for PDF to Image conversion
Usage example:
In its simplest form, it's just like writing a command