-
$file_name = str_replace('/','\\', $material->video_path);
$config = ['instanceConfigurator' => function($mpdf) {
$mpdf->SetWatermarkText('DRAFT');
$mpdf->showW…
-
### I found this bug
I tried to search and replace in PDF files but unsuccessfully.
Nevermind if a file is compressed or not, but with mPDF generated PDF file works fine.
### This is mPDF and PH…
-
GridLines are drawn only for empty cells.
PHPExcel 1.8.1, mPDF-6.0.
![gridlines](https://cloud.githubusercontent.com/assets/6291442/9898484/721545bc-5c74-11e5-90e4-ab8a67fc0402.png)
``` php
-
When I save the spreadsheet to PDF using the mPDF library, It does not print the header and footer.
I exported the to XLSX and Opened the spreadsheet with Office 2013 and It has the header and foote…
-
I'm using `$mpdf->setAutoTopMargin = 'pad'` and now I'm facing a problem with my css as stylesheet.
I have one stylesheet that sets margin to 0 in `p` tags. It works fine on header but seems that t…
-
### I found this bug
The Code provided below worked fine for 8.0.17 but with an update to 8.1.1 we only recieve the page with a "red X" image, as if the file could not be found.
### This is mPDF…
-
### I found this bug
Tables which are forced onto one page via "page-break-inside:avoid" style does not respect a [caption](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption)-tag …
-
Please, give a tutorial to open pdf in this modal. Now, I use yii2-kartik-mpdf
-
The CSS option ```@page { size: A4 }``` is not working, i.e., only a lot of empty pages are generated. If ```A4``` is replaced with lengths, i.e., ```21cm 29.7cm```, it works as expected.
While thi…
-
I recently updated to PHP 7.3 and mpdf version 8.0.0 and am now encountering 3 errors I haven't seen before:
```
PHP Notice: Undefined index: lineBox in vendor/mpdf/mpdf/src/Mpdf.php on line 7485…