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 |
AbstractPDFFontStream
Base class for PDF font streams.
|
class |
AbstractPDFStream
This is an abstract base class for PDF streams.
|
class |
PDFCIDFontDescriptor
Class representing a font descriptor for CID fonts.
|
class |
PDFCMap
Class representing the CMap encodings.
|
class |
PDFDests
class representing an /Dests dictionary object
|
class |
PDFEncoding
Class representing an /Encoding object.
|
class |
PDFFont
Class representing a /Font object.
|
class |
PDFFontDescriptor
Class representing a font descriptor (/FontDescriptor object).
|
class |
PDFFontNonBase14
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts
(all except base 14 fonts).
|
class |
PDFFontTrueType
Class representing a TrueType font.
|
class |
PDFFontType0
Class representing a Type0 font.
|
class |
PDFFontType1
Class representing a Type1 or MMType1 font (not necessary for the base 14).
|
class |
PDFFontType3
Class representing a Type3 font.
|
class |
PDFFormXObject
PDF Form XObject
A derivative of the PDFXObject, is a PDF Stream that has not only a
dictionary but a stream of image data.
|
class |
PDFICCStream
Special PDFStream for ICC profiles (color profiles).
|
class |
PDFImageXObject
PDF XObject
A derivative of the PDF Object, is a PDF Stream that has not only a
dictionary but a stream of image data.
|
class |
PDFMetadata
Special PDFStream for Metadata.
|
class |
PDFNames
Class representing a PDF Names object
|
class |
PDFNameTreeNode
Class representing a PDF name tree node.
|
class |
PDFNumberTreeNode
Class representing a PDF number tree node.
|
class |
PDFPage
Class representing a /Page object.
|
class |
PDFPageLabels
Class representing a PDF /PageLabels dictionary.
|
class |
PDFParentTree
Class representing a PDF /ParentTree.
|
class |
PDFResourceContext
The PDF resource context.
|
class |
PDFRoot
Class representing a Root (/Catalog) object.
|
class |
PDFStream
Class representing a PDF stream.
|
class |
PDFStructElem
Class representing a PDF Structure Element.
|
class |
PDFStructTreeRoot
Class representing a PDF /StructTreeRoot dictionary.
|
class |
PDFT1Stream
Special PDFStream for embedding Type 1 fonts.
|
class |
PDFToUnicodeCMap
Class representing ToUnicode CMaps.
|
class |
PDFTTFStream
Special PDFStream for embeddable TrueType fonts.
|
class |
PDFXObject
Abstract base class of PDF XObjects.
|
class |
TransitionDictionary
Transition Dictionary
This class is used to build a transition dictionary to
specify the transition between pages.
|
Modifier and Type | Method and Description |
---|---|
PDFDictionary |
PDFRoot.getMarkInfo()
Returns the MarkInfo dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFImage.populateXObjectDictionary(PDFDictionary dict)
Populates the XObject's dictionary with additional values.
|
void |
BitmapImage.populateXObjectDictionary(PDFDictionary dict)
Populates the XObject's dictionary with additional values.
|
void |
AlphaRasterImage.populateXObjectDictionary(PDFDictionary dict)
Populates the XObject's dictionary with additional values.
|
protected void |
PDFFilterList.putFilterDictEntries(PDFDictionary dict)
Apply the filters to the data
in the order given and add the /Filter and /DecodeParms
entries to the stream dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractImageAdapter.populateXObjectDictionary(PDFDictionary dict)
Populates the XObject's dictionary with additional values.
|
void |
ImageRenderedAdapter.populateXObjectDictionary(PDFDictionary dict)
Populates the XObject's dictionary with additional values.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.