The data that comprises a PDEPath object can be obtained from the PDEPathGetData() API. This is raw data containing the operands and operators (moveto, lineto, etc.) that draw the path. If you are trying to recognize the shape of the PDEPath,... Read More
You can change the XMP metadata in a PDF/A compliant document to remove the PDF/A schema from that document. This will convert it into a non-conforming file. Add the code blocks provided below to your own application to edit a PDF document and make... Read More
You can list document properties for a PDF document found in the Document Information Dictionary. The properties stored in the Document Information Dictionary are are presented as a series of name/string couplets, each one a key with a value. Many of... Read More
To determine if a PDF document is a Portfolio, look at the document Root dictionary to see if “Collection” appears there. The /Root directory is part of the structure of the PDF document. In a Portfolio PDF document, multiple /Root directories... Read More
A Forms Data Format (FDF) file is a text file used by Adobe Acrobat to hold values exported from PDF forms documents. The Adobe PDF Library views an FDF file as a COS document. As such, it can be opened by the Adobe PDF Library, and can be used with... Read More
The iccProfilesDir and the iccProfilesStandardFolders are both parameters of NSClientData. NSClientData is an API that points to private client data. Private client data is a set of parameters that allow you to pass custom values to PDF Converter... Read More
Matching attachments will be shown here!