Creates a PDF document from an existing PDF file (on disk or in memory) or creates a new PDF.
Overload List
Overload | Description |
Document Constructor(PdfXpress,String) | Creates a PDF document containing an existing PDF file. |
Document Constructor(PdfXpress,String,String) | Creates a PDF document containing an existing PDF file. |
Document Constructor(PdfXpress,String,Boolean) | Creates a PDF document containing an existing PDF file. |
Document Constructor(PdfXpress,String,String,Boolean) | Creates a PDF document containing an existing PDF file. |
Document Constructor(PdfXpress,OpenOptions) | Creates a PDF document containing an existing PDF file. |
Document Constructor(PdfXpress,OpenOptions,Byte[]) | Constructs a Document object from a local memory buffer containing a PDF Document. |
Document Constructor(PdfXpress,OpenOptions,IntPtr) | Constructs a Document object from a global memory buffer containing a PDF Document. |
Document Constructor(PdfXpress) | Creates an empty PDF document. |
See Also