PdfDocumentProcessor.CreateEmptyDocument Method
Name | Parameters | Description |
---|---|---|
Create |
none | Creates an empty PDF document with no pages. |
Create |
stream, creation |
Creates an empty PDF with no pages using a stream and PDF creation options. |
Create |
stream, save |
Creates an empty PDF document with no pages with specified save (encryption settings and a signature) and creation options, and writes it to a stream. |
Create |
stream, save |
Creates an empty PDF document with no pages with specified save options (encryption and signature settings) and writes it to a stream. |
Create |
stream | Creates an empty PDF document with no pages and writes it to a stream. |
Create |
path, creation |
Creates an empty PDF document with no pages using the file path and PDF creation options. |
Create |
path, save |
Creates an empty PDF document with no pages using the file path, PDF save options (containing encryption settings and a signature) that will be applied to the document when it is saved, and PDF creation options. |
Create |
path, save |
Creates an empty PDF document with no pages using the file path and PDF save options (containing encryption settings and a signature) that will be applied to the document when it is saved. |
Create |
path | Creates an empty PDF document with no pages using the file path. |