bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplex printing with 2 different files


From: Art Hughes
Subject: Re: Duplex printing with 2 different files
Date: Tue, 27 Nov 2001 11:26:14 -0700

Hi Jose,
I use the following method.  It generates a few errors which can be
ignored, but works great.

cat x1.ps x2.ps |ps2pdf -q '-' xx

The ps2pdf script appends .pdf to the 'xx' filename.


"Jose Luis S. Teixeira" wrote:
> 
> Hi,
> 
> I have a problem...
> 
> Description:
> In my intranet i need to print hundreds of files in duplex:
>     - front side an file in HTML
>     - back side an PRN or DWG/DXF file
> 
> I thinked to try the following:
>     - My progammer skills are not so high... :(
>     - convert the html to ps then
>     - convert the prn/dwg to ps
>     - concatenate the two files into one ps file
>     - convert the final ps file into pdf
> 
> I already see utility that convert HTML2PS, PS2PDF is there other utilities
> for the rest of the process?
> 
> Any ideas are welcome!!!!
> 
> P.S. Sorry my BAD english



reply via email to

[Prev in Thread] Current Thread [Next in Thread]