Document Module
Module to define a PDF Document.
This module describes the functions and structures that allow you to define a PDF Document.
Parameters
pDoc: The Document object to work with.
pcUserPassword: The password to protect the document at opening. Also protects against document modification and printing. If an empty string is specified, no user password is required by Adobe Reader or Acrobat.
pcOwnerPassword: Lets you require a password when changing the security features of the PDF, not when opening it. If an empty string is specified, no password will be required in Acrobat to change security settings.
Returns
A3D_SUCCESS in case of success or an error code
Topics
Structures
Enumerations
Functions
deprecated_A3DPDFDocumentSetPassword()deprecated_A3DPDFDocumentSetDocumentPermissions()deprecated_A3DPDFDocumentSave()A3DPDFDocumentCreateEmpty()A3DPDFDocumentCreateFromPDFFile()A3DPDFDocumentSetInformation()A3DPDFDocumentSetCustomProperty()A3DPDFDocumentSetPasswordSecurity()A3DPDFDocumentAddFileAttachment()A3DPDFDocumentGetVersion()A3DPDFDocumentSaveEx()A3DPDFDocumentClose()A3DPDFDocumentEmbedFont()A3DPDFDocumentExportToWebFormat()