Add Brizilian CEPNet (almost identical to POSTNET) using Symbol #54

This commit is contained in:
Robin Stuart 2022-08-16 16:17:39 +01:00
parent c0ec67f99e
commit 35c207edd4
12 changed files with 386 additions and 207 deletions

View file

@ -601,6 +601,8 @@ Value
52 `BARCODE_PZN` PZN
53 `BARCODE_PHARMA_TWO` Pharmacode Two-Track
54 `BARCODE_CEPNET` Brazilian CEPNet
55 `BARCODE_PDF417` PDF417
@ -3147,6 +3149,15 @@ lengths used by USPS were `Planet12` (11-digit input) and `Planet14` (13-digit
input), and as with POSTNET a warning will be issued if the length is not one of
these.
### 6.4.4 Brazilian CEPNet
![`zint -b CEPNET --compliantheight -d "12345678"`](images/cepnet.svg)
Based on POSTNET, the CEPNet symbol is used by Correios, the Brazilian postal
service, to encode CEP (Código de Endereçamento Postal) numbers on mail items.
Input should consist of eight digits with the check digit being automattically
added by Zint.
\clearpage
## 6.5 4-State Postal Codes