Does Prince have the capability to change portrait trim into landscape trim automatically for wider table/figures in prince natural flow?
Currently, the larger tables/figures are overlapping in portrait layout, so I'm doing the manual changes in CSS/HTML markup for landscape layout.
Manual changes:
@page wide {
prince-rotate-body: -90deg;
}
table.landscape, figure.landscape
{
page:wide;
}
<table></table> to <table class="landscape"></table>
<figure></figure> to <figure class="landscape"></table>
Thanks,
Bala
Currently, the larger tables/figures are overlapping in portrait layout, so I'm doing the manual changes in CSS/HTML markup for landscape layout.
Manual changes:
@page wide {
prince-rotate-body: -90deg;
}
table.landscape, figure.landscape
{
page:wide;
}
<table></table> to <table class="landscape"></table>
<figure></figure> to <figure class="landscape"></table>
Thanks,
Bala