How to put stamp text on each page #167
Answered
by
MatthiasValvekens
Mallinath-debug
asked this question in
Q&A
-
How to put stamp text on each or every page |
Beta Was this translation helpful? Give feedback.
Answered by
MatthiasValvekens
Oct 7, 2022
Replies: 1 comment 1 reply
-
Hi @Mallinath-debug, Sorry, I don't understand your question. If you just want to stamp every page, you should be able to simply call the Unless you're asking how to create a signature that appears with a stamp on every page... because that's impossible without violating the PDF standard. There are workarounds, but they're not pretty. Anyway, you'll need to provide more details than that :). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mallinath-debug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Mallinath-debug,
Sorry, I don't understand your question. If you just want to stamp every page, you should be able to simply call the
.apply(...)
method on anyBaseStamp
instance in a loop, incrementing thedest_page
every time.Unless you're asking how to create a signature that appears with a stamp on every page... because that's impossible without violating the PDF standard. There are workarounds, but they're not pretty.
Anyway, you'll need to provide more details than that :).