Skip to content
Advertisement

Tag: vector-graphics

Create QR-Code in vector image

I can successfully create QR Code PNG images with ZXing but there is no easy way to get the output as SVG or EPS. How can I create a vector image from the BitMatrix object that is created by the QRCodeWriter? Answer The easiest way I found was to create a PDF with iText and then convert the resulting PDF

Advertisement