Hi,
I've written a script that gets info from MySQL and prints it directly to paper. It works fine (for years), with 1 issue: after the last printed line I have to use
, so it starts printing on the next sheet. However, it also causes an unnecessary empty feed after the last sheet is printed. Is there a way that I can prevent those empty last feeds?
Thanks