Extraction of blocks of text from a file of patterns saved in the PDF format

Hello

Does anyone know if there is a way to extract information from text from a PDF file?

I have a PDF file with IIPDFLib 3.x that contains features to display detailed information from the objects by clicking on them.

I would like to be able to convert this text file, so that I have it is easier to create a list of these objects found throughout the document programmatically.

Here's an overview of what I am able to see when I click on one of these objects.

Thanks in advance for your support!

MV

The script is probably located under the action of MouseUp, the button, or in the form of script at the level of the doc.

To access the old go to the mode "To prepare the form" and then click with the right button and select Properties - Actions, and then click the command run JavaScript associated with the MouseUp event and change it. If the complete code is not there then it is probably a call to a function, you can use below.

To access the latter go to Tools - JavaScript - Document JavaScripts. Copy the code into an editor of plain text, such as Notepad and search for the definition of the function the name of function that you found above. The code should follow.

Tags: Acrobat

Similar Questions

Maybe you are looking for