HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] faxcover commentsX
Glad to be able to help you on this on. I'm not sure if the commentsX is still supported. However Here's how I fixed the problem you helped me with yesterday. I added the following postscript procedure to my coverpage postscript file (generated with groff):
EEND/F0 18/Times-Roman@0 SF(Comments:)72 543.6 Q 164.016 543.6 EBEGIN
/rule (_____________________________________________) def
/lw rule stringwidth pop def /lh -30 def
/y 543.6 def /x 164.016 def
y 30 750 { x exch moveto rule show } for
lw lh x y comments BreakIntoLines
EEND EP
where I think these are the missing definitions:
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
/EP{
level0 restore
showpage
}bind def
/DEFS 0 def
/EBEGIN{
moveto
DEFS begin
}bind def
/EEND/end load def
Lee Howard writes:
> Can anyone confirm that the faxcover 'commentsX' symbols/parameters
> function properly? Or rather, can anyone confirm that they *don't*
> function properly? I'm having extreme trouble implementing the usage of
> 'commentsX'...
>
> I'm also quite confused as how to use the BreakIntoLines procedure, too. I
> can successfully generate a faxcover page but with only one comments line
> which runs off the edge of the page if it is too long. Any hints, anyone
> on how to implement BreakIntoLines?
>
> Thanks.
>
> Lee.
>
>
>
> ____________________ HylaFAX(tm) Users Mailing List _______________________
> To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null