Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.graphics.form |
This package deals with Form XObjects that are stored in a PDF document.
|
org.apache.pdfbox.pdmodel.graphics.pattern |
This package deals with patterns which are used instead of colors.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceCache
A resource cached based on SoftReference, retains resources until memory pressure causes them
to be garbage collected.
|
Modifier and Type | Method and Description |
---|---|
ResourceCache |
PDPage.getResourceCache()
Returns the resource cache associated with this page, or null if there is none.
|
ResourceCache |
PDResources.getResourceCache()
Returns the resource cache associated with the Resources, or null if there is none.
|
ResourceCache |
PDDocument.getResourceCache()
Returns the resource cache associated with this document, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.setResourceCache(ResourceCache resourceCache)
Sets the resource cache associated with this document.
|
Constructor and Description |
---|
PDResources(COSDictionary resourceDictionary,
ResourceCache resourceCache)
Constructor for reading.
|
Modifier and Type | Method and Description |
---|---|
static PDFont |
PDFontFactory.createFont(COSDictionary dictionary,
ResourceCache resourceCache)
Creates a new PDFont instance with the appropriate subclass.
|
Constructor and Description |
---|
PDType3Font(COSDictionary fontDictionary,
ResourceCache resourceCache)
Constructor.
|
Constructor and Description |
---|
PDFormXObject(COSStream stream,
ResourceCache cache)
Creates a Form XObject for reading.
|
PDTransparencyGroup(COSStream stream,
ResourceCache cache)
Creates a Transparency Group for reading.
|
Modifier and Type | Method and Description |
---|---|
static PDAbstractPattern |
PDAbstractPattern.create(COSDictionary dictionary,
ResourceCache resourceCache)
Create the correct PD Model pattern based on the COS base pattern.
|
Constructor and Description |
---|
PDTilingPattern(COSDictionary dictionary,
ResourceCache resourceCache)
Creates a new tiling pattern from the given COS dictionary.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.