laravel-pdf
laravel-pdf copied to clipboard
📄 Laravel PDF
Currently adding a header adds it to all pages. How can we add header for specific pages? The issue is necessary regarding margin issue as the header includes it's content...
**Describe the bug** Upon certain HTML, MPDF generates a notice (see https://github.com/mpdf/mpdf/issues/853 ) which seems to lead to crashes. [2020-06-05 14:08:57] production.ERROR: Undefined index: list_style_type (ErrorException(code: 0): Undefined index: list_style_type...
- Fix return type in PHPDoc does not match the actual return type - Use consts instead stings
This small change fixes #225 by allowing laravel-pdf to be installed on more PHP Versions An alternative to this is to install with `--ignore-platform-reqs` For example: `composer require niklasravnsborg/laravel-pdf --ignore-platform-reqs`
Hi I use this package Can not Update Composer . my php cli version of server is 7.4 in composer update command show this error : ``` - mpdf/mpdf v7.1.9...
i use this package in laravel 8.x and dont have any problem but in laravel 9 i have this error when i want download pdf file with LoadView method Declaration...
When I am trying to create pdf, I am getting this error in the following line // If already something on the line if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejustfinished) //...
Update package to support Laravel 9.9
# Change log - Fix the file permissions to let `.gitignore` and `composer.json` files have the correct permission.
Hi there! How to generate PDF with 2-3 pages ? I'v tried to make 2 html in 1 view - but seems it's not right way. Pls help)