qzindustries / qz-print

Free browser applet for sending documents and raw commands to a printer.
Other
49 stars 4 forks source link

Add Code3of9 Barcode Font Support #25

Closed tresf closed 9 years ago

tresf commented 10 years ago

PDF enhancement to add Code39 barcode support by mapping some common Code39 fonts by adding entries to FontMapping.properties.

https://github.com/qzindustries/qz-print/blob/master/pdfbox_1.8.4_qz/src/org/apache/pdfbox/resources/FontMapping.properties

#
# 3of9 Barcode Compatibility
#
# Windows 8 Built-In
3of9Barcode=Code39AzaleaRegular3
# Misc/Free
3of9Barcode=HC39M
3of9Barcode=Free3of9
... etc```
tresf commented 9 years ago

Closing as PDFBOX 2.0 has embedded font support. Please reopen if needed.