Uses of Enum
com.winnovative_software.PdfStandardSubset
-
Uses of PdfStandardSubset in com.winnovative_software
Methods in com.winnovative_software that return PdfStandardSubsetModifier and TypeMethodDescriptionPdfDocumentOptions.pdfStandardSubset()
Gets the PDF subset used by the PDF document generated by the HTML to PDF converter.static PdfStandardSubset
Returns the enum constant of this type with the specified name.static PdfStandardSubset[]
PdfStandardSubset.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type PdfStandardSubsetModifier and TypeMethodDescriptionvoid
PdfDocumentOptions.setPdfStandardSubset
(PdfStandardSubset subset) Sets the PDF subset used by the PDF document generated by the HTML to PDF converter.Constructors in com.winnovative_software with parameters of type PdfStandardSubsetModifierConstructorDescriptionDocument
(boolean useWebService, String webServiceUrl, PdfStandardSubset pdfSubset) Creates a PDF document based on the specified PDF standard using a web service from a given URL.Document
(boolean useWebService, String webServiceUrl, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space using a web service from a given URL.Document
(boolean useWebService, String webServiceUrl, PdfStandardSubset pdfSubset, ColorSpace colorSpace, ColorProfile colorProfile) Creates a PDF document based on the specified PDF standard and using the specified color space and color profile using a web service from a given URL.Document
(boolean useWebService, String webServiceUrl, String servicePassword, PdfStandardSubset pdfSubset, ColorSpace colorSpace, ColorProfile colorProfile) Creates a PDF document based on the specified PDF standard and using the specified color space and color profile using a web service from a given URL.Document
(int port, PdfStandardSubset pdfSubset) Creates a PDF document based on the specified PDF standard.Document
(int port, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.Document
(PdfStandardSubset pdfSubset) Creates a PDF document based on the specified PDF standard.Document
(PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.Document
(String server, int port, PdfStandardSubset pdfSubset) Creates a PDF document based on the specified PDF standard.Document
(String server, int port, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.Document
(String server, int port, PdfStandardSubset pdfSubset, ColorSpace colorSpace, ColorProfile colorProfile) Creates a PDF document based on the specified PDF standard and using the specified color space and color profile.Document
(String server, int port, String servicePassword, PdfStandardSubset pdfSubset, ColorSpace colorSpace, ColorProfile colorProfile) Creates a PDF document based on the specified PDF standard and using the specified color space and color profile.Document
(String server, PdfStandardSubset pdfSubset) Creates a PDF document based on the specified PDF standard.Document
(String server, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.