I am interested in online conversion of a PDF file to HTML (or at least text) via PHP (or other coding lng). Is someone using this procedure already or any ideas ? Thanks. R.
Have a read here http://www.phpclasses.org/package/2905-PHP-Convert-HTML-to-PDF-using-Web-services.html
thanks for your link <roopajyothi> I checked the site but I need the other way arround: from a PDF file to convert to plain text in this case HTML file (text + pictures). I know it should be possible but question is if via PHP and if some one here did it ? Any hint will be much appreciated ! All the best.
i once created such a converter for a customer. it converts directly on your server without any third-party services. pm me if interested. i can adapt it for your needs.
Are you sure FPDF will convert PDF file to plain/formated text directly ? As I can see it is generating PDF files via PHP. Anyway thanks for information nice script. All the best!