Is there any possible to generate pdf417 barcode on pdf? So we can avoid the a second page for large set of serial numbers
No there is no barcode generator in Frappe yet @Riyas_Rawther
There are a few python libraries that generate barcodes:
- pyBarcode (EAN-8, EAN-13, UPC-A, JAN, ISBN-10, ISBN-13, ISSN, Code 39, PZN)
- huBarcode (code128, ean13, datamatrix, qrcode)
- pdf417gen (pdf417)
We should definitely include barcode generation for reports in the framework. If this is important to you keep pushing for the issue and consider creating and backing a bounty (https://erpnext.org/bounties)
3 Likes