条码打印
我的客户使用 SATO CG 408 TT 条码打印机。我想让我的 C# 应用程序能够使用这台打印机打印条形码。标签尺寸为 50mm x 25mm
我尝试搜索 SATO 网站的文档,还用 google 搜索了一些链接,但没有找到任何令人满意的解决方案。 Zebra打印机有自己的语言,因此我们不需要在报告中集成任何字体。
这些问题可能很愚蠢:P..但在开始编码之前了解这一点很重要。
My client is using SATO CG 408 TT barcode printer. I want to make my C# application able to print barcodes using this printer. Label sizes are 50mm x 25mm
I tried to search documentation of SATO website and also googled some links, but dint find any satisfactory solutions. Zebra printer have their own languages, so that we dont need to integrate any fonts in reports.
The questions might be silly :P.. but its important to know before I start coding.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Sato 确实提供 SBPL,很像 Zebra 的 ZPL 或 EPL2语言。
Sato does offer SBPL, much like Zebra's ZPL or EPL2 language.
您可以使用打印机字体为 ZEBA 设计 RPT。但您需要使用一些特殊代码进行打印。您可以在以下位置找到它:https://stackoverflow.com/a/19312690/192389
You can desing a RPT for ZEBA, using Printer Fonts. But you need print using some special code. You can find it at: https://stackoverflow.com/a/19312690/192389