cancel
Showing results for 
Search instead for 
Did you mean: 

SAPscript printer resident signatures HEX TYPE PCL - TROY

Former Member
0 Kudos

Can anyone provide an example or explain how to get printer resident signature(s) to print in the correct location on the form? I've tried converting positioning commands to HEX with no success in the SAP script command application.

Below is example of positioning commands and the associated hex conversion that I tried to use:

position(<esc>*p3000x1950):1B2A70333030307831393530

Without the positioning command, the signatures do not print on the check in the correct position even though the HEX command is placed in a window that is positioned appropriately.

Current SAPscript coding without positioning:

/* select image:1B450D0A1B28323032511B287330703268373276307330623230325420

/* char set(abcdef):616263646566

/: HEX TYPE PCL

/= 1B450D0A1B28323032511B287330703268373276307330623230325420616263646566

/: ENDHEX

Thanks,

Mary Lins

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check this thread.

Former Member
0 Kudos

Thanks for the link. I have seen that thread but it does not address the issue that I am having which is the position of the signature. The signature is printing but not in the correct position on the paper. Also, a form feed appears to be invoked now which moves every other field on the paper to an inappropriate page and/or spot.

Does anyone have experience with the positioning and/or form feed associated with using HEX TYPE PCL in SAPscript?

Answers (0)