Replies: 1 comment 2 replies
-
Shouldn't be a problem, here's a modified example I used for watermarks, but applied only to one page: https://codesandbox.io/s/react-pdf-watermark-first-page-only-rjxj2r?file=/src/index.jsx |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I currently have a PDF with dynamic content, part of which is a table. The table is a View that consists of Text elements that is stylized to look like a table. There may be certain situations where I have a table that spans across multiple pages, and if this happens I'm trying to add text to the table title that says "Continued." I haven't been able to find a way to render something, only if it spans across multiple pages. Does anyone know if this is something that is possible?
Thanks so much!!
Beta Was this translation helpful? Give feedback.
All reactions