-
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-pdf
can render forms.The
Page
component accepts arenderForms
prop. Pass it atrue
and make sure you're loading the styles fromAnnotationLayer.css
and you should be good to go.The documentation states that in order for forms to be rendered,
renderAnnotationLayer
also 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: