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.pdmodel
Methods 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.