{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Encodes text and binary data into PDF417 2D barcodes and renders them as images or SVG files.","skillfed_tags":["barcode-generation","2d-encoding"],"use_cases":["Generate barcodes for shipping labels, inventory tracking, or document identification in e-commerce or logistics workflows.","Encode structured data (IDs, URLs, contact info) into 2D barcodes for mobile scanning or archival systems.","Create custom barcode images with branded colors and sizing for printed materials or labels.","Build a CLI tool or batch process to convert text files or CSV records into barcode images.","Embed barcode generation in a web application to produce downloadable or on-demand barcode images."],"what_it_does":"pdf417gen is a Python library for generating PDF417 2D barcodes\u2014a stacked linear barcode format commonly used in identification documents, shipping labels, and data capture applications. It takes text or binary input, encodes it into a list of code words using the PDF417 algorithm, and renders the result as either a Pillow Image object or an SVG document. The encoding process supports customization via column count (1\u201330, default 6) and security level (0\u20138, controlling error correction strength), and the rendering functions offer control over scale, aspect ratio, padding, and colors.\n\nThe package is straightforward to use: call encode() with your data, then pass the result to either render_image() or render_svg(). It handles Unicode input (UTF-8 by default) and offers a command-line interface for quick barcode generation. The single runtime dependency is Pillow, making installation and deployment lightweight. The codebase is stable and aging, with recent maintenance activity.","worth_installing":"Yes. The package is lightweight, well-licensed, and solves a specific problem with low friction. It has no known vulnerabilities, a single stable dependency, and active maintenance. Install it if you need to generate PDF417 barcodes; the API is simple and the output formats cover most use cases."},"id":"pdf417gen","links":{"html":"https://skillfed.io/packages/pdf417gen","md":"https://skillfed.io/packages/pdf417gen.md","pypi":"https://pypi.org/project/pdf417gen/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-01-23","license_spdx":null,"license_treatment":"permissive","name":"pdf417gen","python_support":"supports_current","summary":"PDF417 2D barcode generator for Python"},"popularity":{"monthly_downloads":108865,"position":12535,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.1"}
