help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pdf print


From: Kamaraju S Kusumanchi
Subject: Re: pdf print
Date: Thu, 27 Mar 2008 09:59:31 -0400
User-agent: KNode/0.10.4

Johan Kullstam wrote:


> How can I put multiple plots (one for each page) in one pdf file?
> 

On a Debian Etch machine,

To combine pdf files, I use pdftk.
pdftk in1.pdf in2.pdf cat output out1.pdf

To combine eps files, I use psmerge. 
psmerge -ocombined.eps file1.eps file2.eps file3.eps file4.eps

I would imagine that the commands be available on any linux box. If you are
using M$, then I do not know the answer.

hth
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]