New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qqprinter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qqprinter

A nodejs package for printing under Windows framework net4.0.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

qqprinter

Downloads Version License

A nodejs package for printing labels under Windows framework net4.0

@Authour Yang Zhou

@Mail zhouyang@datahub.top

Summary

What

  • qqprinter is a js wrapper for label printer operations such as getting printer names, setting default printer, and printing some contents discripted with JSON format.

  • qqprinter is able to print text, tables, images and QRcodes.

Why

  • With the developing of our ERP system, it's important access printers directly from js under the framework of NW.js. However there's not a proper library yet, so a simple but enough wrapper is written.

How

  • A full functional binary is preprared with c#.net4.0 named as labelPrinter.exe. This binary could be used with command-line operations. With the help of childprocess module of nodejs we provide you a js wrapper called labelPrinter.js.

Usage

Install

you can simply install the module by

npm install qqprinter --save

Examples can be found in test_get_availabel.js and test_labelPrinter.js.

  • get_available can let you know what printers are available on this computer.

  • labelPrinter let print some labels using js.

Enjoy!

Keywords

printer

FAQs

Package last updated on 27 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts