function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sancasanca 

PDF417 FONT

Has any worked on bar code generation , i have a requirement to convert the text to pdf417 barcode font and then send the font to third party app for bar code generation.
Anup JadhavAnup Jadhav
I had a similar requirement and I built it using javscript. I found this code on github very useful.

https://github.com/metafloor/bwip-js

Hope this helps!
sancasanca
Tnx for the help .. But can you tell me which code in the github to be used for PDF417 . Also should I use PostScript along with js to generate Barcode?