
########################
A3DConvertPDFToWebFormat
########################

.. c:function:: A3DStatus A3DConvertPDFToWebFormat(const A3DUTF8Char *pcFileName, const A3DRWParamsExportHtmlData *pParamsExportData, const A3DUTF8Char *pcOutRootDirectory, const A3DUTF8Char *pcOutputName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DConvertPDFToWebFormat(*const* :c:type:`~A3DUTF8Char`\ * **pcFileName**\ , *const* :c:struct:`~A3DRWParamsExportHtmlData`\ * **pParamsExportData**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcOutRootDirectory**\ , *const* :c:type:`~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 :c:enum:`~A3DWebEHtmlOutputMode`\ .
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




