Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.svg |
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Map<java.lang.String,PDFReference> |
PDFResources.properties |
Named properties
|
Modifier and Type | Method | Description |
---|---|---|
PDFReference |
PDFResources.getProperty(java.lang.String name) |
Get a named property.
|
PDFReference |
AlphaRasterImage.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
PDFReference |
BitmapImage.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
PDFReference |
PDFImage.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
PDFReference |
PDFSeparationColorSpace.getTintFunction() |
Returns a reference to the tint function that is used as a fallback if the colorant is
not available.
|
PDFReference |
PDFObject.makeReference() |
Creates and returns a reference to this object.
|
PDFReference |
PDFDocument.resolveExtensionReference(java.lang.String id) |
Modifier and Type | Method | Description |
---|---|---|
PDFFormXObject |
PDFDocument.addFormXObject(PDFResourceContext res,
PDFStream cont,
PDFReference formres,
java.lang.String key) |
Add a form XObject to the PDF document.
|
void |
PDFResources.addProperty(java.lang.String name,
PDFReference property) |
Add a named property.
|
PDFOutline |
PDFFactory.makeOutline(PDFOutline parent,
java.lang.String label,
PDFReference actionRef,
boolean showSubItems) |
Make an outline object and add it to the given parent
|
void |
PDFGoTo.setPageReference(PDFReference pageReference) |
Sets page reference after object has been created
|
Constructor | Description |
---|---|
BitmapImage(java.lang.String k,
int width,
int height,
byte[] data,
PDFReference mask) |
Create a bitmap image.
|
PDFFormXObject(int xnumber,
PDFStream contents,
PDFReference resources) |
create a FormXObject with the given number and name and load the
image in the object
|
PDFGoToRemote(PDFReference pdfFileSpec,
int page,
boolean newWindow) |
Create an GoToR object.
|
PDFLaunch(PDFReference fileSpec) |
Creates a new /Launch action.
|
PDFOutline(java.lang.String title,
PDFReference action,
boolean openItem) |
Create a PDF outline with the title and action.
|
Modifier and Type | Method | Description |
---|---|---|
PDFReference |
AbstractImageAdapter.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
PDFReference |
ImageRawPNGAdapter.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
PDFReference |
ImageRenderedAdapter.getSoftMaskReference() |
Get the PDF reference for a soft mask.
|
Modifier and Type | Field | Description |
---|---|---|
protected PDFReference |
PDFGraphics2D.pageRef |
The PDF reference of the current page.
|
Modifier and Type | Method | Description |
---|---|---|
PDFReference |
PDFGraphics2D.getPageReference() |
Gets the PDF reference of the current page.
|
Constructor | Description |
---|---|
PDFGraphics2D(boolean textAsShapes,
FontInfo fi,
PDFDocument doc,
PDFResourceContext page,
PDFReference pref,
java.lang.String font,
float size,
PDFGraphics2D.TransparencyIgnoredEventListener listener) |
Create a new PDFGraphics2D with the given pdf document info.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.