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

Re: join multiple pdf files



On Fri, 11 Apr 2003 the mental interface of 
Mirek Dobsicek told:

> Hi debians,
> 
> I'd like to ask if there's some tool to join multiple pdf files into big 
> one.
a2ps -1 -o file1.ps file1.pdf
a2ps -1 -o file2.ps file2.pdf
a2ps -1 -o filen.ps filen.pdf

cat file1.ps >> filebig.ps
cat file2.ps >> filebig.ps
cat filen.ps >> filebig.ps

ps2pdf filebig.ps

xpdf filebig.pdf

Ciao

Elimar

-- 
  Never make anything simple and efficient when a way 
  can be found to make it complex and wonderful ;-)

Attachment: pgpZE7dv5k6Rq.pgp
Description: PGP signature


Reply to: