Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
org.apache.pdfbox.pdmodel.common.filespecification |
The file specification package defines classes that are used for the PDF File Specification logic.
|
org.apache.pdfbox.pdmodel.encryption |
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
static COSString |
COSString.parseHex(java.lang.String hex) |
This will create a COS string from a string of hex characters.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ICOSVisitor.visitFromString(COSString obj) |
Notification of visit to string object.
|
Modifier and Type | Method | Description |
---|---|---|
protected COSString |
BaseParser.parseCOSString() |
This will parse a PDF string.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
COSWriter.visitFromString(COSString obj) |
|
static void |
COSWriter.writeString(COSString string,
java.io.OutputStream output) |
This will output the given byte getString as a PDF object.
|
Constructor | Description |
---|---|
PDSimpleFileSpecification(COSString fileName) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
COSString |
PDEncryption.getRecipientStringAt(int i) |
returns the COSString contained in the Recipients field at position i.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityHandler.encryptString(COSString string,
long objNum,
int genNum) |
This will encrypt a string.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FDFField.setRichText(COSString rv) |
This will set the rich text value.
|
Constructor | Description |
---|---|
PDNamedDestination(COSString dest) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Calendar |
DateConverter.toCalendar(COSString text) |
Returns the Calendar for a given COS string containing a date,
or
null if it cannot be parsed. |
Copyright © 2002–2018. All rights reserved.