PHP-XPDF icon indicating copy to clipboard operation
PHP-XPDF copied to clipboard

An object oriented wrapper for XPDF

Results 11 PHP-XPDF issues
Sort by recently updated
recently updated
newest added

Hi! I suppose it's not a real issue with a library. I'm using this library in Wordpress theme together with Advanced Custom Fields 'File' field type. I'm having trouble with...

I have used the following initialization: ``` $pdfToText = XPDF\PdfToText::create(array( 'pdftotext.binaries' => '/usr/bin/pdftotext', // notice here I have given a path to pdftotext executable on my pc 'pdftotext.timeout' => 30,...

bug

Can you update the composer BinaryDriver to support symfony 4.0 please.

method _parseOutputIntoData did not exist anymore

Hello I downloaded the code from here https://github.com/alchemy-fr/PHP-XPDF/tree/0.2.1 to convert pdf into text. I also have installed composer.exe from the path https://getcomposer.org/Composer-Setup.exe ,it looks like there is problem regarding phpunit...

Hey guys at you typographical error code source ..vendor/php-xpdf/php-xpdf/src/XPDF/PdfToText.php Method named setOuputEncoding and getOuputEncoding. Correctly named setOutputEncoding and getOutputEncoding. View source: http://php-xpdf.readthedocs.org/en/latest/#report-a-bug

enhancement