We have a table that uses colgroup to format specific columns:
The text is bolded fine when viewed, but when it is converted to a PDF, the text is not bolded. Am I doing this wrong, is there a better way to format this correctly? Or does PrinceXML not support this? Thanks!
table.infotable col.info {
font-weight:bold;
}
The text is bolded fine when viewed, but when it is converted to a PDF, the text is not bolded. Am I doing this wrong, is there a better way to format this correctly? Or does PrinceXML not support this? Thanks!