have an 200 pdf in a folder. so, i want to export that pdf files into word docx .
when i selecting source folder in windows application button click then all 200 pdf files will export into word files(200).
please, give me reply as early as possible
Rodney MichaelsonPosted May 28, 2014, 2:24 AM
1) If the PDF contains text elements, convert the PDF to EMF by printing it to a virtual printer driver and save the EMF to DOCX.
2) If the PDF is an image based PDF, use Optical Character Recognition also known as OCR to convert the text in the images to text and save the images and text as document DOCX. I know of at least one sdk that can do this which is leadtools. I'm sure that there are other sdks but this is the one I tested,
About the first option, there are sdks such as EmfPrinter that can help you get started with this approach.
Shweta LodhaPosted Apr 1, 2014, 3:26 PM
Posted Mar 31, 2014, 4:35 AM
Shweta LodhaPosted Mar 28, 2014, 10:44 PM
http://www.rasteredge.com/how-to/csharp-imaging/pdf-convert-word/