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 | 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 | Description |
---|---|---|
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.
|
PDFFilter |
PDFImage.getPDFFilter() |
Get the PDF Filter to be applied to the image.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
PDFFilter |
ImageRawCCITTFaxAdapter.getPDFFilter() |
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRawJPEGAdapter.getPDFFilter() |
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRawPNGAdapter.getPDFFilter() |
Get the PDF Filter to be applied to the image.
|
PDFFilter |
ImageRenderedAdapter.getPDFFilter() |
Get the PDF Filter to be applied to the image.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.