Uses of Interface
com.itextpdf.text.pdf.interfaces.PdfVersion
-
Packages that use PdfVersion Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.internal -
-
Uses of PdfVersion in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement PdfVersion Modifier and Type Class Description classPdfCopyMake copies of PDF documents.classPdfSmartCopyPdfSmartCopy has the same functionality as PdfCopy, but when resources (such as fonts, images,...) are encountered, a reference to these resources is saved in a cache, so that they can be reused.classPdfWriterADocWriterclass for PDF. -
Uses of PdfVersion in com.itextpdf.text.pdf.internal
Classes in com.itextpdf.text.pdf.internal that implement PdfVersion Modifier and Type Class Description classPdfVersionImpStores the PDF version information, knows how to write a PDF Header, and how to add the version to the catalog (if necessary).
-