Help me to solve this ?
How To Convert Pdf file to Image file in c#.Net ?
Without third party tool .....!!
Loading
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.
Kip HackmanPosted Jul 24, 2020, 12:03 PM
Rajeesh MenothPosted Jan 17, 2016, 7:40 AM
arron leePosted Jul 20, 2015, 2:16 AM
Chahel AnanthaPosted Apr 28, 2015, 5:12 AM
In order to convert the PDF into an image you need first to decode it and windows doesn't natively support PDF so you either need to implement the code for decoding the PDF yourself or use a third party DLL to do that. I used lead tools in my code because my project needs some advanced features but if you want a simple load of the PDF to save it as an image, you'll find lots of good simple free DLLs that can help you do what you want.
Manish Kumar ChoudharyPosted Mar 3, 2015, 2:40 AM
Go through following articles it will help you
http://www.codeproject.com/Articles/28609/Converting-Image-Files-to-PDF
https://code.google.com/p/lib-pdf/
http://www.codeproject.com/Articles/32274/How-To-Convert-PDF-to-Image-Using-Ghostscript-API