Uses of Class
com.ironsoftware.ironpdf.stamp.Stamper
Packages that use Stamper
Package
Description
- 
Uses of Stamper in com.ironsoftware.ironpdfMethods in com.ironsoftware.ironpdf with parameters of type StamperModifier and TypeMethodDescriptionfinal PdfDocumentPdfDocument.applyStamp(Stamper stamper) Edits the PDF by applying theStamper's rendered to every page.final PdfDocumentPdfDocument.applyStamp(Stamper stamper, PageSelection pageSelection) Edits the PDF by applying theStamper's rendered to only selected page(s).
- 
Uses of Stamper in com.ironsoftware.ironpdf.internal.staticapiMethods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type StamperModifier and TypeMethodDescriptionstatic voidStamp_Api.applyStamp(InternalPdfDocument internalPdfDocument, Stamper stamper, Iterable<Integer> pageIndexesToStamp) 
- 
Uses of Stamper in com.ironsoftware.ironpdf.stampSubclasses of Stamper in com.ironsoftware.ironpdf.stampModifier and TypeClassDescriptionclassAllows the developers to add Barcode(s) and QR code(s) to PDF documents elegantly and easily.classDefines an HTML stamper allowing developers to edit aPdfDocumentby adding new content designed in HTML, CSS and JavaScript.classThis allows the user to edit an existing PDF by adding an image.classThis allows the user to edit an existing PDF by adding some stamped text.