-
Hi Eilen,
I cannot run dompdf_fonts with smarty 5 : I get a wordpress fatal error and the following logs
I tried to use the master branch wo success
thanks for your help
best
------
[23-Sep-…
-
I noticed that whilst some of my base 64 PNG images were working fine in the Canvas, some were not.
```php
$canvas->image($image->outputBase64Src(), 450, 148, 75, 75);
```
However if I passed the …
-
Hello,
I updated to dompdf 3.0
Now it throws the following error:
Warning: foreach() argument must be of type array|object, bool given in ...\vendor\dompdf\dompdf\src\Css\Stylesheet.php on line …
-
### Describe the bug and add attachments
I want to convert docx file to pdf in laravel i got error "DOMDocument::loadXML(): Namespace prefix m on oMath is not defined in Entity, line: 1" my code is…
-
Issue Description:
I'm using LaravelA1PdfSign to sign a PDF created with DomPDF. The PDF includes several internal links `` that work correctly before signing. However, once I apply the certificate…
-
Few issues with downloading, uploading media export with dompdf
![image](https://github.com/user-attachments/assets/f000a766-a8ca-4cb0-b87b-6592d01772c1)
I use this version
![image](https://…
-
I use Korean and Japanese.
PDF is generated and error occurs in font, please check the screenshot.
Please let me know if you have any solution regarding PDF font change.
![pdf_error](https://g…
-
Recently I upgraded my Laravel to ver 9.20.0 which brings this err
**`Class "Barryvdh\DomPDF\Facade" not found`**
I have included it in the providers
`Barryvdh\DomPDF\ServiceProvider::class,`
…
-
### PHP Version
8.1.16
### Shopware Version
6.4.20.0
### Expected behaviour
Enrich the document total page number.
### Actual behaviour
![image](https://user-images.githubusercontent.com/285577…
-
Hi everyone.
i fetched some html content from phpmyadmin sql table and print them to pdf by dompdf in my codeigniter 3 project.
here, i have some columns (page titles) with some html content which c…