Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.internal.staticapi | |
com.ironsoftware.ironpdf.stamp |
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfDocument.applyStamp(Stamper stamper)
Edits the PDF by applying the
Stamper 's rendered to every page. |
PdfDocument |
PdfDocument.applyStamp(Stamper stamper,
PageSelection pageSelection)
Edits the PDF by applying the
Stamper 's rendered to only selected page(s). |
Modifier and Type | Method and Description |
---|---|
static void |
Stamp_Api.applyStamp(InternalPdfDocument internalPdfDocument,
Stamper stamper,
Iterable<Integer> pageIndexesToStamp) |
Modifier and Type | Class and 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 a
PdfDocument 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.
|
Copyright © 2022–2023 Iron Software. All rights reserved.