Uses of Class
org.apache.pdfbox.cos.COSDocument
Packages that use COSDocument
Package
Description
These are the low level objects that make up a PDF document.
These classes deal with encryption algorithms that are used in the PDF Document.
The pdfparser package contains classes to parse PDF documents and objects within the 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.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
The digitial signature library will manage signatures that are stored in the PDF 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 COSDocument in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type COSDocumentModifier and TypeMethodDescriptionICOSVisitor.visitFromDocument
(COSDocument obj) Notification of visit to document object. -
Uses of COSDocument in org.apache.pdfbox.encryption
Constructors in org.apache.pdfbox.encryption with parameters of type COSDocument -
Uses of COSDocument in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as COSDocumentModifier and TypeFieldDescriptionprotected COSDocument
BaseParser.document
This is the document that will be parsed.Methods in org.apache.pdfbox.pdfparser that return COSDocumentModifier and TypeMethodDescriptionConformingPDFParser.getDocument()
This will get the document that was parsed.PDFParser.getDocument()
This will get the document that was parsed.VisualSignatureParser.getDocument()
Returns the underlying COSDocument.Methods in org.apache.pdfbox.pdfparser with parameters of type COSDocumentModifier and TypeMethodDescriptionvoid
BaseParser.setDocument
(COSDocument doc) Set the document for this stream.Constructors in org.apache.pdfbox.pdfparser with parameters of type COSDocumentModifierConstructorDescriptionPDFObjectStreamParser
(COSStream strm, COSDocument doc) Constructor.PDFObjectStreamParser
(COSStream strm, COSDocument doc, boolean forceParsing) Constructor.PDFXrefStreamParser
(COSStream strm, COSDocument doc, boolean forceParsing, XrefTrailerResolver resolver) Constructor. -
Uses of COSDocument in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSDocumentModifier and TypeMethodDescriptionprotected 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.protected void
COSWriter.doWriteXRef
(COSDocument doc) write the x ref section for the pdf file currently, the pdf is reconstructed from the scratch, so we write a single section todo support for incremental writing?COSWriter.visitFromDocument
(COSDocument doc) The visit from document method.void
COSWriter.write
(COSDocument doc) This will write the pdf document. -
Uses of COSDocument in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return COSDocumentConstructors in org.apache.pdfbox.pdmodel with parameters of type COSDocumentModifierConstructorDescriptionPDDocument
(COSDocument doc) Constructor that uses an existing document.PDDocument
(COSDocument doc, BaseParser usedParser) Constructor that uses an existing document. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return COSDocumentModifier and TypeMethodDescriptionFDFDocument.getDocument()
This will get the low level document.Constructors in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDocumentModifierConstructorDescriptionFDFDocument
(COSDocument doc) Constructor that uses an existing document. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDocumentModifier and TypeMethodDescriptionSignatureOptions.getVisualSignature()
Get the visual signature. -
Uses of COSDocument in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSDocumentModifier and TypeMethodDescriptionPDFTemplateStructure.getVisualSignature()
Gets COSDocument of visible Signature.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSDocumentModifier and TypeMethodDescriptionvoid
PDFTemplateStructure.setVisualSignature
(COSDocument visualSignature) Sets COSDocument of visible Signature. -
Uses of COSDocument in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util with parameters of type COSDocumentModifier and TypeMethodDescriptionPDFTextStripper.getText
(COSDocument doc) Deprecated.void
PDFTextStripper.writeText
(COSDocument doc, Writer outputStream) Deprecated.