PDF Library Session Functions

Functions

A3DStatus deprecated_A3DPDFInitializePDFLib()
A3DStatus A3DPDFInitializePDFLibAndResourceDirectory()
A3DStatus A3DPDFTerminatePDFLib()
A3DStatus A3DPDFCheckPDFLibInitialization()

Detailed Description

group a3d_pdflib_functions

Starts, configures, and terminates a session with the PDF Library.

The functions in this section start and terminate a session with the PDF Library.

Warning

The initialization and termination functions must be called only once during the life of the application. Attempting to initialize the PDF Library more than once in the application may cause errors or unpredictable behavior, and is not supported. You are free to create multiple documents and/or multiple files within the run, but the initialization and termination of the PDF Library is limited to one iteration of each.

Function Documentation