Save graphs into a pdf document with multiple pages

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Jason, EViews Steve, EViews Moderator

tvonbrasch
Posts: 540
Joined: Fri Apr 15, 2011 5:35 am

Save graphs into a pdf document with multiple pages

Postby tvonbrasch » Tue Aug 16, 2016 6:30 am

Hi

I want to store many graph objects into a single pdf file with multiple pages. Is there a way to store 6 graph objects per page. I cannot find a command that lets me do this. Is it possible to save graph objects into a single pdf document with multiple pages?
Thomas

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: Save graphs into a pdf document with multiple pages

Postby EViews Jason » Tue Aug 16, 2016 9:13 am

You will need to use the spool object and then save the spool object to a pdf file.

Here is an example:

Code: Select all

spool a
a.append x.line
a.append y.line
a.save(t=pdf) mypdf.pdf

tvonbrasch
Posts: 540
Joined: Fri Apr 15, 2011 5:35 am

Re: Save graphs into a pdf document with multiple pages

Postby tvonbrasch » Wed Aug 17, 2016 5:43 am

Perfect, thanks, just what I was looking for
T

amir sadeghi
Posts: 3
Joined: Mon Mar 28, 2016 9:23 am

Re: Save graphs into a pdf document with multiple pages

Postby amir sadeghi » Fri Jan 15, 2021 3:14 pm

How do I add page numbers to this pdf file?


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 22 guests