I have a project where I need to extract data from a pdf file, and insert it into mysqldb. I found a sample project that almost suits my requirements, but this project mixes the values of parts on the quotation.
My question is how do I extract data from an pdf with out losing text, and format, including pdf tables,
Project I found on GitHub : git clone https://github.com/mozilla/pdf.js you can find a demo here : Web DEMO: https://ronnywang.github.io/pdf-table-extractor/
What I need is a pdf converter like: https://www.pdftohtml.net
After the extraction is completed the html/php data must be uploaded to mysql db.