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 |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
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.digitalsignature |
The digitial signature library will manage signatures that are stored in the PDF document.
|
org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible |
This is the visual signature part that help creating the visual representation for the digital signature.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ICOSVisitor.visitFromDocument(COSDocument obj) |
Notification of visit to document object.
|
Modifier and Type | Field | Description |
---|---|---|
protected COSDocument |
BaseParser.document |
This is the document that will be parsed.
|
Modifier and Type | Method | Description |
---|---|---|
COSDocument |
COSParser.getDocument() |
This will get the document that was parsed.
|
Constructor | Description |
---|---|
PDFObjectStreamParser(COSStream stream,
COSDocument document) |
Constructor.
|
PDFXRefStream(COSDocument cosDocument) |
Create a fresh XRef stream like for a fresh file or an incremental update.
|
PDFXrefStreamParser(COSStream stream,
COSDocument document,
XrefTrailerResolver resolver) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
COSWriter.doWriteBody(COSDocument doc) |
This will write the body of the document.
|
protected void |
COSWriter.doWriteHeader(COSDocument doc) |
This will write the header to the PDF document.
|
protected void |
COSWriter.doWriteTrailer(COSDocument doc) |
This will write the trailer to the PDF document.
|
java.lang.Object |
COSWriter.visitFromDocument(COSDocument doc) |
|
void |
COSWriter.write(COSDocument doc) |
This will write the pdf document.
|
Modifier and Type | Method | Description |
---|---|---|
COSDocument |
PDDocument.getDocument() |
This will get the low level document.
|
Constructor | Description |
---|---|
PDDocument(COSDocument doc) |
Constructor that uses an existing document.
|
PDDocument(COSDocument doc,
RandomAccessRead source) |
Constructor that uses an existing document.
|
PDDocument(COSDocument doc,
RandomAccessRead source,
AccessPermission permission) |
Constructor that uses an existing document.
|
Constructor | Description |
---|---|
PDStream(COSDocument document) |
Creates a new empty PDStream object.
|
Modifier and Type | Method | Description |
---|---|---|
COSDocument |
FDFDocument.getDocument() |
This will get the low level document.
|
Constructor | Description |
---|---|
FDFDocument(COSDocument doc) |
Constructor that uses an existing document.
|
Modifier and Type | Method | Description |
---|---|---|
COSDocument |
SignatureOptions.getVisualSignature() |
Get the visual signature.
|
Modifier and Type | Method | Description |
---|---|---|
COSDocument |
PDFTemplateStructure.getVisualSignature() |
Gets COSDocument of visible Signature.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFTemplateStructure.setVisualSignature(COSDocument visualSignature) |
Sets COSDocument of visible Signature.
|
Copyright © 2002–2018. All rights reserved.