How to get the text object from a position in a pdf file and change the content of the text object?
by Conor Smith | April 4, 2017
To get text object from a position in a PDF file using Foxit PDF SDK, follow the steps outlined below: Read the PDF file. Load the page and get the page objects in that page. Use FSPDF_PageObjects_GetObjectAtPos to get the text object in a certain position. Note: use page object get rectangle to see the […]
Keep reading