Document Constructor |
Name | Description | |
---|---|---|
Document |
Creates an empty PDF document.
| |
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(ColorSpace) |
Creates a PDF document with the specified color space. This property can be used to create
PDF documents in RGB, Grayscale or CMYK color spaces. By default the document uses the RGB color space.
| |
Document(PdfStandardSubset) |
Creates a PDF document based on the specified PDF standard. By default the Full PDF stadard is used.
This property can be used to create PDF/A, PDF/X or PDF/SiqQ compliant documents.
| |
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.
| |
Document(PdfStandardSubset, ColorSpace) |
Creates a PDF document based on the specified PDF standard and using the specified color space.
By default the Full PDF stadard is used. This property can be used to create PDF/A, PDF/X or PDF/SiqQ
compliant documents using the specified color space. Plese note that the PDF/X standard will force the
CMYK color space even if a different color space was specified.
|