-
```
I am using cakephp and using dompdf to render my dymanic view to pdf.
In the output my Stylesheets (CSS) and Javascript is linked absolute
without host "/css/style.css". The Browser does append th…
-
```
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?
-…
-
```
Hello!
I'm trying to render a large pdf (around 16 pages with large tables) and I get
a segmentation fault.
This is what apache log shows:
[Tue Feb 07 11:56:22 2012] [notice] child pid 15870…
-
**In the file: /vendor/dompdf/dompdf/src/Css/Style.php**
Add to the **__construct method**
```
$ d ["text_align_last"] = "left";
```
and in **self :: $ _ inherited**
```
"text_align_l…
-
```
Hello!
I'm trying to render a large pdf (around 16 pages with large tables) and I get
a segmentation fault.
This is what apache log shows:
[Tue Feb 07 11:56:22 2012] [notice] child pid 15870…
-
_Original author: smug (November 16, 2009 18:21:48)_
What steps will reproduce the problem?
1.Include in the html a large amount of text, in my case within a tables
<td></td> No othe…
PhenX updated
6 months ago
-
```
$options = new Options();
$options->set('defaultFont', 'Courier');
$dompdf = new Dompdf($options);
Catchable fatal error: Argument 1 passed to Dompdf\Options::__construct() must be of the type ar…
-
```
What steps will reproduce the problem?
1.generate pdf from database which have images and text and roughly 80 rows
2.i have set memory limit by $old_limit = ini_set('memory_limit', '1000M'); but
…
-
```
on generating pdf. In the generated pdf gray color show in the bottom.
I want not to show that color instead of this white color show.
i am using dompdf 3 beta.
can anyone help me
In the cont…
-
```
What about vietnamese font in dompdf ver0.6.0?
I have a problem with "Times New Roman" and "Arial" (please refer attachment).
Please support me to fix it.
Thank you.
```
Original issue reported …