https://bugs.documentfoundation.org/show_bug.cgi?id=128779
--- Comment #3 from elmau <[email protected]> ---
it's easy add more options... in the last version (0.6.0) you can call by code
Sub Main()
Dim args(2) As New com.sun.star.beans.NamedValue
zaz = createUnoService("net.elmau.zaz.BarCode")
args(0).Name = "Type"
args(0).Value = "qrcode"
args(1).Name = "Data"
args(1).Value = "libreoffice.org"
path = zaz.execute(args)
MsgBox path
args(0).Name = "Type"
args(0).Value = "qrcode"
args(1).Name = "Data"
args(1).Value = "libreoffice.org"
args(2).Name = "Path"
args(2).Value = "/home/mau/tmp.svg"
zaz.execute(args)
End Sub
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs