-
```
*Steps:*
Use the attached HTML (grouped_report.html) with the following PHP:
...
$dompdf->load_html( $html );
$dompdf->set_paper( 'letter', 'landscape' );
$dompdf->render();
$dompdf->stream( "re…
-
```
*Steps:*
Use the attached HTML (grouped_report.html) with the following PHP:
...
$dompdf->load_html( $html );
$dompdf->set_paper( 'letter', 'landscape' );
$dompdf->render();
$dompdf->stream( "re…
-
```
*Steps:*
Use the attached HTML (grouped_report.html) with the following PHP:
...
$dompdf->load_html( $html );
$dompdf->set_paper( 'letter', 'landscape' );
$dompdf->render();
$dompdf->stream( "re…
-
_Dompdf 2.0.1 / PHP 8.1.12_
The [`text-decoration` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration) can also be used as a shorthand for `text-decoration-line`, `text-…
-
```
What would you like dompdf to do:
I like DOMPDF make pdf with bookmark in pdf file which have many pages in pdf.
Do you have an example:
1.heading1
2.heading2
3.heading3
....
on pdf file.
```
…
-
```
If a user sets the PHP locale to certain values (e.g. tr_TR for Turkish) DOMPDF
will die with the following error:
Fatal error: Interface 'IteratorAggregate' not found in
dompdf/include/frame.cl…
-
```
If a user sets the PHP locale to certain values (e.g. tr_TR for Turkish) DOMPDF
will die with the following error:
Fatal error: Interface 'IteratorAggregate' not found in
dompdf/include/frame.cl…
-
```
I think this content is superfluous to the DOMPDF library. Certainly we can
highlight the power of DOMPDF through samples, but I think this could be done
through it's own subproject. We can prov…
-
```
What steps will reproduce the problem?
Three SPAN elements inside a DIV element, followed by the same. (see samples)
Configured to enable FLOAT, get the error. No error if FLOAT is disabled, but…
-
```
What steps will reproduce the problem?
Add transparent PNG to pdf in tag.
What is the expected output? What do you see instead?
Fatal error: Trying to clone an uncloneable object of class Imagi…