| 
     Hylafax Mailing List Archives
 | 
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
SUMMARY: Problem with gs ps2fax and whfc
 Hi to all.
 
 PROBLEM
 =======
 
 a) When I send a fax with WHFC only cover sheet is send
 
 b)  I received this error : 
 
 Sep 22 03:03:13 apps FaxSend[22790]: Client does not support document page
 width, max remote page width 1728 pixels, image width 1734 pixels
 
 RESOLUTION
 ==========
 
  a) In box Win95 with Office ( Editor Word )
   
     Add one printer ( APPLE LASER WRITER PLUS with make file on hard disk)
     
     Propriets --> PostScript --> EPS format 
     
     
  b) Change in ps2fax this line from:
       
        $CAT $fil | $PS -q \
    to:
    
        $CAT $fil | $SED -e 's/dup \/PageSize \[612 792\] put//g' | $PS -q \
        
        
   
   Thank you very much to  DAVE WRESKI
   
   Alessandro