| Package | Description |
|---|---|
| org.sejda.sambox.cos | |
| org.sejda.sambox.pdmodel | |
| 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.interactive.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
| org.sejda.sambox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
| org.sejda.sambox.util |
| Modifier and Type | Method and Description |
|---|---|
static COSString |
COSString.newInstance(byte[] value)
Factory method for a
COSString from a byte array |
static COSString |
COSString.parseHex(String hex)
Factory method creating a
COSString from a string of hex characters. |
static COSString |
COSString.parseLiteral(String literal)
Factory method creating a
COSString from a literal string. |
| Modifier and Type | Method and Description |
|---|---|
default void |
COSVisitor.visit(COSString value) |
| Modifier and Type | Method and Description |
|---|---|
COSString |
PDDocument.generateFileIdentifier(byte[] md5Update) |
| Constructor and Description |
|---|
PDSimpleFileSpecification(COSString fileName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSString |
PDEncryption.getRecipientStringAt(int i)
returns the COSString contained in the Recipients field at position i.
|
| Constructor and Description |
|---|
PDNamedDestination(COSString dest)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static COSString |
DefaultAppearanceHelper.getDefaultAppearance(COSBase defaultAppearance) |
static COSString |
DefaultAppearanceHelper.getDefaultAppearance(PDField field) |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
DateConverter.toCalendar(COSString text)
Returns the Calendar for a given COS string containing a date, or
null if it cannot be parsed. |
Copyright © 2020 sejda. All rights reserved.