开发者

Label Printer with Crystal Reports

开发者 https://www.devze.com 2023-01-12 11:38 出处:网络
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

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?


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消