php-pdf-merge icon indicating copy to clipboard operation
php-pdf-merge copied to clipboard

PDF Merge library for PHP

Results 14 php-pdf-merge issues
Sort by recently updated
recently updated
newest added

Hi, When I'm calling a controller that excute this method: public function downloadZip ($did) { $decs = DB::table ('app_decisions')->select ()->where ('id', '=', $did)->first (); $files = DB::table('apps_file') ->where([ ['app_id', '=',...

Hello, after merge, all links in the document disappeared. :( I use ancor tags in my table of content in the pdf document ` $pdf = new \Jurosh\PDFMerge\PDFMerger; $pdf->addPDF($reisenummer.'.pdf', 'all')...

FPDI 2.4 allows importing of urls, currently they get stripped.

Calculate the orientation of each page rather than imposing a single orientation for each document Fix issue #21