libmergepdf icon indicating copy to clipboard operation
libmergepdf copied to clipboard

PHP library for merging multiple PDFs

Results 21 libmergepdf issues
Sort by recently updated
recently updated
newest added

I add a line in the Readme to know how to save the merged PDF like requested in this issue : #47 This issue may be the same ? #56

When merging with PDF 1.7 version it is not working "'Array to string conversion' in 'raw-content'" - I get this when using TcpdiDriver and of course: "'This PDF document probably...

bug

When I try to merge PDFs with the following code I get the error `Notice: Uninitialized string offset: 548` ``` $merger = new Merger(new TcpdiDriver()); $merger->addIterator([new File('354025a5-original.pdf', true), new File('another.pdf',...

enhancement

Hi, Thanks for this project. Open source community really appreciate 😊 I have one question : I don't see any update since 4y. Are we good security wize? Thanks

Fatal error: Uncaught Exception: TCPDF_PARSER ERROR: decodeFilterFlateDecode: invalid code in /code/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php:474 Stack trace: #0 /code/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php(359): TCPDF_FILTERS::Error('decodeFilterFla...') #1 /code/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php(94): TCPDF_FILTERS::decodeFilterFlateDecode('\x17\xA1k\x81xO)rf\x0Ej\x8A5Gw...') #2 /code/vendor/iio/libmergepdf/tcpdi/tcpdi_parser.php(1158): TCPDF_FILTERS::decodeFilter('FlateDecode', '\x17\xA1k\x81xO)rf\x0Ej\x8A5Gw...') #3 /code/vendor/iio/libmergepdf/tcpdi/tcpdi_parser.php(1046): tcpdi_parser->decodeStream(Array, '\x17\xA1k\x81xO)rf\x0Ej\x8A5Gw...') #4 /code/vendor/iio/libmergepdf/tcpdi/tcpdi_parser.php(1082): tcpdi_parser->extractObjectStream(Array)...

Due to requirements set by my project, I need to utilize the commercial version of FPDI, or at least what they call the extension. I have added it to the...

Is there still a conflict with setasign/fpdf? The conflict is still defined in composer.json, but dates back to when this project was using rafikhaceb/tcpdi as a dependency.

In the public function Error($msg) in the file tcpdi_parser.php is calling the die() function. Please replace this die function with an exception throw, so it would be possible to catch...