The Datalogics build of APDFL includes additional APIs to facilitate setting Unicode text. These APIs are demonstrated in the Unicode sample program in the APDFL/CPlusPlus/Sample_Source folder: PDETextAddASText() PDETextGetASText()... Read More
APDFL: Text
The Library can extract text from a PDF document in two ways. You can enumerate the content of a page, which will give you all content, text and graphics, in the order it was specified. Or you can use a WordFinder utility to return a list of words,... Read More
Understanding and Resolving Extra Spaces in Text Extraction The Details Users may encounter an issue when utilizing the Extract Text API within certain software environments, where the output extraction is inserting problematic spaces after most... Read More
APDFL's text extraction API also known as the WordFinder extracts Words which do not always match up to the common language definition of words, and it's easy to assume that these words will be separated by whitespace and end-of-line... Read More
The watermark object created by the PDF Library PDDocAddWatermarkFromText() API is a form XObject in the PDF document, with Optional Content with the name “/Watermark.” If you create a watermark in a PDF document using the Watermark feature in... Read More