Uses of Class
com.itextpdf.text.pdf.PdfStamperImp
-
Packages that use PdfStamperImp Package Description com.itextpdf.text.pdf -
-
Uses of PdfStamperImp in com.itextpdf.text.pdf
Subclasses of PdfStamperImp in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfAStamperImp
Extension to PdfStamperImp that will attempt to keep a file in conformance with the PDF/A standard.Fields in com.itextpdf.text.pdf declared as PdfStamperImp Modifier and Type Field Description protected PdfStamperImp
PdfStamper. stamper
The writerprivate PdfStamperImp
PdfSignatureAppearance. writer
The PdfStamperImp object corresponding with the stamper.private PdfStamperImp
XmlSignatureAppearance. writer
Methods in com.itextpdf.text.pdf that return PdfStamperImp Modifier and Type Method Description PdfStamperImp
XmlSignatureAppearance. getWriter()
Methods in com.itextpdf.text.pdf with parameters of type PdfStamperImp Modifier and Type Method Description (package private) static void
PdfFormField. mergeResources(PdfDictionary result, PdfDictionary source, PdfStamperImp writer)
Constructors in com.itextpdf.text.pdf with parameters of type PdfStamperImp Constructor Description PageStamp(PdfStamperImp stamper, PdfReader reader, PdfDictionary pageN)
PdfSignatureAppearance(PdfStamperImp writer)
Constructs a PdfSignatureAppearance object.StampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps)
Creates a new instance of StampContentXmlSignatureAppearance(PdfStamperImp writer)
Constructs XmlSignatureAppearance object.
-