| Package | Description |
|---|---|
| org.sejda.sambox.cos | |
| org.sejda.sambox.output | |
| org.sejda.sambox.pdmodel.common | |
| org.sejda.sambox.pdmodel.common.filespecification | |
| org.sejda.sambox.pdmodel.encryption |
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
|
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.pdmodel.graphics | |
| org.sejda.sambox.pdmodel.graphics.color | |
| org.sejda.sambox.pdmodel.graphics.form | |
| org.sejda.sambox.pdmodel.graphics.image | |
| org.sejda.sambox.pdmodel.interactive.annotation |
| Modifier and Type | Method and Description |
|---|---|
default void |
COSVisitor.visit(COSStream value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentStreamWriter.visit(COSStream value) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDStream.getCOSObject()
Convert this standard java object to a COS object.
|
| Constructor and Description |
|---|
PDMetadata(COSStream str)
Constructor.
|
PDObjectStream(COSStream str)
Constructor.
|
PDStream(COSStream str)
Constructor.
|
| Constructor and Description |
|---|
PDEmbeddedFile(COSStream str)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityHandler.decryptStream(COSStream stream,
long objNum,
long genNum)
This will decrypt a stream.
|
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDType3CharProc.getCOSObject() |
| Constructor and Description |
|---|
PDType3CharProc(PDType3Font font,
COSStream charStream) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDXObject.getCOSObject()
Returns the stream.
|
| Constructor and Description |
|---|
PDPostScriptXObject(COSStream stream)
Creates a PostScript XObject.
|
PDXObject(COSStream stream,
COSName subtype)
Creates a new XObject from the given stream and subtype.
|
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDOutputIntent.getDestOutputIntent() |
COSStream |
PDICCBased.getMetadata()
Returns the metadata stream for this object, or null if there is no metadata stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDICCBased.setMetadata(COSStream metadata)
Sets the metadata stream that is associated with this color space.
|
| Constructor and Description |
|---|
PDFormXObject(COSStream stream)
Creates a Form XObject for reading.
|
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 PDImageXObject |
PDImageXObject.createThumbnail(COSStream cosStream)
Creates a thumbnail Image XObject from the given COSBase and name.
|
| Constructor and Description |
|---|
PDAppearanceStream(COSStream stream)
Creates a Form XObject for reading.
|
Copyright © 2020 sejda. All rights reserved.