antonscheffer / as_barcode

A PL/SQL package to create a QR-code, Aztec or datamatrix barcode.
MIT License
25 stars 8 forks source link

Is there a way to set the size of the QR Barcode? #5

Closed LCramArg closed 1 year ago

LCramArg commented 7 years ago

Hello, Thank you for your incredible codes.... i want to ask you if there is a way to set the size of the qr barcode from the plsql

antonscheffer commented 1 year ago

For svg you can use the parameter size, e.g. {"size":100} For png you can use the parameter scale to enlarge the image, e.g. {"scale":3}