Uses of Class
org.apache.pdfbox.pdmodel.PDDocumentInformation
Packages that use PDDocumentInformation
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDDocumentInformation in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as PDDocumentInformationModifier and TypeFieldDescriptionprivate PDDocumentInformation
PDFMergerUtility.destinationDocumentInformation
Methods in org.apache.pdfbox.multipdf that return PDDocumentInformationModifier and TypeMethodDescriptionPDFMergerUtility.getDestinationDocumentInformation()
Get the destination document information that is to be set inPDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting)
.Methods in org.apache.pdfbox.multipdf with parameters of type PDDocumentInformationModifier and TypeMethodDescriptionvoid
PDFMergerUtility.setDestinationDocumentInformation
(PDDocumentInformation info) Set the destination document information that is to be set inPDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting)
. -
Uses of PDDocumentInformation in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDDocumentInformationMethods in org.apache.pdfbox.pdmodel that return PDDocumentInformationModifier and TypeMethodDescriptionPDDocument.getDocumentInformation()
This will get the document info dictionary.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentInformationModifier and TypeMethodDescriptionvoid
PDDocument.setDocumentInformation
(PDDocumentInformation info) This will set the document information for this document. -
Uses of PDDocumentInformation in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type PDDocumentInformationModifier and TypeMethodDescriptionprotected void
SynchronizedMetaDataValidation.analyzeAuthorProperty
(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeCreationDateProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeCreatorToolProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the creator tool embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeKeywordsProperty
(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeModifyDateProperty
(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeProducerProperty
(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Producer embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeSubjectProperty
(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation.analyzeTitleProperty
(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronized