joining multiple PDFs into one

Russ rreiter91-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Tue Nov 15 11:32:30 UTC 2011


I often snag a single page out of a pdf document using gimp. It is possible to use the layers facility to take in an entire document and then output it as a mdf and convert that to pdf. 

Some more gimp info here.

http://m.wikihow.com/Edit-PDF-Files-in-Linux-Using-GIMP

"Chris F.A. Johnson" <chris at cfajohnson.com> wrote:

>On Mon, 14 Nov 2011, Howard Gibson wrote:
>
>> On Mon, 14 Nov 2011 12:53:02 -0500
>> Thomas Milne <thomas.bruce.milne at gmail.com> 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.
>
>    What type of files were you concatenating?
>
>-- 
>    Chris F.A. Johnson, <http://cfajohnson.com/>
>    Author:
>    Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
>    Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
>--
>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