Mar 19, 2018
0
Level 1
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
Please or to participate in this conversation.