PDF Portfolio

A PDF Portfolio document contains multiple files, assembled into one document. A PDF Portfolio can include text documents, e-mail messages, spreadsheets, etc.

The main page stored in a PDF portfolio is not usually important. Most of the time, it contains some generic information with text such as, "For the best experience, open this PDF portfolio in a compatible viewer." It can contain any number of attachments, as well as a schema to control how to view the document.

The information is in the attachments embedded in the file. The PDF portfolio may also contain a schema indicating how the attachments are handled. The API and ClassLib interface does not currently support the schema. That information is available only through the .NET interface. See PDFDocument.EmbeddedFilesSchemas for more information.

If the file has no schema, then it is a regular file with attachments. A file has attachments if FILEINFO.nAttachmentCount > 0.

A file is a PDF portfolio if FILEINFO.Flags has the FILEINFO_PORTFOLIO flag set.

Use one of the following functions to read the attachments:

Both the PDF portfolio and the attachments can be protected with a password. In this case, you will need to submit the password using L_SetPDFOptions (API) or LFileSettings::SetPDFOptions (ClassLib). The example for L_ExtractAttachment (API) or LFile::ExtractAttachment (ClassLib) shows how to handle that case.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.