pdf-to-html icon indicating copy to clipboard operation
pdf-to-html copied to clipboard

PDF to HTML PHP Class using Poppler-Utils

Results 33 pdf-to-html issues
Sort by recently updated
recently updated
newest added

paquettg/php-html-parser seems dead and does not work in PHP 7.1. I propose to use this fork instead.

I am little confuse how to pass the pdf file path. Because i added the path but not running any function on the server. $html = $pdf->getInfo(); All of the...

I have added code but getting some error. Error getting is Fatal error: Uncaught exception 'Exception' with message 'You're asking to go to page 1 but max page of this...

Hi guys is there a way that i can change the image src path in config? img src="change this" Thanks in advance

`\Gufy\PdfToHtml\Config::set('pdftohtml.bin', '/usr/bin/pdftohtml'); \Gufy\PdfToHtml\Config::set('pdfinfo.bin', '/usr/bin/pdfinfo'); $pdf = new \Gufy\PdfToHtml\Pdf('/var/www/html/test_big/test.pdf'); $html = $pdf->html();` Thats my code. Its converting but only the 1st page for some cases and even less than that .

ibxml_use_internal_errors — Disable libxml errors and allow user to fetch error information as needed > http://www.php.net/manual/en/function.libxml-use-internal-errors.php

I have problem with landscape document. All text goes messy.

In Ubuntu pdftohtml and pdfinfo folders are not present in /usr/local/bin/ . How to create those, Please help me i am a windows user don't know Ubuntu much only doing...

You need to add `space` after `#` sign if you want to create a headings in markdown

Hi, I need to output the result instead of HTML file, I want to fill it in an array based on line and column. Item No. Description of Goods Units Qty...