Document Constructor |
Name | Description | |
---|---|---|
Document |
Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added
to document pages.
| |
Document(Stream) |
Creates a PDF document object from the specified stream containing the PDF document.
| |
Document(String) |
Creates a PDF document from an existing PDF file.
| |
Document(Stream, String) |
Creates a PDF document from a stream cotaining a password protected PDF document.
The specified password can be a user or owner password.
| |
Document(String, String) |
Creates a PDF Document object from an existing password protected PDF file.
|