0

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.

One
  • 13
  • 5

1 Answers1

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