PDFBarcodeJS icon indicating copy to clipboard operation
PDFBarcodeJS copied to clipboard

PDF barcode-scanner entirely written in JavaScript.

Results 4 PDFBarcodeJS issues
Sort by recently updated
recently updated
newest added

Didn't read my barcode correctly. Below is the image I sent. The lib returned me 00193955100000950000000003300130000003222917 But the code should be 00190000090330013000600032229171395510000095000 This barcode is interleaved 2 of 5

Fixed warning message in console below when used in node: `Warning: fetchStandardFontData: failed to fetch file "FoxitSans.pfb" with "UnknownErrorException: The standard font "baseUrl" parameter must be specified, ensure that the...

When running PDFBarcodeJS on multiple files concurrently and a callback occurs, there is no convenient way to identify which input source the result object applies to. To solve this, a...

This issue was reported by J.M via email: Hello, I have encountered some problems when I use PDFBarcodeJS. When the concurrency call program, the return result is always the same....