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

Re: join multiple pdf files



On Sun, Apr 13, 2003 at 01:43:12PM +0200, Elimar Riesebieter wrote:
> 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
this method outputs nasty low quality pdfs. the pdfsplit method [as
allready linked to] doesnt seem to effect the quality, i think this is
because no re-encoding is done.

-- 
Hugh Saunders [GCv3.12] GCS d- s: a--- C+++ UL++>$ P+ L+++ E--- W-- N++
K- w-- M- V? PS-- Y PGP- t-- !5 X- R- tv-() b- DI+ D- G++ e- h++ r z?



Reply to: