How do I implement custom barcode font
Summary:
We have a requirement to print barcodes in BC3of9 and Code128 fonts. We implemented using the delivered Oracle-supported fonts. However, the client tested and said that the output seemed to be too wide. We plan to just use a custom font that is thinner, but still use the same Code 128a encoding available in Oracle. Does anyone have anything to share about the detailed steps in implementing this please? I found this documentation: https://docs.oracle.com/middleware/12211/bip/BIPRD/GUID-44CD4667-1DFF-4FE2-865B-55A40F83841C.htm#BIPRD2591 but would like to have some more details on how to perform the steps discussed in the document.
0