Using C#, I need to convert each page of a PDF file into separate images and display the images.
Is it possible to do this without using a 3rd party DLL?
See Question&Answers more detail:osUsing C#, I need to convert each page of a PDF file into separate images and display the images.
Is it possible to do this without using a 3rd party DLL?
See Question&Answers more detail:osYou can also use a c# code that is easly downloadable from Code Project that use Ghostscript
http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx