1.11.0 • Published 7 years ago

electron-edge-printer v1.11.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Node Module for implementing printer functionality using electron-edge

Features:

  • compatible with electron : "1.4.13";
  • compatible with electron-edge : "^6.5.3",
  • compatible with node v6.10.0
  • getPrinters() to enumerate all installed printers;
  • getDefaultPrinter to get Default Printer assigned to machine;
  • printFile(FileName,printerName) Print the specified file to the provided Printer
  • getSupportedPageSizesforPrinter(printerName) to get Supported Page Sizes for provided Printer
  • getSupportedOutPutColorsforPrinter(printerName) to get Supported Output colors for provided Printer
  • getSupportedPageOrientationsforPrinter(printerName) to get Supported Orientations for provided Printer
  • getAvailableTraysforPrinter(printerName) to get Available Trays for provided Printer
  • setPageSizeforPrinter(printerName,pageSizeName) to Set given Page Size for provided Printer
  • setOutPutColorforPrinter(printerName,OutPutColor) to Set OutPut Color for provided Printer
  • setPageOrientationforPrinter(printerName,pageOrientation) to Set given page Orientation for provided Printer
  • setTrayforPrinter(printerName,TrayName) to Set given Tray for provided Printer (Note:- This method need to be tested)

Install

$ npm install electron-edge-printer

Setup

Inside Client.js
Set <UrlToLoad> to web page path in 
window.loadURL(<UrlToLoad>);

$ cd Examples\Client\code\

$ npm install 

$ bower install 

$ npm start 

How to use:

Sample Web Page Using Angular 1.5 and electron-edge-printer

See example

License

MIT © Nikhil Wadibhasme

1.11.0

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.4

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago