Re: How do I pipe tiff2ps output into ps2pdf?
From: Brendan S (Scratch User) (gobnat_at_optusnet.com.au)
Date: 04/05/05
- Next message: Timothy Law: "any cool console games for linux?"
- Previous message: Shadow Dragon: "SLI Machine with Fedora Core 3"
- In reply to: Robert Newson: "Re: How do I pipe tiff2ps output into ps2pdf?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 05 Apr 2005 12:53:06 +1000
Robert Newson wrote:
> Brendan S (Scratch User) wrote:
>
>> I had thought it would be something simple like:
>>
>> tiff2ps -a test.tif | ps2pdf > test.pdf
>>
>> But this tells me that Usage: ps2pdfwr [options...] (input.[e]ps|-)
>> [output.pdf|-]
>
>
> The minus only arg is often used to mean stdin, try:
>
> % tiff2ps -a test.tif | ps2pdf - > test.pdf
>
That works. You are a star.
Thanks very much.
Brendan
- Next message: Timothy Law: "any cool console games for linux?"
- Previous message: Shadow Dragon: "SLI Machine with Fedora Core 3"
- In reply to: Robert Newson: "Re: How do I pipe tiff2ps output into ps2pdf?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]