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 | Class and Description |
---|---|
class |
ASCII85Filter
PDF Filter for ASCII85.
|
class |
ASCIIHexFilter
ASCII Hex filter for PDF streams.
|
class |
CCFFilter
CCF Filter class.
|
class |
DCTFilter
DCT Filter class.
|
class |
FlateFilter
A filter to deflate a stream.
|
class |
NullFilter
Null Filter class.
|
Modifier and Type | Method and Description |
---|---|
PDFFilter |
PDFImage.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
PDFFilter |
AlphaRasterImage.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
PDFFilter |
BitmapImage.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFFilterList.addFilter(PDFFilter filter)
Add a filter for compression of the stream.
|
void |
PDFFilterList.ensureFilterInPlace(PDFFilter pdfFilter)
Checks the filter list for the filter and adds it in the correct
place if necessary.
|
void |
BitmapImage.setPDFFilter(PDFFilter pdfFilter) |
Modifier and Type | Method and Description |
---|---|
PDFFilter |
ImageRawJPEGAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRenderedAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRawCCITTFaxAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRawPNGAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.