Print different jobs into 1 pdf?

Klaus Ridder klaus at kridder.de
Mon Jun 16 23:47:31 CEST 2003


Thank you very much for your reply.

I will try out your idea.

>   lpadmin -p PDFmerge -v pdfmerge:/home/mergedPDFs/ -E -P /tmp/generic.PPD
>
> You'd use the "send-multiple-files-within-one-job" CUPS feature:
>
>   lp -d PDFmerge /path/to/1st.JPEG /path/to/ascii.txt
> /path/to/postscript.ps
>
> Your backend would receive all the files under one job-title and job-ID,
> converted to PostScript (since you used a PostScript-PPD for the wirtual
> printer).


>
> Your backend just needs to make sure that the PostScript merge of the
> arriving
> files takes place (that's the non-trivial part) and that this merged PS is
> then converted to PDF (the simple part).

If I have a program that is able to concatenate 2 postscript files, how 
ist it called when I only print into PDFmerge? There is no call in your 
commands ...

Is there a program that concatenates any ps files?
I could use latex to do this. Are there possible quality losses using 
this method (import all ps as full-page latex images?)
If I donÄt find another way, I could also convert all documents to pdf 
and concatenate the pdf files whit pdcat evaluation from www.glance.ch

Unfortunately this is for a student and not for business so there is no 
money for a professional solution.
However, it would be quite a nice feature for kdeprint.

Thank you for your help!

Regards,
Klaus




More information about the kde-print mailing list