Table to PDF
Posted: Fri Sep 16, 2016 3:27 am
Hi
I have created a table named _hovedtabell: when I use the command
the entire table comes out in bold font in the pdf document
what is causing this?
To set the years in bold font i used the command. I believe this command is causing the error, because if I comment out this command, there is no problem when saving the table as a pdf document i.e. none of the characters are then written in bold.
Thomas
I have created a table named _hovedtabell: when I use the command
Code: Select all
_hovedtabell.save(t=pdf, size=A4, leftmargin=0.01, rightmargin=0.1, topmargin=0.3, bottommargin=0.3) ..\KVARTS\resultater\test.pdfTo set the years in bold font i used the command
Code: Select all
_hovedtabell.setfont(1) +b Thomas