I can't get many printers or PDF file to do a formfeed in C with \x0c
or \f
in printf
printf("\f");
printf("\x0c");
Just prints a strange character. Any way to get it to take ansi ascii?
I can't get many printers or PDF file to do a formfeed in C with \x0c
or \f
in printf
printf("\f");
printf("\x0c");
Just prints a strange character. Any way to get it to take ansi ascii?