Uses of Class
com.ironsoftware.ironpdf.stamp.Stamper
Package
Description
-
Uses of Stamper in com.ironsoftware.ironpdf
Modifier and TypeMethodDescriptionfinal PdfDocument
PdfDocument.applyStamp
(Stamper stamper) Edits the PDF by applying theStamper
's rendered to every page.final PdfDocument
PdfDocument.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.staticapi
Modifier and TypeMethodDescriptionstatic void
Stamp_Api.applyStamp
(InternalPdfDocument internalPdfDocument, Stamper stamper, Iterable<Integer> pageIndexesToStamp) -
Uses of Stamper in com.ironsoftware.ironpdf.stamp
Modifier and TypeClassDescriptionclass
Allows the developers to add Barcode(s) and QR code(s) to PDF documents elegantly and easily.class
Defines an HTML stamper allowing developers to edit aPdfDocument
by adding new content designed in HTML, CSS and JavaScript.class
This allows the user to edit an existing PDF by adding an image.class
This allows the user to edit an existing PDF by adding some stamped text.