A3DPDFDocumentSaveToPDFA4e

A3DStatus A3DPDFDocumentSaveToPDFA4e(A3DPDFDocument *pDoc, const A3DUTF8Char *pcFileName)
A3DStatus A3DPDFDocumentSaveToPDFA4e(A3DPDFDocument* pDoc, const A3DUTF8Char* pcFileName)

Function to convert and save the PDF document as being compliant to PDF/A-4e standard.

This function converts and saves the A3DPDFDocumententity to a physical file. This functionality uses a plugin to PDF Library that must be included in redistribution. Required binaries are DL180PDFProcessor.ppi, DL180pdfsettings.dll/libDL180pdfsettings.so, and DL180PDFPort.dll/libDL180PDFPort.so, along with the resource subfolder resource/Color/Profiles.

Parameters

pDoc: The Document object to be converted.

pcFileName: The file name where to save the document. The path (absolute or relative) must be provided (use “.\” or “./” for the current directory). return A3D_SUCCESS in case of success or an error code @retval A3D_WRITE_INVALID_FILE_NAME @retval A3DPDF_PPIPROCESSOR_NOT_FOUND if the binaries for PDF processing can not be found @retval A3DPDF_PDFLIB_ERROR if a problem occurred during PDF processing @retval A3D_SUCCESS version 26.4 warning This function is experimental and may change in future versions. For more information, see <a href=”https://docs.techsoft3d.com/exchange/latest/extension.html” >Experimental