-
|
I want to ask if |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, The The documentation states that in order for forms to be rendered, Here's a rough example of how I'm doing it: |
Beta Was this translation helpful? Give feedback.
Yes,
react-pdfcan render forms.The
Pagecomponent accepts arenderFormsprop. Pass it atrueand make sure you're loading the styles fromAnnotationLayer.cssand you should be good to go.The documentation states that in order for forms to be rendered,
renderAnnotationLayeralso needs to betrue, but it is by default. As long as you aren't disabling it somewhere, it should just work.Here's a rough example of how I'm doing it: