@ticnat/nativescript-x-printer-bt
添加插件描述
npm i --save @ticnat/nativescript-x-printer-bt

NativeScript X-Printer 蓝牙打印机

npm version

此插件可以将您的 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 月