I am currently trying to display a PDF form as part of my web page. The user should be able to edit the PDF fields like he would in a PDF viewer. I’ve tried to use PDF.js for this, but I cannot find any good documentation on how to render the text and form part (See my question here: https://github.com/mozilla/pdf.js/discussions/19183). Are there any frameworks/modules that allow thi? I have tried the react-pdf module, but I have not managed to get the form layer working.
Thanks!