Uses of Class
org.apache.pdfbox.exceptions.COSVisitorException
Packages that use COSVisitorException
Package
Description
This package holds executable classes that interact with the PDFBox application.
These are the low level objects that make up a PDF document.
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
This is the visual signature part that help creating the visual representation for the digital signature.
This package contains utility classes that are used by the PDFBox project.
-
Uses of COSVisitorException in org.apache.pdfbox
Methods in org.apache.pdfbox that throw COSVisitorExceptionModifier and TypeMethodDescriptionvoid
Deprecated.void
This will perform the document reading, decoding and writing.static void
This will overlay a document and write out the results.
usage: java org.apache.pdfbox.Overlay <overlay.pdf> <document.pdf> <result.pdf> -
Uses of COSVisitorException in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that throw COSVisitorExceptionModifier and TypeMethodDescriptionCOSArray.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.abstract Object
COSBase.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSBoolean.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSDictionary.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSDocument.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSFloat.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSInteger.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSName.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSNull.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSObject.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSStream.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSString.accept
(ICOSVisitor visitor) visitor pattern double dispatch method.COSUnread.accept
(ICOSVisitor visitor) ICOSVisitor.visitFromArray
(COSArray obj) Notification of visit to Array object.ICOSVisitor.visitFromBoolean
(COSBoolean obj) Notification of visit to boolean object.ICOSVisitor.visitFromDictionary
(COSDictionary obj) Notification of visit to dictionary object.ICOSVisitor.visitFromDocument
(COSDocument obj) Notification of visit to document object.ICOSVisitor.visitFromFloat
(COSFloat obj) Notification of visit to float object.ICOSVisitor.visitFromInt
(COSInteger obj) Notification of visit to integer object.ICOSVisitor.visitFromName
(COSName obj) Notification of visit to name object.ICOSVisitor.visitFromNull
(COSNull obj) Notification of visit to null object.ICOSVisitor.visitFromStream
(COSStream obj) Notification of visit to stream object.ICOSVisitor.visitFromString
(COSString obj) Notification of visit to string object. -
Uses of COSVisitorException in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter that throw COSVisitorExceptionModifier and TypeMethodDescriptionprotected void
COSWriter.doWriteBody
(COSDocument doc) This will write the body of the document.void
COSWriter.doWriteObject
(COSBase obj) This will write a COS object.protected void
COSWriter.doWriteTrailer
(COSDocument doc) This will write the trailer to the PDF document.COSWriter.visitFromArray
(COSArray obj) visitFromArray method comment.COSWriter.visitFromBoolean
(COSBoolean obj) visitFromBoolean method comment.COSWriter.visitFromDictionary
(COSDictionary obj) visitFromDictionary method comment.COSWriter.visitFromDocument
(COSDocument doc) The visit from document method.COSWriter.visitFromFloat
(COSFloat obj) visitFromFloat method comment.COSWriter.visitFromInt
(COSInteger obj) visitFromFloat method comment.COSWriter.visitFromName
(COSName obj) visitFromName method comment.COSWriter.visitFromNull
(COSNull obj) visitFromNull method comment.COSWriter.visitFromStream
(COSStream obj) visitFromStream method comment.COSWriter.visitFromString
(COSString obj) visitFromString method comment.void
COSWriter.write
(COSDocument doc) This will write the pdf document.void
COSWriter.write
(PDDocument doc) This will write the pdf document.void
COSWriter.writeReference
(COSBase obj) visitFromObjRef method comment. -
Uses of COSVisitorException in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that throw COSVisitorExceptionModifier and TypeMethodDescriptionvoid
Save the document to a file.void
PDDocument.save
(OutputStream output) This will save the document to an output stream.void
Save the document to a file.void
PDDocument.saveIncremental
(InputStream input, OutputStream output) Save the pdf as incremental for signing.void
PDDocument.saveIncremental
(String fileName) Save the pdf as incremental for signing. -
Uses of COSVisitorException in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that throw COSVisitorExceptionModifier and TypeMethodDescriptionCOSStreamArray.accept
(ICOSVisitor visitor) visitor pattern double dispatch method. -
Uses of COSVisitorException in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that throw COSVisitorExceptionModifier and TypeMethodDescriptionvoid
This will save this document to the filesystem.void
FDFDocument.save
(OutputStream output) This will save the document to an output stream.void
This will save this document to the filesystem.void
This will save this document to the filesystem.void
This will save the document to an output stream and close the stream.void
This will save this document to the filesystem. -
Uses of COSVisitorException in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that throw COSVisitorExceptionModifier and TypeMethodDescriptionPDFTemplateStructure.getTemplateAppearanceStream()
Gets AP of the created template -
Uses of COSVisitorException in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that throw COSVisitorExceptionModifier and TypeMethodDescriptionvoid
PDFMergerUtility.mergeDocuments()
Merge the list of source documents, saving the result in the destination file.void
PDFMergerUtility.mergeDocumentsNonSeq
(RandomAccess scratchFile) Merge the list of source documents with the non sequential parser, saving the result in the destination file.void
This will add overlays to a documents.
WriteDecodedDoc.doIt(String, String, String, boolean)
instead.