Forum OpenACS Q&A: Re: Printing with printer control fonts from HTML

Collapse
Posted by Hiten Patel on
Try printing the character that is represted by ascii value of controls characters. To do this first find out what is ascii value of "Ctrl + A" and then use chr(XXX) function to get character represted by that value and then print this value.