joining multiple PDFs into one

Howard Gibson hgibson-MwcKTmeKVNQ at public.gmane.org
Tue Nov 15 03:34:34 UTC 2011


On Mon, 14 Nov 2011 12:53:02 -0500
Thomas Milne <thomas.bruce.milne-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:

> How to do this?
> 
> I tried cat file1 file2 file2 > file, but that didn't work, I only got
> the last page.

$ cat file1 > file
$ cat file2 >> file
$ cat file3 >> file
$ ...

   Your commnand line actually works for me.  Are you sure there is data in the other files?

-- 
Howard Gibson 
hgibson-MwcKTmeKVNQ at public.gmane.org
howard.gibson-PadmjKOQAFnQT0dZR+AlfA at public.gmane.org 
http://home.eol.ca/~hgibson
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list