带 Crystal Reports 的标签打印机
我有一台 Epson TM-L60 标签打印机,我试图在打印 Crystal Reports(来自 Visual Studio)中制作的报告标签后使其裁纸。我必须以编程方式执行此操作,因为它是一台旧打印机,并且驱动程序设置不允许我设置“单标签剪切”等选项。
也许有我可以使用的命令吗?但是我如何从代码发送它呢?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据手册,您在字体大小为 10,字体名称为“control”。我本以为如果你在你想要剪切的地方放一个 F,在那个字体大小和名称中它可能会起作用。你一定要尝试一下!
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!