A3DConvertPDFToWebFormat

A3DStatus A3DConvertPDFToWebFormat(const A3DUTF8Char *pcFileName, const A3DRWParamsExportHtmlData *pParamsExportData, const A3DUTF8Char *pcOutRootDirectory, const A3DUTF8Char *pcOutputName)
A3DStatus A3DConvertPDFToWebFormat(const A3DUTF8Char* pcFileName, const A3DRWParamsExportHtmlData* pParamsExportData, const A3DUTF8Char* pcOutRootDirectory, const A3DUTF8Char* pcOutputName)

Function that export a pdf into a web format.

Parameters

pcFileName: The pdf path and name 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