PDF Extractor iText and RealObjects

67 Views Asked by At

Have some existing c# code that parses iText produced PDF documents using iTextSharp. Our app supports the ability to import info into our system by PDF. I am new to PDF extraction.

A new version of the PDF document is now out but it is using RealObjects PDFreactor to produce the PDF documents. The pdf documents no longer import correctly. The extracted pages are not coming through in a nice top-down format but rather mixed up.

I am assuming that the issue is due to the pdf is now created using PDFreactor and not iText but I could be wrong?

Do I have no update my code to support PDFreactor in order for the importing to extract pages correctly?

Does the extractor add-in have to be the same as the tool used to create the pdf?

0

There are 0 best solutions below