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 |
ObjectStream |
An object stream, as described in section 3.4.6 of the PDF 1.5 Reference.
|
class |
PDFCMap |
Class representing the CMap encodings.
|
class |
PDFEmbeddedFile |
This class represents an embedded file stream.
|
class |
PDFICCStream |
Special PDFStream for ICC profiles (color profiles).
|
class |
PDFMetadata |
Special PDFStream for Metadata.
|
class |
PDFToUnicodeCMap |
Class representing ToUnicode CMaps.
|
Modifier and Type | Method | Description |
---|---|---|
PDFStream |
PDFFactory.makeStream(java.lang.String type,
boolean add) |
Make a stream object
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFCharProcs.addCharacter(java.lang.String name,
PDFStream stream) |
add a character definition in the dictionary
|
PDFFormXObject |
PDFDocument.addFormXObject(PDFResourceContext res,
PDFStream cont,
PDFReference formres,
java.lang.String key) |
Add a form XObject to the PDF document.
|
void |
PDFCIDFont.setCIDMap(PDFStream map) |
Set the /CIDToGIDMap (to be used only for CIDFontType2)
|
void |
PDFCIDFontDescriptor.setCIDSet(PDFStream cidSet) |
Set the CID set stream.
|
void |
PDFPage.setContents(PDFStream contents) |
set this page contents
|
void |
PDFCMap.setUseCMap(PDFStream base) |
set the base CMap
|
Constructor | Description |
---|---|
PDFFormXObject(int xnumber,
PDFStream contents,
PDFReference resources) |
create a FormXObject with the given number and name and load the
image in the object
|
Modifier and Type | Method | Description |
---|---|---|
PDFStream |
PDFContentGenerator.getStream() |
Returns the
PDFStream associated with this instance. |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFContentGenerator.setColor(java.awt.Color col,
boolean fill,
PDFStream stream) |
Establishes a new foreground or fill color.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.