Is there any way to convert PDF to HTML that can be edited?When a user uploads a PDF file, it can be converted into HTML, and some contents in it can be replaced.
Asked
Active
Viewed 291 times
1 Answers
1
Not without a third party library. Most likely you will have to save the PDF to the server, run the third party library against it, render the HTML.

kevin
- 338
- 2
- 13