Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PDFICCBasedColorSpace> |
PDFResources.iccColorSpaces
Map of ICC color spaces (key: ICC profile description)
|
Modifier and Type | Method and Description |
---|---|
PDFICCBasedColorSpace |
PDFResources.getICCColorSpaceByProfileName(String desc)
Returns a ICCBased color space by profile name.
|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
String explicitName,
PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context.
|
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBAsDefaultRGBColorSpace(PDFDocument pdfDoc)
Sets sRGB as the DefaultRGB color space in the PDF document.
|
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBColorSpace(PDFDocument pdfDoc)
Installs the sRGB color space in the PDF document.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.