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). How do I achieve this?