Uses of Class
org.apache.pdfbox.pdmodel.PDDocumentInformation
-
Packages that use PDDocumentInformation Package Description org.apache.pdfbox.multipdf org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality.org.apache.pdfbox.preflight.metadata -
-
Uses of PDDocumentInformation in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as PDDocumentInformation Modifier and Type Field Description private PDDocumentInformation
PDFMergerUtility. destinationDocumentInformation
Methods in org.apache.pdfbox.multipdf that return PDDocumentInformation Modifier and Type Method Description PDDocumentInformation
PDFMergerUtility. 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 PDDocumentInformation Modifier and Type Method Description void
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 PDDocumentInformation Modifier and Type Field Description private PDDocumentInformation
PDDocument. documentInformation
Methods in org.apache.pdfbox.pdmodel that return PDDocumentInformation Modifier and Type Method Description PDDocumentInformation
PDDocument. getDocumentInformation()
This will get the document info dictionary.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentInformation Modifier and Type Method Description void
PDDocument. setDocumentInformation(PDDocumentInformation info)
This will set the document information for this document. -
Uses of PDDocumentInformation in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDDocumentInformation Modifier and Type Method Description PDDocumentInformation
PDThread. getThreadInfo()
Get info about the thread, or null if there is nothing.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDDocumentInformation Modifier and Type Method Description void
PDThread. setThreadInfo(PDDocumentInformation info)
Set the thread info, can be null. -
Uses of PDDocumentInformation in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type PDDocumentInformation Modifier and Type Method Description protected void
SynchronizedMetaDataValidation. analyzeAuthorProperty(PDDocumentInformation dico, DublinCoreSchema dc, java.util.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, java.util.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, java.util.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, java.util.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, java.util.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, java.util.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, java.util.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, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Title embedded in Document Information dictionary and in XMP properties are synchronized
-