Text Extraction - LibrePDF/OpenPDF GitHub Wiki
Extract text with TextExtraction.
Example
See TextExtraction in the pdf-toolbox:
- Create a file named
TextExtraction.pdfin the current directory. - Write some paragraph text.
- Write a table with text in its cells.
- Extract and print the paragraph text.
- Extract and print the table cell text.