| Icon | Member | Description |
|---|---|---|
| Document()()() |
The PDF document default constructor
| |
| Document(Stream) |
Creates a PDF document object from the specified stream containing the PDF document.
| |
| Document(String) |
Creates a PDF document from and 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.
|