So I'm trying to put a barcode into a PDF. So far it "kinda" works. I'm using zxing and pdfbox.
This places a barcode on the PDF, but it the barcode looks more like a maze. It's not filled in correct. I've saved the image alone and it looks fine.
Anyone do this? I would prefer *not* to have to make this a 2 step process.. ie make the image save it on the file system, then insert it into a pdf. I'd be open to using a different PDF generation lib (not GNU) if someone knows a better one.
Thank you for any assistance.