Skip to content

Latest commit

 

History

History

README.md

AddGlyphs

Adds specific glyphs as text to a PDF page.

AddUnicodeText

Adds Unicode text to a PDF page.

AddVerticalText

Adds text in vertical writing mode to a PDF page.

ListWords

Extracts text from a PDF document and displays the extracted words.

RegexExtractText

Uses a regular expression to find a specified phrase of text in a PDF document.

RegexTextSearch

Searches for phrases or text patterns in a PDF input document. It supplies sample regular expressions to use in searching for phone numbers, email addresses, or URLs, and you can use them or create your own. You can search the entire PDF document or provide a page range for your search. The program generates an output PDF document that matches the input file except that the search content appears highlighted. You can enter the name of the input file you plan to use, and the name of the output file. The sample uses DocTextFinder to find instances of a phrase or pattern in a PDF input document.

The sample normally highlights search text with a box that surrounds the entire phrase found. But if the search text is on multiple lines, or if the font changes within the phrase, the content appears in multiple boxes.

TextExtract

Extracts text from a tagged and untagged PDF document.