Page 1 of 1

Table Save as pdf, landscape

Posted: Tue Feb 18, 2014 6:31 am
by cntantamis
Hi All,

I have written a small program for creating a number of tables that I want to export them as a pdf file. Given their size, I would like them "printed" in a landscape format. I know the option to exist in the drop-down menu, but this is of no use when running it in program.

I checked the help entry for table.save; landscape is provided as an option for pdf, but there is no indication of how it may be entered as a command (e.g. tab1.save(t=pdf, orientation=landscape)?)

Any help will be greatly appreciated.

Current Eviews version: Eviews 8, Enterprise Edition-Aug 1st 2013 build

Re: Table Save as pdf, landscape

Posted: Tue Feb 18, 2014 9:10 am
by EViews Jason
Use

Code: Select all

tab1.save(t=pdf, landscape) mynewfile.pdf

Re: Table Save as pdf, landscape

Posted: Tue Feb 18, 2014 10:37 am
by cntantamis
Sorry for not mentioning it in my original post, but I have already tried this version for the command; I got an Invalid Save option Landscape message.

Other options tried: (t=pdf, "landscape"), (t=pdf, land)

Re: Table Save as pdf, landscape

Posted: Tue Feb 18, 2014 3:21 pm
by EViews Jason
Your copy of EViews is out of date. Select help->EViews update to obtain the latest.