Is there watermark support? #1990
Answered
by
coskuncakir
tgermain-impirica
asked this question in
Q&A
-
I would like to add a watermark across the pdf. Is this currently supported? |
Beta Was this translation helpful? Give feedback.
Answered by
coskuncakir
Oct 1, 2022
Replies: 1 comment
-
I believe you could do something like below to achieve this, <Text render={({ pageNumber, totalPages }) => `this is watermark`} fixed /> check the documentation's related section for this as well let me know how it goes, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tgermain-impirica
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tgermain-impirica,
I believe you could do something like below to achieve this,
check the documentation's related section for this as well
https://react-pdf.org/advanced#dynamic-content
let me know how it goes,
cheers