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 classPdfAStamperImpExtension 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 PdfStamperImpPdfStamper. stamperThe writerprivate PdfStamperImpPdfSignatureAppearance. writerThe PdfStamperImp object corresponding with the stamper.private PdfStamperImpXmlSignatureAppearance. writerMethods in com.itextpdf.text.pdf that return PdfStamperImp Modifier and Type Method Description PdfStamperImpXmlSignatureAppearance. getWriter()Methods in com.itextpdf.text.pdf with parameters of type PdfStamperImp Modifier and Type Method Description (package private) static voidPdfFormField. 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.
-