Hi Kevin,
>On 10/28/05, kevin.kempter@xxxxxxxxxxxxxxxxx ><kevin.kempter@xxxxxxxxxxxxxxxxx
> 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 spreadsheet 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 **