ArroDan
ArroDan

Reputation: 31

Retrieving Fillable PDF's values and use in Javascript in HTML

I am looking for a solution to import a PDF file into my HTML page and pull the filled in values from the PDF into input tags on the HTML page.

I have no idea where to begin.

Upvotes: 0

Views: 54

Answers (1)

user9912592
user9912592

Reputation:

Consider using pdf.js, it has some really interesting functionality https://mozilla.github.io/pdf.js/

Upvotes: 1

Related Questions