I use 1px border and PDF output generated by PrinceXML is thicker than our current PDF generated by Adobe distiller(? - I am not sure what was used before).
table tr {
border-bottom: 1px solid black;
}
Is there anyway to make a line thinner?
table tr {
border-bottom: 1px solid black;
}
Is there anyway to make a line thinner?