Re: How do I pipe tiff2ps output into ps2pdf?
From: Robert Newson (ReapNewsB_at_bullet3.fsnet.oc.ku)
Date: 04/04/05
- Next message: J.O. Aho: "Re: help please with perl"
- Previous message: Dmitriy M: "Which distro to use on a Toshiba Satellite M-30"
- In reply to: Brendan S (Scratch User): "How do I pipe tiff2ps output into ps2pdf?"
- Next in thread: Brendan S (Scratch User): "Re: How do I pipe tiff2ps output into ps2pdf?"
- Reply: Brendan S (Scratch User): "Re: How do I pipe tiff2ps output into ps2pdf?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 04 Apr 2005 19:02:45 GMT
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
- Next message: J.O. Aho: "Re: help please with perl"
- Previous message: Dmitriy M: "Which distro to use on a Toshiba Satellite M-30"
- In reply to: Brendan S (Scratch User): "How do I pipe tiff2ps output into ps2pdf?"
- Next in thread: Brendan S (Scratch User): "Re: How do I pipe tiff2ps output into ps2pdf?"
- Reply: Brendan S (Scratch User): "Re: How do I pipe tiff2ps output into ps2pdf?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|