Skip to content

dymosoftware/angular-pdf417-barcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular PDF417 Barcode

An Angular component/module that creates a canvas with a PDF417 barcode from a string input.

See the library README for usage notes of the published library.

Usage

This is scaffolding created with the Angular CLI. It includes the library project and a demo page.

Build

To build the project run ng build. The build artifacts will be stored in the dist/pdf417-barcode directory.

From there you can publish a new build with npm publish.

Demo

Serve the demo page by running ng serve.

Acknowledgements

pdf417-js

This package uses PDF417-js, which is a direct port of parts of the TCPDF PHP library. The original library is licensed under the LGPL, which also applies to this derivative work.

The version used for porting is tcpdf_6_2_11 or more specific PDF417 class version 1.0.005.

Original port is available on GitHub: bkuzmic/pdf417-js

Angular

This package is for use in the Angular framework.

About

PDF417 barcode generator Module for Angular 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%