A3DPDFDocumentExportToWebFormat
-
A3DStatus
A3DPDFDocumentExportToWebFormat(A3DPDFDocument *pDoc, const A3DRWParamsExportHtmlData *pParamsExportData, const A3DUTF8Char *pcOutRootDirectory, const A3DUTF8Char *pcOutputName) A3DStatusA3DPDFDocumentExportToWebFormat(A3DPDFDocument* pDoc, constA3DRWParamsExportHtmlData* pParamsExportData, constA3DUTF8Char* pcOutRootDirectory, constA3DUTF8Char* pcOutputName)Function to export the PDF document into a web format.
Parameters
pDoc: The Document object to export.
pParamsExportData: Export parameters used by each 3D annotation conversion.
pcOutRootDirectory: the root directory to save all created files
pcOutputName: the output file name without extension. It will be an XML root file describing the PDF document in case of an online export. It will be an HTML file in case of an offline export. See
A3DWebEHtmlOutputMode.Returns
A3D_SUCCESS in case of success or an error code