How to extract images from pdf and save into folder in C# ?
How to extract images from pdf and save into folder in C# ?
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.
Kamel SaedPosted Apr 29, 2015, 3:15 PM
I am currently using leadtools programming functions to extract pages from PDF files using PDFFile.ExtractPages method.
I am enumerating all objects inside the PDF document using the PDFDocument.ParsePages method. If the current object is an image object, I call the ExtractPages method to extract the current page.
I hope this helps
Anil KumarPosted Mar 2, 2015, 1:04 PM
http://www.vbforums.com/showthread.php?530736-2005-Extract-Images-from-a-PDF-file-using-iTextSharp
To help others, Please mark the solution as Accepted it it solves the purpose