pdf-to-html
pdf-to-html copied to clipboard
PDF to HTML PHP Class using Poppler-Utils
Seeing as this package is basically abandoned, I've decided to fork it. I will maintain it as well. This library makes use of another (ironically) abandoned package for DOM Parsing....
Some PDF getting Notice: Undefined index: pages error
I'm trying to get html from a pdf document, the output folder is created and html files are created and so on. But in the process of creating an error...
Any idea why i'm getting this error? Fatal error: Uncaught Error: Call to undefined function PHPHtmlParser\mb_eregi_replace() in /var/www/html/superboringproject/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom.php:362 Stack trace: #0 /var/www/html/superboringproject/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom.php(184): PHPHtmlParser\Dom->clean('
Hi! My output html file has classes like ft00 etc: `Some text` but it has not styles for this class. So font-size is incorrect in the result. And html page...
pdftohtml-php creates a folder under vendor/gufy/pdftohtml-php/output. If it doesn't have write access then loads of errors starting with mkdir() permission denied Maybe add this to the readme Or better still,...
Hi, Let me begin by saying that some PDF's are working perfectly fine BUT there are some PDF's which when being converted into html does not extract text from the...
Fatal error: Uncaught exception 'Exception' with message 'You're asking to go to page 1 but max page of this document is 0' in C:\xampp\htdocs\ph\src\Html.php:63 Stack trace: #0 C:\xampp\htdocs\ph\src\Html.php(57): Gufy\PdfToHtml\Html->goToPage(1) #1...
How to solve this? I followed the docs.. I put `use Gufy\PdfToHtml\Config;` at the top and this is my controller ``` public function convertPdf(Request $request){ // dd($request->all()); // change pdftohtml...
Hi, First of all, many thanks for this code, it works very well ! I have my html from a pdf parsing, and there is many class like ft03 ft04...