Winnovative Excel to PDF Converter

Document Constructor

Winnovative Excel to PDF Converter Documentation
Overload List

  NameDescription
Public methodDocument
Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added to document pages.
Public methodDocument(ColorProfile)
Creates a PDF document with a color profile.
Public methodDocument(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.
Public methodDocument(PdfStandardSubset)
Creates a PDF document based on the specified PDF standard. By default the Full PDF standard is used. This property can be used to create PDF/A or PDF/X compliant documents.
Public methodDocument(Stream)
Creates a PDF document object from the specified stream containing the PDF document.
Public methodDocument(String)
Creates a PDF document from and existing PDF file.
Public methodDocument(PdfStandardSubset, ColorSpace)
Creates a PDF document based on the specified PDF standard and using the specified color space. By default the Full PDF standard is used. This property can be used to create PDF/A or PDF/X compliant documents using the specified color space.
Public methodDocument(Stream, String)
Creates a PDF document from a stream containing a password protected PDF document. The specified password can be a user or owner password.
Public methodDocument(String, String)
Creates a PDF document object from an existing password protected PDF file.
Public methodDocument(PdfStandardSubset, ColorSpace, ColorProfile)
Creates a PDF document based on the specified PDF standard and using the specified color space and color profile. By default the Full PDF standard is used. This property can be used to create PDF/A or PDF/X compliant documents using the specified color space.
Top
See Also

Reference