Hello,
I am trying to export a page to pdf but the TOC list style (alpha or roman) gets cut off from left. (observe bullet 'C'or roman III, IV)
I have attached images of sample pdf's. Even if I use below CSS in PDF Stylesheet, the list style is not properly printed in pdf.
@page
{
margin-top: 50mm;
margin-bottom: 75mm;
margin-left: 100mm;
margin-right: 50mm;
}
Is there any workaround to this issue?