Is there any LIBrary available in PHP to convert PDF file to HTML?
Posted
by
OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2011-03-03T07:12:32Z
Indexed on
2011/03/03
7:24 UTC
Read the original article
Hit count: 207
php
Hi all
I Have a system. I which I need to edit the PDF in every specific evcent, for that I googled a lot and reached to conclusion that it can be achieved by first converting PDF to HTML, editting the HTML and then again converting the same HTML to PDF file.
Is there any Library available in PHP to convert PDF file to HTML?
And if anyone available with other way to achieve my task, please let me know,
NOTE: PLEASE DO NOT SUGGEST ZEND FRAMEWORK USE.
© Stack Overflow or respective owner