
###############################
A3DPDFDocumentExportToWebFormat
###############################

.. c:function:: A3DStatus A3DPDFDocumentExportToWebFormat(A3DPDFDocument *pDoc, const A3DRWParamsExportHtmlData *pParamsExportData, const A3DUTF8Char *pcOutRootDirectory, const A3DUTF8Char *pcOutputName)

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




