Quantcast
Channel: All Printers - LaserJet posts
Viewing all articles
Browse latest Browse all 6647

Re: How to print special characters in PCL5

$
0
0

Try the following C code.

 

#include <stdio.h>
int main()
{
printf("%c(579L%c(s24V%c*p500x500Y%c",27,27,27,254);
}

 

That should print a 24 point checkbox at 500X,500Y

 

Note thae the Check box is mapped to chr(254) in wingdings.


Viewing all articles
Browse latest Browse all 6647

Trending Articles