pdf-to-html
pdf-to-html copied to clipboard
PDF to HTML PHP Class using Poppler-Utils
I'm trying to convert pdf to html file on my window machine. Following are the configuration lines. Config::set('pdftohtml.bin', 'D:\xampp\htdocs\poppler-0.51\bin\pdftohtml.exe'); Config::set('pdfinfo.bin', 'D:\xampp\htdocs\poppler-0.51\bin\pdfinfo.exe'); I tried this with postman and attached image shows...
Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 27 in C:\xampp\htdocs\pdftohtml\vendor\gufy\pdftohtml-php\src\Html.php on line 45
Hi, I have used version 2.0.7 on widnows and i am still getting below error: Call to a member function goToPage() on string. Please help me to sort it out....
My code to convert pdf into html file is: ``` \Gufy\PdfToHtml\Config::set('pdftohtml.bin', '/usr/local/bin/pdftohtml'); \Gufy\PdfToHtml\Config::set('pdfinfo.bin', '/usr/local/bin/pdfinfo'); $pdf = new Pdf('MY_DOCUMENT_PATH.pdf'); $page = $pdf->html(); I tried to use $pdf->html() and $pdf->getDom(), I get...
Hi, Is it possible to set different $outputDir? http://take.ms/XrFm0
I converted file using this library but i am not getting the same data text as appearing in pdf like pdf -> html xxx yyy -> xxxyyy Experian -> Ex...
Good afternoon, lately have presented me the following error to the attempt to convert my pdf in html: `Error: Document base stream is not seekable ` know why this happens?
Implementing this on windows , every dependencies installed now getting this issue "Maximum execution time of 30 seconds exceeded in pdf-to-html\src\Base.php" i got below file object : Gufy\PdfToHtml\Pdf Object (...
I want to get a file from a directory and I don't know how to open a pdf file from directory on using composer with php
linking to html issue is not resolved yet. frame name="links" src="output/file/file_ind.html" frame name="contents" src="output/file/file-1.html" Should be: frame name="links" src="file_ind.html" frame name="contents" src="file-1.html"