erdely
Results
1
issues of
erdely
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...