logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate UPC PBM Image - Create Barcodes | Online Free DevTools by Hexmos

Generate UPC barcode images with pbmupc. Create PBM format barcodes for products using command-line. Free online tool, no registration required.

pbmupc

Generate a PBM image of a Universal Product Code (UPC). More information: https://netpbm.sourceforge.net/doc/pbmupc.html.

  • Generate a UPC image for the specified product type, manufacturer code, and product code:

pbmupc {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}

  • Use an alternative style that does not display the checksum:

pbmupc -s2 {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}

See Also