Re: merging two ps files

2002-09-12 Thread martin f krafft
also sprach Oki DZ <[EMAIL PROTECTED]> [2002.09.12.0430 +0200]: > gs -r300x300 -dNOCACHE -sPAPERSIZE=a4 -dNOPAUSE -sDEVICE=pdfwrite -dBATCH > -sOutputFile=test3.pdf test1.ps test2.ps > > You can change the -sDevice to pswrite if you want ps output. doing this still causes the .ps file to be one

Re: merging two ps files

2002-09-11 Thread Oki DZ
On Wed, Sep 11, 2002 at 11:35:54PM +0200, martin f krafft wrote: > this works, but it takes ages (i am doing it for about 7800 files on > a 1.8 GHz PIII with 1Gb RAM, and this is not the only time I have to > do it. The batch job is already running for 10 minutes now at server > load 1.78! What a

Re: merging two ps files

2002-09-11 Thread martin f krafft
also sprach Q. Gong <[EMAIL PROTECTED]> [2002.09.11.2308 +0200]: > Try: > cat 1.ps 2.ps > 3.ps > ps2pdf 3.ps > pdf2ps 3.pdf > gv 3.ps this works, but it takes ages (i am doing it for about 7800 files on a 1.8 GHz PIII with 1Gb RAM, and this is not the only time I have to do it. The batch

Re: merging two ps files

2002-09-11 Thread Q. Gong
Try: cat 1.ps 2.ps > 3.ps ps2pdf 3.ps pdf2ps 3.pdf gv 3.ps Good luck, Qian On Wed, 11 Sep 2002, martin f krafft wrote: > hi, i am trying to print two separate 1-page ps files so that they > appear both at 50% side-by-side on one page. > > just concatenating the files doesn't work >