![]() |
That is stupid Windows producing a Postscript output just a little too big. And, there is nothing I've ever seen (including using different printer drivers) that really helps. Something that DOES help, and helps definitively: Go into the server's spool/bin/fax2ps script, and: * Make sure the pagewidth variable is set to 1728; and * Make the last line of the script look something like: $CAT $fil | $PS -q \ -sDEVICE=$device \ -dNOPAUSE \ -dSAFER=true \ -sPAPERSIZE=$paper \ -dFIXEDMEDIA \ -r204x$vres \ "-sOutputFile=$out" \ - In my case, that was an addition of the -dFIXEDMEDIA parameter... versions of gs at least from 4.x on I think supports this. This will make ghostscript rescale the image on the fly to the right size. Give that a try. Works well here. -Alan -----Original Message----- From: darrellb <darrellb@hhcl.com> To: flexfax@sgi.com <flexfax@sgi.com>; darrellb@hhcl.com <darrellb@hhcl.com> Date: Wednesday, September 16, 1998 1:06 PM Subject: flexfax: page width? >we've just installed hylafax 4.07 RPM on RedHat 5.1...works a treat, >howefer sending A4 gets a refusal with the error > >Client does not support document page width, max remote page width 1728 >pixels, image width 1734 pixels > >This is printing from WIndows NT using the whfc client... > >is there a switch somewhere to make it just crop and/or send anyway--we >can live without 4 pixels! > >currently we have to send 'letter' size rather than A4, which is a >serious issue if we are to go ahead and use this in a production >environment, as all out standard look & feel is A4 > > >thanks for any help! > >- darrell