-
```
There are 89 code validation warnings/errors in the DOMPDF that stem from four
main categories:
1) Assignment in condition
Easy fixes, for example:
CHANGE: while ( $child = $this->_fi…
-
```
I want to open pdf directly on web browser so i used the following code
$dompdf = new DOMPDF();
$dompdf->load_html($html);//$html is the htmlfile
$dompdf->render();
$dompdf->stream("sample.pdf", a…
-
```
Hey,
i am using wamp server for my project and not able to integrate dompdf with my
wamp server so can any one tell me how to integrate that with wamp server and
how to use it. Expecting help.
…
-
```
What steps will reproduce the problem?
Two clients generating PDF at a same time.
What is the expected output? What do you see instead?
PHP Fatal error: Call to a member function getData() on a …
-
When a table cell contains a floated element, line boxes in adjacent cells are unnecessarily cleared.
The following HTML:
```
test
…
-
```
Since DOMPDF is *supposed* to be library independent I think it would make
sense to have the development of the CPDF renderer be semi-independent of the
DOMPDF library. Naturally the two have to…
-
```
What steps will reproduce the problem?
1. Include a PNG image w/ a full alpha channel in the page's content (PNG
images with binary transparency seem to be fine).
2. Have a server with ImageMagic…
-
I'm getting the following errors when upgrading from PHP 7.1 to 8.0,
Most seem related to Cpdf.php or DejaVuSans.
---
```
[24-Feb-2021 17:35:11 America/Los_Angeles] PHP Warning: touch(): Utime fa…
-
Microsoft Outlook 2010, 2013 and 2016 blocks created domPDFs as unsafe.
Not sure if this is something I've missed in my code or a general domPDF issue?
![image](https://user-images.githubusercont…
-
```
What steps will reproduce the problem?
1.Using dompdf on my server to generate any pdf - except when a monospace font
is specified by CSS
What is the expected output? What do you see instead?
-…