Is there any way to convert a pdf file to HTML code? I founded tools for convert PDF in HTML but all convert PDF in image and insert it into html page. I need to convert PDF in html code for generate dinamic pages.
Asked
Active
Viewed 904 times
1
-
are you searching only free tools? – faby Jun 16 '14 at 07:42
-
No i dont. Im looking for any idea to do it. – colymore Jun 16 '14 at 07:43
-
I need to inverse, PDF to HTML code. – colymore Jun 16 '14 at 07:45
-
Google comes with [this](http://sourceforge.net/projects/pdftohtml/). – Bach Jun 16 '14 at 07:55
-
@colymore PDF.js basically converts PDF to HTML to show it in your browser ... – Sirko Jun 16 '14 at 08:00
-
1@Sirko Yes i know but i need to convert a PDF (Its a bill) for get a similar html with divs to make it later dinamically. – colymore Jun 16 '14 at 08:01
-
@colymore And how is this different? – Sirko Jun 16 '14 at 08:03
-
pdf.js uses canvas api to import the pdf like a image inside a html, i cant edit it. – colymore Jun 16 '14 at 08:04
-
@colymore If I open some PDFs with it, most of the stuff generated is `` nodes. Is your source PDF really a text one or more like a picture? In the latter case, you'll need some OCR library.– Sirko Jun 16 '14 at 08:34
-
You are rigth, i dont know my pdfs its images..Its possible to convert it to text pdf and convert it to html? – colymore Jun 16 '14 at 08:45
-
@colymore Did u find solution? – Demetry Pascal Nov 02 '21 at 13:36