Hi
I have created a table named _hovedtabell:

- tabell.JPG (83.13 KiB) Viewed 3420 times
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.pdf
the entire table comes out in bold font in the pdf document

- tabell2.JPG (108 KiB) Viewed 3420 times
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