| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.pdmodel.graphics.form |
| 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 |
PDResources.getResourceCache()
Returns the resource cache associated with the Resources, or null if there is none.
|
ResourceCache |
PDPage.getResourceCache() |
ResourceCache |
PDDocument.getResourceCache()
Returns the resource cache associated with this document, or null if there is none.
|
| 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 and Description |
|---|
PDFormXObject(COSStream stream,
ResourceCache cache)
Creates a Form XObject for reading.
|
PDTransparencyGroup(COSStream stream,
ResourceCache cache)
Creates a Transparency Group for reading.
|
Copyright © 2020 sejda. All rights reserved.