PDF documents <OT>
Klaus-Peter Schrage
kpschrage
Fri Sep 15 08:53:39 PDT 2006
Ric Moore schrieb:
> I've finally managed to scan a series of documents, so I have 9 scanned
> images saved as PDF documents. How would I go about making one PDF
> document that contains each of them saved as one page each? I'm trying
> OpenOffice but I cannot find the command to insert a new page to copy
> the image to. I RTFM but cannot find it. I know this is slightly
> off-topic, but I could sure use some help. Any other method would be
> welcome as well. Ric
As far as I understand you want to merge 9 pfd files into one? As Lonni
pointed out, this is a case for the expensive Acrobat (win or os x), but
there is Ghostscript installed on virtually every Linux distribution.
It's, in many respects, a replacement for Acrobat in handling and
manipulating Postscript and pfd files, but its command line.
The command for merging file1.pdf, file2.pdf to output file merge.pdf
looks like this:
gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=merge.pdf /
file1.pdf file2.pdf ... ((all in one line))
(cf: http://centaur.maths.qmul.ac.uk/Info/pdf-faq.html)
Klaus
More information about the Linux-users
mailing list