npm i --save @ticnat/nativescript-x-printer-bt
- 版本:1.0.2
- GitHub: https://github.com/OPADA-Eng/ticnat-ns-plugins
- NPM: https://npmjs.net.cn/package/%40ticnat%2Fnativescript-x-printer-bt
- 下载次数
- 昨天:0
- 上周:1
- 上个月:9
NativeScript X-Printer 蓝牙打印机
此插件可以将您的 NativeScript 应用程序与 X-Printer P323B 打印机集成,用于打印普通文本或 bmp 图像。
先决条件 / 要求
在测试此插件之前,您必须通过蓝牙将设备与打印机配对。目前此插件仅在 android
上工作。
仅适用于 NS7 安装
tns plugin add @ticnat/nativescript-x-printer-bt
用法
创建插件实例
let = new NativescriptXPrinterBt();
通过以下方式连接到打印机
this.printer.connect(printerAddress); // example: "00:07:80:3D:BC:D5"
要打印普通文本,请使用
printer.printFreeText("Hello World", 100, 100, 0);
要打印 BMP 图像
printer.printImg(bmp, height, width, true, 0, 0, { qrX: width , qrY: height, qrData: 'Saleh' });
有关更多信息,请参阅 演示
API 属性
属性 | 类型 | 默认值 | 描述 |
---|---|---|---|
paperSize | 枚举 | PaperSizes.FourInch | 设置打印机的默认纸张大小 |
debug | 布尔值 | false | 将插件设置为调试模式 |
许可证
Apache 许可证版本 2.0,2004 年 1 月