Hi,
You can do like this:

cat file1.ps >> file2.ps (file2 has all the pages from file1 and file2)

ps2pdf file2.ps file2.pdf

Hope this helps

Senthil

On Thu, 6 Dec 2001 [EMAIL PROTECTED] wrote:

> Hello,
> 
> Is there a script based routine for concatenation
> postscript or pdf files?
> 
> So I want to do something like
> 
> cat abc[1-3].pdf > big_abc.pdf
> 
> PS:  Currently, I do:
> 
> cat abc[1-3].ps > big_abc.ps
> 
> distill big_abc.ps
> 
> I was wondering if there is anything out there that can help automat this.
> 
> __________________
> 
> William Ampeh (x3939)
> Federal Reserve Board
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to