CakePdf icon indicating copy to clipboard operation
CakePdf copied to clipboard

CakePHP plugin for creating and/or rendering PDFs, supporting several popular PDF engines.

Results 7 CakePdf issues
Sort by recently updated
recently updated
newest added

Hello, I upgraded PHP from 7.4.16 to 8.0.12 on a windows server.. Fresh install of latest CakePHP 4.3.1 and CakePDF 4.1.1 Configure::write('CakePdf', [ 'engine' => [ 'className' => 'CakePdf.WkHtmlToPdf', 'binary'...

Metadata parameters not passed to mPDF engine. Am I doing something wrong? Cakephp 3.9 mPDF 8.0.4 ``` Configure::write('CakePdf', [ 'engine' => [ 'className' => 'CakePdf.Mpdf', 'options' => [ 'SetTitle' =>...

enhancement

current detection for dompdf installed via composer does not work, I do not see how to fix it, so I opt for an autoloaded version all the time honor the...

Implemented this pull request to cake 2 version as well https://github.com/FriendsOfCake/CakePdf/pull/197

If my controller has: ``` $this->pdfConfig = array( 'options' => array( 'footer-html' => '/pdfparts/foot/' . $id, ), ); ``` This change means that my existing configuration options: ``` Configure::write('CakePdf', array(...

I wonder if some of the community improvements should be merged back into master at some point?

enhancement

### Issue to be enhanced There is many linux server which don't have any interface and could not run directly the command `/usr/bin/wkhtmltopdf` which required another command behavior to execute...