antonscheffer / as_barcode

A PL/SQL package to create a QR-code, Aztec or datamatrix barcode.
MIT License
25 stars 8 forks source link

Request: 4-state barcode #10

Closed greenepunty closed 1 month ago

greenepunty commented 2 months ago

Not sure whether this is the right place to request new functionality, but would you be able to add support for the 4-state barcode format?

antonscheffer commented 2 months ago

Never heard of that code. I seems like there are a lot of different varians used in different countries. Which one do you need? And do you have a spec for that?

greenepunty commented 2 months ago

Ideally would like the format for Australia Post. Please refer to the following links for specifications:

https://auspost.com.au/content/dam/auspost_corp/media/documents/customer-barcode-technical-specifications-aug2012.pdf https://auspost.com.au/content/dam/auspost_corp/media/documents/a-guide-to-printing-the-4state-barcode-v31-mar2012.pdf

antonscheffer commented 1 month ago

At https://apex.oracle.com/pls/apex/r/excel2collection/demo-for-as-barcode/diy you try out the first version. Use as parameter {"raise":true, "apsc":true}

greenepunty commented 1 month ago

That is fantastic! Awesome work!

antonscheffer commented 1 month ago

Pushed the changes