php-pdf-merge
php-pdf-merge copied to clipboard
PDF Merge library for PHP
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