Uses of Class
org.apache.pdfbox.cos.COSDocument
-
Packages that use COSDocument 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 digital 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.org.apache.pdfbox.preflight org.apache.pdfbox.preflight.annotation org.apache.pdfbox.preflight.content org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.process org.apache.pdfbox.preflight.utils org.apache.pdfbox.preflight.xobject -
-
Uses of COSDocument in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type COSDocument Modifier and Type Method Description java.lang.Object
ICOSVisitor. visitFromDocument(COSDocument obj)
Notification of visit to document object. -
Uses of COSDocument in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as COSDocument Modifier and Type Field Description protected COSDocument
BaseParser. document
This is the document that will be parsed.Methods in org.apache.pdfbox.pdfparser that return COSDocument Modifier and Type Method Description COSDocument
COSParser. getDocument()
This will get the document that was parsed.Constructors in org.apache.pdfbox.pdfparser with parameters of type COSDocument 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. -
Uses of COSDocument in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSDocument 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.private void
COSWriter. doWriteXRefInc(COSDocument doc, long hybridPrev)
java.lang.Object
COSWriter. visitFromDocument(COSDocument doc)
void
COSWriter. write(COSDocument doc)
This will write the pdf document. -
Uses of COSDocument in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as COSDocument Modifier and Type Field Description private COSDocument
PDDocument. document
Methods in org.apache.pdfbox.pdmodel that return COSDocument Modifier and Type Method Description COSDocument
PDDocument. getDocument()
This will get the low level document.Methods in org.apache.pdfbox.pdmodel with parameters of type COSDocument Modifier and Type Method Description private void
PDDocument. prepareVisibleSignature(PDSignatureField signatureField, PDAcroForm acroForm, COSDocument visualSignature)
Constructors in org.apache.pdfbox.pdmodel with parameters of type COSDocument 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. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.common
Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSDocument Constructor Description PDStream(COSDocument document)
Creates a new empty PDStream object. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as COSDocument Modifier and Type Field Description private COSDocument
FDFDocument. document
Methods in org.apache.pdfbox.pdmodel.fdf that return COSDocument Modifier and Type Method Description COSDocument
FDFDocument. getDocument()
This will get the low level document.Constructors in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDocument Constructor Description FDFDocument(COSDocument doc)
Constructor that uses an existing document. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature declared as COSDocument Modifier and Type Field Description private COSDocument
SignatureOptions. visualSignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDocument Modifier and Type Method Description COSDocument
SignatureOptions. getVisualSignature()
Get the visual signature. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as COSDocument Modifier and Type Field Description private COSDocument
PDFTemplateStructure. visualSignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSDocument Modifier and Type Method Description COSDocument
PDFTemplateStructure. getVisualSignature()
Gets COSDocument of visible Signature.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSDocument Modifier and Type Method Description private java.io.InputStream
PDFTemplateCreator. getVisualSignatureAsStream(COSDocument visualSignature)
void
PDFTemplateStructure. setVisualSignature(COSDocument visualSignature)
Sets COSDocument of visible Signature. -
Uses of COSDocument in org.apache.pdfbox.preflight
Constructors in org.apache.pdfbox.preflight with parameters of type COSDocument Constructor Description PreflightDocument(COSDocument doc, Format format)
Create a preflight document based on the COSDocument and load the default configuration for the given format.PreflightDocument(COSDocument doc, Format format, PreflightConfiguration config)
Create a preflight document based on the COSDocument that will use the given configuration bean to process the validation. -
Uses of COSDocument in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as COSDocument Modifier and Type Field Description private COSDocument
AnnotationValidator. cosDocument
-
Uses of COSDocument in org.apache.pdfbox.preflight.content
Fields in org.apache.pdfbox.preflight.content declared as COSDocument Modifier and Type Field Description protected COSDocument
PreflightStreamEngine. cosDocument
-
Uses of COSDocument in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as COSDocument Modifier and Type Field Description protected COSDocument
DescendantFontValidator. cosDocument
protected COSDocument
Type0FontValidator. cosDocument
protected COSDocument
Type3FontValidator. cosDocument
-
Uses of COSDocument in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type COSDocument Modifier and Type Method Description protected boolean
TrailerValidationProcess. compareIds(COSDictionary first, COSDictionary last, COSDocument cosDocument)
Return true if the ID of the first dictionary is the same as the id of the last dictionary Return false otherwise. -
Uses of COSDocument in org.apache.pdfbox.preflight.utils
Methods in org.apache.pdfbox.preflight.utils with parameters of type COSDocument Modifier and Type Method Description static void
COSUtils. closeDocumentQuietly(COSDocument document)
Close the given Document.static COSArray
COSUtils. getAsArray(COSBase cbase, COSDocument cDoc)
Return the COSBase object as COSArray if the COSBase object is an instance of COSArray or a reference to a COSArray object.static COSDictionary
COSUtils. getAsDictionary(COSBase cbase, COSDocument cDoc)
Return the COSBase object as COSDictionary if the COSBase object is an instance of COSDictionary or a reference to a COSDictionary object.static java.lang.Float
COSUtils. getAsFloat(COSBase cbase, COSDocument cDoc)
Return the COSBase object as Float if the COSBase object is an instance of COSFloat or a reference to a COSFloat object.static java.lang.Integer
COSUtils. getAsInteger(COSBase cbase, COSDocument cDoc)
Return the COSBase object as Integer if the COSBase object is an instance of COSInteger or a reference to a COSInteger object.static COSStream
COSUtils. getAsStream(COSBase cbase, COSDocument cDoc)
Return the COSBase object as COSStream if the COSBase object is an instance of COSStream or a reference to a COSStream object.static java.lang.String
COSUtils. getAsString(COSBase cbase, COSDocument cDoc)
Return the COSBase object as String if the COSBase object is an instance of COSString or COSName or a reference to it.private static COSBase
COSUtils. getCOSObjectAsClass(COSObject cosObject, COSDocument cDoc, java.lang.Class claz)
Return the COSObject object as class if the COSObject object is a reference to an object of that class.static boolean
COSUtils. isArray(COSBase elt, COSDocument doc)
return true if the elt is a COSArray or a reference to a COSArrayprivate static boolean
COSUtils. isClass(COSBase elt, COSDocument doc, java.lang.Class claz)
return true if the elt is of class or a reference to a that class.static boolean
COSUtils. isDictionary(COSBase elt, COSDocument doc)
return true if the elt is a COSDictionary or a reference to a COSDictionarystatic boolean
COSUtils. isFloat(COSBase elt, COSDocument doc)
return true if the elt is a COSFloat or a reference to a COSFloatstatic boolean
COSUtils. isInteger(COSBase elt, COSDocument doc)
return true if the elt is a COSInteger or a reference to a COSIntegerstatic boolean
COSUtils. isNumeric(COSBase elt, COSDocument doc)
return true if elt is COSInteger or COSFloatstatic boolean
COSUtils. isStream(COSBase elt, COSDocument doc)
return true if the elt is a COSStream or a reference to a COSStreamstatic boolean
COSUtils. isString(COSBase elt, COSDocument doc)
return true if the elt is a COSString or a COSName or a reference to it. -
Uses of COSDocument in org.apache.pdfbox.preflight.xobject
Fields in org.apache.pdfbox.preflight.xobject declared as COSDocument Modifier and Type Field Description protected COSDocument
AbstractXObjValidator. cosDocument
The PDF document as COSDocument.
-