javascriptcordovaphonegap-pluginsbarcodepdf417

How to generate pdf417 barcode in phonegap android


I am working on phonegap project. I need to generate pdf417 barcode. I need to encode some data in pdf417 barcode. I googled many sites. But every where its showing pdf417 scanner. can any one suggest me or give me any links.


Solution

  • There is a pure Javascript plugin (pdf41-js ) that does what you want. It could be integrated into phonegap: their description says

    PhoneGap/Apache Cordova enables you to write a mobile app using HTML, JavaScript and CSS.

    so pure JS can be integrated.