Re: OT how to merge pdf's or ps files
From: Fernando Fernández Pedraza (fpedraza_at_gmail.com)
Date: 10/28/05
- Previous message: Eric Tanguy: "grub password"
- In reply to: kevin.kempter_at_dataintellect.com: "OT how to merge pdf's or ps files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Oct 2005 23:44:13 +0200 To: For users of Fedora Core releases <fedora-list@redhat.com>
Hi Kevin,
>On 10/28/05, kevin.kempter@dataintellect.com ><
kevin.kempter@dataintellect.com> wrote:Hi List ;
>
>I have needs to merge a gnucash invoice which I can print to file as a .ps
>(postscript file) and then use ps2pdf to create a pdf with a spread***
for
<expenses and images of the receipts. I would like to push all this into a
>single multi-page PDF to submit to my client for payment. Any ideas on how
to
>pull this off?
I think you can get what you need with this command:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf
file1.pdf file2.pdf
It creates a single multipage PDF from several other PDF's.
Yours, Fernando
-- ** las máquinas son amigas **
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Eric Tanguy: "grub password"
- In reply to: kevin.kempter_at_dataintellect.com: "OT how to merge pdf's or ps files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]