Uses of Class org.pdfbox.exceptions.COSVisitorException

Uses in package org.pdfbox.examples.pdmodel

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
CreateBlankPDF.create(String file)
This will create a blank PDF and write the contents to a file.
void
ImageToPDF.createPDFFromImage(String file, String image)
create the second sample document from the PDF file format specification.
void
EmbeddedFiles.doIt(String file)
create the second sample document from the PDF file format specification.
void
ShowColorBoxes.doIt(String file)
create the second sample document from the PDF file format specification.
void
HelloWorld.doIt(String file, String message)
create the second sample document from the PDF file format specification.
void
AddMessageToEachPage.doIt(String file, String message, String outfile)
create the second sample document from the PDF file format specification.
void
HelloWorldTTF.doIt(String file, String message, String fontfile)
create the second sample document from the PDF file format specification.
void
HelloWorldType1AfmPfb.doIt(String file, String message, String fontfile)
create the second sample document from the PDF file format specification.
void
ReplaceString.doIt(String inputFile, String outputFile, String strToFind, String message)
Locate a string in a PDF and replace it with a new string.
void
CreateBlankPDF.main(String[] args)
This will create a blank document.

Uses in package org.pdfbox.examples.persistence

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
CopyDoc.doIt(String in, String out)
This will perform the document copy.
void
WriteDecodedDoc.doIt(String in, String out)
This will perform the document reading, decoding and writing.

Uses in package org.pdfbox.pdmodel.fdf

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
FDFDocument.save(File fileName)
This will save this document to the filesystem.
void
FDFDocument.save(OutputStream output)
This will save the document to an output stream.
void
FDFDocument.save(String fileName)
This will save this document to the filesystem.
void
FDFDocument.saveXFDF(File fileName)
This will save this document to the filesystem.
void
FDFDocument.saveXFDF(String fileName)
This will save this document to the filesystem.
void
FDFDocument.saveXFDF(Writer output)
This will save the document to an output stream and close the stream.

Uses in package org.pdfbox.examples.fdf

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
SetField.main(String[] args)
This will read a PDF file and set a field and then write it the pdf out again.

Uses in package org.pdfbox

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
Overlay.main(String[] args)
This will overlay a document and write out the results.

usage: java org.pdfbox.Overlay <overlay.pdf> <document.pdf> <result.pdf>

Uses in package org.pdfbox.pdmodel.common

Methods which throw type org.pdfbox.exceptions.COSVisitorException

Object
visitor pattern double dispatch method.

Uses in package org.pdfbox.pdfwriter

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
This will write the body of the document.
void
This will write a COS object.
void
This will write the trailer to the PDF document.
Object
visitFromArray method comment.
Object
visitFromBoolean method comment.
Object
visitFromDictionary method comment.
Object
The visit from document method.
Object
visitFromFloat method comment.
Object
visitFromFloat method comment.
Object
visitFromName method comment.
Object
visitFromNull method comment.
Object
visitFromStream method comment.
Object
visitFromString method comment.
void
This will write the pdf document.
void
This will write the pdf document.
void
visitFromObjRef method comment.

Uses in package org.pdfbox.pdmodel

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
PDDocument.save(OutputStream output)
This will save the document to an output stream.
void
PDDocument.save(String fileName)
This will save this document to the filesystem.

Uses in package org.pdfbox.util

Methods which throw type org.pdfbox.exceptions.COSVisitorException

void
Merge the list of source documents, saving the result in the destination file.

Uses in package org.pdfbox.cos

Methods which throw type org.pdfbox.exceptions.COSVisitorException

Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
visitor pattern double dispatch method.
Object
Notification of visit to Array object.
Object
Notification of visit to boolean object.
Object
Notification of visit to dictionary object.
Object
Notification of visit to document object.
Object
Notification of visit to float object.
Object
Notification of visit to integer object.
Object
Notification of visit to name object.
Object
Notification of visit to null object.
Object
Notification of visit to stream object.
Object
Notification of visit to string object.