javascriptjavajqueryangularpdf-to-html

is there any way to get data from editable pdf using javascript and angular or any other javascript


i am trying to display a PDF in UI that has some fields to be filled by the user and i am trying to access the filled data but i cannot access can anyone suggest a way to access the form data in PDF or any other easy method to implement this feature

i already tried using embed to display PDF but i cannot access the user filled data

final result is like user should be able to edit any number of times the fields in the PDF only once he can submit the data to database


Solution

  • Whilst trying to achieve the same thing, I ended up using pdfmake.org to render the pdf.

    The user is editing the front-end website that looks like the pdf which updates the variables the rendered pdf references with every focus-out event.