Uses of Class
com.ironsoftware.ironpdf.stamp.Stamper
-
Packages that use Stamper Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.internal.staticapi com.ironsoftware.ironpdf.stamp -
-
Uses of Stamper in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type Stamper Modifier and Type Method Description PdfDocument
PdfDocument. applyStamp(Stamper stamper)
Edits the PDF by applying theStamper
's rendered to every page.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
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type Stamper Modifier and Type Method Description static void
Stamp_Api. applyStamp(InternalPdfDocument internalPdfDocument, Stamper stamper, List<PageInfo> pageInfosToStamp)
-
Uses of Stamper in com.ironsoftware.ironpdf.stamp
Subclasses of Stamper in com.ironsoftware.ironpdf.stamp Modifier and Type Class Description class
BarcodeStamper
Allows the developers to add Barcode(s) and QR code(s) to PDF documents elegantly and easily.class
HtmlStamper
Defines an HTML stamper allowing developers to edit aPdfDocument
by adding new content designed in HTML, CSS and JavaScript.class
ImageStamper
This allows the user to edit an existing PDF by adding an image.class
TextStamper
This allows the user to edit an existing PDF by adding some stamped text.
-