views:

41

answers:

1

I have an Epson TM-L60 Label printer and I'm trying to make it cut the paper after printing a report label made in Crystal Reports (from Visual Studio). I have to do it programatically because it's an old printer and driver settings do not allow me to set options like "single label cut".

Is there perhaps a command I can use? But how do I send it from code?

+1  A: 

According to the manual you print a capital F in the font size 10 and with a font name of "control". I would have thought if you put an F where you want the cut to happen, in that font size and name it may work. You'll have to try!

paulmorriss