zingl / 2D-Barcode

Create 2D barcodes Code128, Data Matrix, QRCode or Aztec in JavaScript, MS Office or OpenOffice
MIT License
28 stars 7 forks source link

Libreoffice Data Matrix - Line Width #3

Open My1 opened 1 year ago

My1 commented 1 year ago

One thing that might be useful if possible for the extension would be to automatically set the line width of the object down to zero as otherwise the code looks bad and might not scan overly well as the white cells are quite a bit smaller.

image top a normal looking datamatrix, bottom the default of 0,4mm line width

Update: QR also affected, also just the line width isnt quite perfect, also setting the line type to none is even better. Update2: the oxt in the repo and the python seem different, not sure which is newer

zingl commented 1 year ago

Changed to zero.

My1 commented 1 year ago

Changed to zero.

can you also check if you set the line style to none? at least from within libre itself zero was not quite perfect yet as mentioned in the update edits, while having the line style on none seems best