Bug 3390 Barcodes not displayed in Acro Reader >v7.0
authorChris Nighswonger <cnighswonger@foundations.edu>
Fri, 3 Jul 2009 16:59:26 +0000 (12:59 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 13 Jul 2009 12:19:51 +0000 (08:19 -0400)
commitf779f9815c81161203ad70cb96373427996c48e8
tree0fbec5cb4d3c83f21d14b340e1d842ea30787472
parenta1fc4c434dd7d1d434a2220d8be5a683f747a940
Bug 3390 Barcodes not displayed in Acro Reader >v7.0

Label pdfs containing barcodes generated by Koha do not display barcodes
properly in Adobe Reader >v7.0.

This does not appear to be a bug in Koha code nor in PDF::Reuse::Barcode code,
but rather in the backward compatibility of Adobe Reader.

This patch changes the barcode embedding method from a Type3
font to graphical embedding which appears to work around the issue.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Labels.pm