Has anyone tried to rotate text with dompdf in a table?
Any tips?
Thanks!!!
Do you mean something like this?
https://developer.mozilla.org/en/CSS/-moz-transform
DOMPDF doesn't support doing this using HTML+CSS, so you wouldn't be
able to rotate text in a table. You can add rotated text using inline
PHP, however, using the $pdf->text() method.
-b