Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

christiann's avatar

DomPdf writing-mode problem

I am using DomPdf and there i have the problem with :

        writing-mode: vertical-lr;
        transform: rotate(-90deg);

it makes space and i don't neet that , how can i fix it? I have a foto :

https://i.stack.imgur.com/0uaQg.jpg https://i.stack.imgur.com/rODu7.jpg

I just want that DomPdf makes me the same space for all tables.

+--+------+
|  |      |
+--+------+

What dompdf do is:

+--------------------+------------------+
|some big name       |some value         |
+--------------------+------------------+

And after rotation i have the name vertical as i like but the problem is space. In my browser i don't have problem with that what should i do?

Problem: https://i.stack.imgur.com/PIbLb.jpg

0 likes
0 replies

Please or to participate in this conversation.