Uses of Enum
com.evopdf.ColorSpace
-
Uses of ColorSpace in com.evopdf
Methods in com.evopdf that return ColorSpaceModifier and TypeMethodDescriptionPdfDocumentOptions.colorSpace()Gets the color space of the PDF document generated by the HTML to PDF converter.static ColorSpaceReturns the enum constant of this type with the specified name.static ColorSpace[]ColorSpace.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evopdf with parameters of type ColorSpaceModifier and TypeMethodDescriptionvoidPdfDocumentOptions.setColorSpace(ColorSpace colorSpace) Sets the color space of the PDF document generated by the HTML to PDF converter.Constructors in com.evopdf with parameters of type ColorSpaceModifierConstructorDescriptionDocument(boolean useWebService, String webServiceUrl, ColorSpace colorSpace) Creates a PDF document with the specified color space.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, ColorSpace colorSpace) Creates a PDF document with the specified color space.Document(int port, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.Document(ColorSpace colorSpace) Creates a PDF document with the specified color space.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, ColorSpace colorSpace) Creates a PDF document with the specified color space.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, ColorSpace colorSpace) Creates a PDF document with the specified color space.Document(String server, PdfStandardSubset pdfSubset, ColorSpace colorSpace) Creates a PDF document based on the specified PDF standard and using the specified color space.