You already wrote a barcode plugin? Dang, I didn't know there was one already.
I believe I use the same as you, yes. I'm learning Java by writing plugins, I found an example of how to use Barcode4J and ZXing, which I then modified to do what I needed. You can see the source here: https://github.com/MFernstrom/barcode-plugin/blob/master/src/com/marcusfernstrom/openbd/plugin/barcodeGen/MainFunction.java On Thursday, August 6, 2015 at 6:40:02 PM UTC-4, Al Holden wrote: > > Sweet. Now we're getting somewhere! > > My code uses com.google.zxing.BarcodeFormat and > com.google.zxing.qrcode.QRCodeWriter > > How does that compare with yours? > > Al > > On 8/6/2015 2:45 PM, Marcus F wrote: > > So! For a slightly more useful plugin (Compared to my Yoda plugin) I > present a barcode generation plugin! > > https://github.com/MFernstrom/barcode-plugin > > It generates barcodes and QR codes > > Tested on latest stable (3.1) > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
