DOMPDFModule
DOMPDFModule copied to clipboard
A Zend Framework module for Dompdf
## Change Profile | Question | Answer | ------------- | --- | New feature | no | Bug fix | yes | BC breaks | no | Passing tests |...
Editing the ZF2 name and leaving only zendframework https://github.com/raykolbe/DOMPDFModule/pull/77
## Change Profile | Question | Answer | ------------- | --- | New feature | yes/no | Bug fix | yes/no | BC breaks | yes/no | Passing tests |...
## Change Profile | Question | Answer | ------------- | --- | New feature | yes | Bug fix | no | BC breaks | yes | Passing tests |...
## Change Profile | Question | Answer | ------------- | --- | New feature | yes/no | Bug fix | yes/no | BC breaks | yes/no | Passing tests |...
## Change Profile | Question | Answer | ------------- | --- | New feature | yes/no | Bug fix | yes/no | BC breaks | yes/no | Passing tests |...
I've made the module working on ZF3. But actually only with `dompdf` version `0.6.2`. You should totally upgrade to newer version of it! But so far, just to give you...
Update to work on ZF3. Updates have been made on all packages and on the version of PHP 5.6 or 7.0 I have not yet tested the configuration file, if...
Added total counter pages and shows users how to configure the positions of paging text. **Example**: Page 2 of 13
I ca't find the way to include site images and css in my pdf On my controller: ``` $pdf = new PdfModel(); $pdf->setOption('filename', 'myfile.pdf'); $pdf->setOption('terminal',true); $pdf->setOption('paperSize', 'a4'); $pdf->setTemplate('my/model/view.phtml'); $pdf->setVariables(array( 'foo'...