-
**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 …
amenk updated
2 years ago
-
My stack:
- Debian 10.9
- PHP 7.4.20
- composer 1.8.4
The procedure to install is here : https://github.com/marellocommerce/marello-application/blob/master/README.md
I did my first attempt in…
-
Class `\Mpdf\Mpdf` contains huge amount of public members.
Properties are declared using `var` and methods don't have accessibility specified making them effectively `public`. Some of methods have na…
-
Error
PHP Notice – yii\base\ErrorException
Undefined index: css_set_width
1. in /home/technodw/invoicegst.technodweep.com/vendor/mpdf/mpdf/src/Tag.php at line 2179
21702171217221732174217521762177…
-
# Issue: Webhook Handling Error in Laravel Cashier Mollie
## Description
When handling the webhook for first payments, the webhook fails and results in an internal server error.
### Error Detai…
-
Metadata parameters not passed to mPDF engine. Am I doing something wrong?
Cakephp 3.9
mPDF 8.0.4
```
Configure::write('CakePdf', [
'engine' => [
'className' => 'C…
-
When i change dpi and dpi_img in config array, pdf not change.
```
$pdf = PDF::loadView('pdf.product', ['html' => $html], [], [
"dpi" => 300,
"img_dpi" => 300,
"format" => "A5",
"orienta…
-
i guess this is a very common issue now, so when trying to install ibis on php8 the result is the following:
`Your requirements could not be resolved to an installable set of packages.
Problem…
-
I have tried CSS 'box-shadow' on a div.
Random HTML tester result:
![image](https://user-images.githubusercontent.com/1339475/65602185-bf150580-dfa3-11e9-8cdf-71379a61df42.png)
mPDF result:
…
-
### I found this bug / would like to have this new functionality
When you have markup like this:
```
...
...
```
...and mPDF decides to move the page break div to a new page, the…