Uses of Class
org.apache.pdfbox.exceptions.COSVisitorException
-
Packages that use COSVisitorException Package Description org.apache.pdfbox This package holds executable classes that interact with the PDFBox application.org.apache.pdfbox.cos These are the low level objects that make up a PDF 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.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.util 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 COSVisitorException Modifier and Type Method Description voidWriteDecodedDoc. doIt(java.lang.String in, java.lang.String out)Deprecated.voidWriteDecodedDoc. doIt(java.lang.String in, java.lang.String out, java.lang.String password, boolean useNonSeqParser)This will perform the document reading, decoding and writing.static voidOverlay. main(java.lang.String[] args)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 COSVisitorException Modifier and Type Method Description java.lang.ObjectCOSArray. accept(ICOSVisitor visitor)visitor pattern double dispatch method.abstract java.lang.ObjectCOSBase. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSBoolean. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSDictionary. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSDocument. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSFloat. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSInteger. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSName. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSNull. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSObject. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSStream. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSString. accept(ICOSVisitor visitor)visitor pattern double dispatch method.java.lang.ObjectCOSUnread. accept(ICOSVisitor visitor)java.lang.ObjectICOSVisitor. visitFromArray(COSArray obj)Notification of visit to Array object.java.lang.ObjectICOSVisitor. visitFromBoolean(COSBoolean obj)Notification of visit to boolean object.java.lang.ObjectICOSVisitor. visitFromDictionary(COSDictionary obj)Notification of visit to dictionary object.java.lang.ObjectICOSVisitor. visitFromDocument(COSDocument obj)Notification of visit to document object.java.lang.ObjectICOSVisitor. visitFromFloat(COSFloat obj)Notification of visit to float object.java.lang.ObjectICOSVisitor. visitFromInt(COSInteger obj)Notification of visit to integer object.java.lang.ObjectICOSVisitor. visitFromName(COSName obj)Notification of visit to name object.java.lang.ObjectICOSVisitor. visitFromNull(COSNull obj)Notification of visit to null object.java.lang.ObjectICOSVisitor. visitFromStream(COSStream obj)Notification of visit to stream object.java.lang.ObjectICOSVisitor. 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 COSVisitorException Modifier and Type Method Description protected voidCOSWriter. doWriteBody(COSDocument doc)This will write the body of the document.voidCOSWriter. doWriteObject(COSBase obj)This will write a COS object.protected voidCOSWriter. doWriteTrailer(COSDocument doc)This will write the trailer to the PDF document.java.lang.ObjectCOSWriter. visitFromArray(COSArray obj)visitFromArray method comment.java.lang.ObjectCOSWriter. visitFromBoolean(COSBoolean obj)visitFromBoolean method comment.java.lang.ObjectCOSWriter. visitFromDictionary(COSDictionary obj)visitFromDictionary method comment.java.lang.ObjectCOSWriter. visitFromDocument(COSDocument doc)The visit from document method.java.lang.ObjectCOSWriter. visitFromFloat(COSFloat obj)visitFromFloat method comment.java.lang.ObjectCOSWriter. visitFromInt(COSInteger obj)visitFromFloat method comment.java.lang.ObjectCOSWriter. visitFromName(COSName obj)visitFromName method comment.java.lang.ObjectCOSWriter. visitFromNull(COSNull obj)visitFromNull method comment.java.lang.ObjectCOSWriter. visitFromStream(COSStream obj)visitFromStream method comment.java.lang.ObjectCOSWriter. visitFromString(COSString obj)visitFromString method comment.voidCOSWriter. write(COSDocument doc)This will write the pdf document.voidCOSWriter. write(PDDocument doc)This will write the pdf document.voidCOSWriter. writeReference(COSBase obj)visitFromObjRef method comment. -
Uses of COSVisitorException in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that throw COSVisitorException Modifier and Type Method Description voidPDDocument. save(java.io.File file)Save the document to a file.voidPDDocument. save(java.io.OutputStream output)This will save the document to an output stream.voidPDDocument. save(java.lang.String fileName)Save the document to a file.voidPDDocument. saveIncremental(java.io.InputStream input, java.io.OutputStream output)Save the pdf as incremental for signing.voidPDDocument. saveIncremental(java.lang.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 COSVisitorException Modifier and Type Method Description java.lang.ObjectCOSStreamArray. 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 COSVisitorException Modifier and Type Method Description voidFDFDocument. save(java.io.File fileName)This will save this document to the filesystem.voidFDFDocument. save(java.io.OutputStream output)This will save the document to an output stream.voidFDFDocument. save(java.lang.String fileName)This will save this document to the filesystem.voidFDFDocument. saveXFDF(java.io.File fileName)This will save this document to the filesystem.voidFDFDocument. saveXFDF(java.io.Writer output)This will save the document to an output stream and close the stream.voidFDFDocument. saveXFDF(java.lang.String fileName)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 COSVisitorException Modifier and Type Method Description java.io.ByteArrayInputStreamPDFTemplateStructure. getTemplateAppearanceStream()Gets AP of the created template -
Uses of COSVisitorException in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that throw COSVisitorException Modifier and Type Method Description voidPDFMergerUtility. mergeDocuments()Merge the list of source documents, saving the result in the destination file.voidPDFMergerUtility. mergeDocumentsNonSeq(RandomAccess scratchFile)Merge the list of source documents with the non sequential parser, saving the result in the destination file.voidOverlay. overlay(java.util.Map<java.lang.Integer,java.lang.String> specificPageOverlayFile, boolean useNonSeqParser)This will add overlays to a documents.
-