I used the below to rotate my table:
@page wide {
prince-rotate-body: landscape;
}
It rotates anti-clockwise. But i want to rotate it clockwise. What should i do?
@page wide {
prince-rotate-body: landscape;
}
It rotates anti-clockwise. But i want to rotate it clockwise. What should i do?