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. -
-
Uses of PDDocumentInformation in org.apache.pdfbox.multipdf
Methods 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.MemoryUsageSetting).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.MemoryUsageSetting). -
Uses of PDDocumentInformation in org.apache.pdfbox.pdmodel
Methods 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.
-