larylinz

Results 7 comments of larylinz

Got the same error. Any updates? Startet with a fresh l8 installation. is l8 supported? i'm verry curios about this 'add on' - looking foreward to use this QR Code...

didn't work with Laravel7 as well. Error above as brianfreytag reports.

Does this package work together with the commercial addon? It doesn't do it out of the box in mine. installed pdf-parser 2.0.7 @ManuDoni are you using the commercial addon with...

how did you solve the isue? Merging compressed pdfs.

solved this by changing line 241 in PDFMerger: from '$oFPDI->page': if ($duplexSafe && $oFPDI->page % 2) { $oFPDI->AddPage($file['orientation'], [$size['width'], $size['height']]); } to '$count': if ($duplexSafe && $count % 2) {...

Added automatic orientation from: https://github.com/GrofGraf/laravel-pdf-merger/pull/11/files (thxs to coupej) I do not know, how do add a pull request - could this to somebody else?

could somebody do a commit to fix autoorientation within duplexMerge? public function duplexMerge($orientation = 'P') => public function duplexMerge($orientation = null)