Page 1 of 1

Table to PDF

Posted: Fri Sep 16, 2016 3:27 am
by tvonbrasch
Hi

I have created a table named _hovedtabell:
tabell.JPG
tabell.JPG (83.13 KiB) Viewed 3421 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
tabell2.JPG (108 KiB) Viewed 3421 times
what is causing this?

To set the years in bold font i used the command

Code: Select all

_hovedtabell.setfont(1) +b
. 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

Re: Table to PDF

Posted: Fri Sep 16, 2016 10:22 am
by EViews Jason
We can't replicate this one. Please send your workfile and the created pdf to support@eviews.com and reference this thread.

Re: Table to PDF

Posted: Sun Sep 18, 2016 10:17 pm
by tvonbrasch
Okey, I have sent the files to you. My Eviews version is 9.5 sep 9 2016.
Thomas