Uses of Class
com.lowagie.text.pdf.PdfCopy
-
Packages that use PdfCopy Package Description com.lowagie.text.pdf -
-
Uses of PdfCopy in com.lowagie.text.pdf
Subclasses of PdfCopy in com.lowagie.text.pdf Modifier and Type Class Description class
PdfSmartCopy
PdfSmartCopy 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.class
UnembedFontPdfSmartCopy
Makes a copy of a PDF, unembedding all embedded fonts.Fields in com.lowagie.text.pdf declared as PdfCopy Modifier and Type Field Description (package private) PdfCopy
PdfCopy.PageStamp. cstp
Constructors in com.lowagie.text.pdf with parameters of type PdfCopy Constructor Description PageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)
-