Uses of Class
org.apache.pdfbox.pdmodel.PDDocumentInformation
-
Packages that use PDDocumentInformation Package Description org.apache.pdfbox.examples.pdmodel These examples show how to use the classes in the PDModel package.org.apache.pdfbox.examples.util The packages in this package will show how to use the PDFBox util API.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.examples.pdmodel
Methods in org.apache.pdfbox.examples.pdmodel with parameters of type PDDocumentInformation Modifier and Type Method Description private static voidExtractMetadata. showDocumentInformation(PDDocumentInformation information) -
Uses of PDDocumentInformation in org.apache.pdfbox.examples.util
Methods in org.apache.pdfbox.examples.util that return PDDocumentInformation Modifier and Type Method Description private PDDocumentInformationPDFMergerExample. createPDFDocumentInfo(java.lang.String title, java.lang.String creator, java.lang.String subject) -
Uses of PDDocumentInformation in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as PDDocumentInformation Modifier and Type Field Description private PDDocumentInformationPDFMergerUtility. destinationDocumentInformationMethods in org.apache.pdfbox.multipdf that return PDDocumentInformation Modifier and Type Method Description PDDocumentInformationPDFMergerUtility. 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 PDDocumentInformation Modifier and Type Method Description voidPDFMergerUtility. 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 PDDocumentInformation Modifier and Type Field Description private PDDocumentInformationPDDocument. documentInformationMethods in org.apache.pdfbox.pdmodel that return PDDocumentInformation Modifier and Type Method Description PDDocumentInformationPDDocument. getDocumentInformation()This will get the document info dictionary.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentInformation Modifier and Type Method Description voidPDDocument. 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 PDDocumentInformationPDThread. 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 voidPDThread. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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
-