View previous topic :: View next topic |
Author |
Message |
vampster Beginner
Joined: 13 Jan 2003 Posts: 4 Topics: 1
|
Posted: Mon Jan 13, 2003 4:06 pm Post subject: Print letters in AFP printers |
|
|
Hi All,
Does any body has experience with AFP printing. I need sample of pagedef/pageformat for printing free form letters with signature/header/footer. I'd appreciate if you can posted the sample PPFA code. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Jan 13, 2003 5:05 pm Post subject: |
|
|
Vampster,
check this links which might answer your query
PPFA User's Guide
Examples of Using PPFA
Also check this link for manuals on AFP
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
vampster Beginner
Joined: 13 Jan 2003 Posts: 4 Topics: 1
|
Posted: Tue Jan 14, 2003 8:37 am Post subject: |
|
|
Thank you Kolusu, but when I read this documentation I can not find clear explanation how create complete FORMDEF to print lettes or notes - and I asked here the sample of PPFA code.
Thanks again. |
|
Back to top |
|
|
vampster Beginner
Joined: 13 Jan 2003 Posts: 4 Topics: 1
|
Posted: Wed Jan 22, 2003 4:49 pm Post subject: |
|
|
Hello,
I try to solve problem by myself - no luck. I really need advice from expert. Could you please help me with the following:
I have signature as segment and this signature should be placed into different position in form ( depends of letter's body - could be in any line ).
I can plase any text in my input file for using condition - I have $SIGN$ in position 3 - 8 for example.
I have the following code for print leters body:
PRINTLINE
FONT FONT2
CHANNEL 1 OVERLAY CRS62
POSITION 0.5 0.0 ; /* TOP LINE OF PAGE IN .1 */
PRINTLINE REPEAT 70
FONT FONT2
CHANNEL 1
POSITION 1.0 1.0 ;
If I use condition eq '$SIGN$' I can use other pageformat, but it start printing from the top of page.
How can I continue print from the next line of previous pageformat - I used POSITION NEXT - still print from the top , SAME - with the same result.
Could you please advice - maybe exist some other trick. Thank you. |
|
Back to top |
|
|
|
|