neodynamic / JSPrintManager-Angular

JSPrintManager in Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSPrintManager in Angular

This is a very simple Angular 9 app using JSPrintManager to print raw printer commands and PDF files. For additional samples in plain Javascript code for other printer commands and document file formats please refer to https://www.neodynamic.com/products/printing/js-print-manager/articles

JSPrintManager in Angular

How to integrate JSPrintManager in Angular

  • Add all the JSPrintManager's Javascript + Typing files and its dependencies under /src/assets/js/. JSPrintManager files available at https://github.com/neodynamic/JSPrintManager/blob/master/scripts/ After doing that, it should look like the following:
    • ./src/assets/js/JSPrintManager.js
    • ./src/assets/js/JSPrintManager.d.ts
  • Add scripts references to ./angular.json (Line 30 in this sample app)
  • Add a reference to FormsModule in ./src/app/app.module.ts (Lines 3 & 15 in this sample app)
  • HTML for this sample ./src/app/app.component.html
  • JSPrintManager Logic for this sample ./src/app/app.component.ts

Licensing

JSPrintManager is a Commercial product. Licensing model and prices are available here

Support

Tech questions are handled by Neodynamic Dev Team

About

JSPrintManager in Angular


Languages

Language:TypeScript 77.4%Language:JavaScript 12.6%Language:HTML 8.9%Language:CSS 1.1%