Uses of Class
org.apache.pdfbox.pdmodel.PDDocumentInformation
Packages that use PDDocumentInformation
Package
Description
These examples show how to use the classes in the PDModel package.
The packages in this package will show how to use the PDFBox util API.
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.examples.pdmodel
Methods in org.apache.pdfbox.examples.pdmodel with parameters of type PDDocumentInformationModifier and TypeMethodDescriptionprivate static voidExtractMetadata.showDocumentInformation(PDDocumentInformation information) -
Uses of PDDocumentInformation in org.apache.pdfbox.examples.util
Methods in org.apache.pdfbox.examples.util that return PDDocumentInformationModifier and TypeMethodDescriptionprivate PDDocumentInformationPDFMergerExample.createPDFDocumentInfo(String title, String creator, String subject) -
Uses of PDDocumentInformation in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as PDDocumentInformationModifier and TypeFieldDescriptionprivate PDDocumentInformationPDFMergerUtility.destinationDocumentInformationMethods 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.RandomAccessStreamCache.StreamCacheCreateFunction).Methods in org.apache.pdfbox.multipdf with parameters of type PDDocumentInformationModifier and TypeMethodDescriptionvoidPDFMergerUtility.setDestinationDocumentInformation(PDDocumentInformation info) Set the destination document information that is to be set inPDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction). -
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 TypeMethodDescriptionvoidPDDocument.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 voidSynchronizedMetaDataValidation.analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Author(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeCreationDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the CreationDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.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 voidSynchronizedMetaDataValidation.analyzeKeywordsProperty(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeModifyDateProperty(PDDocumentInformation dico, XMPBasicSchema xmp, List<ValidationResult.ValidationError> ve) Analyze if the ModifyDate embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeProducerProperty(PDDocumentInformation dico, AdobePDFSchema pdf, List<ValidationResult.ValidationError> ve) Analyze if Producer embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeSubjectProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Subject(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected voidSynchronizedMetaDataValidation.analyzeTitleProperty(PDDocumentInformation dico, DublinCoreSchema dc, List<ValidationResult.ValidationError> ve) Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronized