On Mon, Mar 10, 2008 at 07:06:24AM -0700, pirpy76 wrote:
> On 14 Dic 2004, 17:40, Joerg Dorchain <[EMAIL PROTECTED]> wrote:
> > Package: efax
> > Version: 0.9a-15
> > Severity: wishlist
> > Tags: patch upstream
> >
> > Since efax uses ghostscript to handle postscript, and ghostscript can do
> > pdf as well, it just has to use it. Trivial patch below.
> >
> > --- fax.fixed   2003-08-15 17:04:47.000000000 +0200
> > +++ fax.pdffix  2004-04-06 17:35:55.000000000 +0200
> > @@ -770,8 +770,8 @@
> >
> >         read x <$1
> >         case $x in
> > -       %!*|?%!*)
> > -               echo "$1 is postscript..."
> > +       %!*|?%!*|%PDF*)
> > +               echo "$1 is postscript or pdf ..."
> >                 # GS can't deal with long paths so we 'cd'
> >                 DIRNAME=`dirname $1` ; BASENAME=`basename $1`
> >                 ( cd $DIRNAME ; \
> >
> >  signature.asc
> > 1KScarica
> 
> How can I use in the command line?

I do not quite understand the question. With this patch it recognizes
pdf or postscript where it used to be postscript only. So to send
xxx.pdf just give fax send ... xxx.pdf

Bye,

Joerg

Attachment: signature.asc
Description: Digital signature

Reply via email to