[PDFNet] Abridged summary of pdfnet-sdk@googlegroups.com - 3 Messages in 3 Topics

Q: I want to read a PDF that is English and then create a PDF in some other Indic script in Unicode. I will do the translations. How do I go about using PDFNet? The tables and the page layout should remain the same.
Sridhar

I think what you are trying to do it very difficult because most PDFs do not include the layout info.
Ideally you would edit the source documents (e.g. in Word, inDesign, etc…) then export the final doc as PDF.

Technically you could use PDFNet to reconstruct the layout of existing PDF files (e.g. using TextExtractor), but it is error prone (similar to OCR) and is not a simple task.