
#########################
A3DPDFDocumentCreateEmpty
#########################

.. c:function:: A3DStatus A3DPDFDocumentCreateEmpty(A3DPDFDocument **ppDoc)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentCreateEmpty(:c:type:`~A3DPDFDocument`\ ** **ppDoc**\ )
   
   Function to create an empty PDF document. 
   
   This function creates a document with no page. Subsequently, some pages must be added with the append functions :c:func:`~A3DPDFDocumentAppendNewPage2` or :c:func:`~A3DPDFDocumentAppendPageFromPDFFileAndSuffixFields`\ .
   
   **Parameters**
   
   
      **ppDoc**\ : The document created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




