libmergepdf icon indicating copy to clipboard operation
libmergepdf copied to clipboard

PHP library for merging multiple PDFs

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

Review first #69 Close #64 I merged all fixes to `tcpdi_parser` on this PR and the changes of libmergepdf on `tcpdi_parser` too.

What I did: * Bump PHPUnit * Replaced TravisCI by GitHub Actions * Drop support to old versions of PHP to work with new version of PHPUnit * Implemented CI...

What should be fixed ? I made the last PHP 8.1 fixes in tcpdf 6.4.4 https://github.com/hanneskod/libmergepdf/blob/6613b978c08d00d559796ab510614243e4dd5dfb/src/Driver/Fpdi2Driver.php#L26 https://github.com/hanneskod/libmergepdf/commit/d91f9905f6aec4010c59b86c976f3e3eccb1d081

My question is: Is this project alive ? It was last updated on `7 Dec 2020` I am moving out of https://github.com/DALTCORE/lara-pdf-merger and need to know if this project is...

$pdfMerger->addFile("archivo1.pdf"); $pdfMerger->addFile("archivo2.pdf"); $archivo = $pdfMerger->merge(); $pdfMerger->addFile($archivo);

Hello, I have a fillable PDF, when I save it with some fields filled, TCPDI Driver can't display they fields. You can simply reproduce this with the following PDF: [example.pdf](https://github.com/hanneskod/libmergepdf/files/7676607/example.pdf)...

Is there any way to stream out the merged file instead of saving it?

``` Declaration of setasign\Fpdi\FpdfTplTrait::AddPage($orientation = '', $size = '', $rotation = 0) should be compatible with TCPDF::AddPage($orientation = '', $format = '', $keepmargins = false, $tocpage = false) ``` I...

Hello! Thank you for this library, it is very useful for merging PDF's. Some of the documents I merge are printed double sided and I was having the problem that...