Document Module
Parent module: PDF Module
- group a3d_pdf_document_module
Module to define a PDF Document.
This module describes the functions and structures that allow you to define a PDF Document.
Sub-modules
Bit Field to indicate the document permissions. |
|
Bit Field to indicate the saving options. |
Data Structures
A3DPDFDocumentInformationData structure. |
Functions
Function to create an empty PDF document. |
|
Function to create a document from a PDF file. |
|
Function to set information on the document. These information are visible in the Adobe Reader on the File Properties menu. |
|
Function to set custom property on the document. These information are visible in the Adobe Reader on the File Properties menu, on the Custom thumbnail. |
|
Function to add user and owner passwords on a document. |
|
Function to set permissions on a document. |
|
Function to set permissions and passwords on a document. |
|
Function to attach a file to the document. |
|
Retrieves the PDF version of a given document. |
|
Function to save the PDF document. |
|
Function to save the PDF document, using some flags for optimizing the size of the resulting PDF. |
|
Function to close the document and free all memory. |
|
Function to embed a font in a PDF document. |
|
Function to export the PDF document into a web format. |