Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
PDFICCStream |
PDFOutputIntent.getDestOutputProfile() |
PDFICCStream |
PDFImage.getICCStream()
Get the ICC stream for this image.
|
PDFICCStream |
AlphaRasterImage.getICCStream()
Get the ICC stream for this image.
|
PDFICCStream |
PDFICCBasedColorSpace.getICCStream() |
PDFICCStream |
BitmapImage.getICCStream()
Get the ICC stream.
|
PDFICCStream |
PDFFactory.makePDFICCStream()
Create a PDFICCStream
|
static PDFICCStream |
PDFICCBasedColorSpace.setupsRGBColorProfile(PDFDocument pdfDoc)
Sets up the sRGB color profile in the PDF document.
|
Modifier and Type | Method and Description |
---|---|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
String explicitName,
PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context.
|
void |
PDFOutputIntent.setDestOutputProfile(PDFICCStream destOutputProfile)
Sets the destination ICC profile.
|
Constructor and Description |
---|
PDFICCBasedColorSpace(PDFICCStream iccStream)
Constructs a the ICCBased color space.
|
PDFICCBasedColorSpace(String explicitName,
PDFICCStream iccStream)
Constructs a the ICCBased color space with an explicit name (ex.
|
Modifier and Type | Method and Description |
---|---|
PDFICCStream |
AbstractImageAdapter.getICCStream()
Get the ICC stream for this image.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.