LibreOffice / barcode

LibreOffice Barcode Extension
GNU General Public License v3.0
33 stars 12 forks source link

Is it possible to automate this? #11

Closed elnath78 closed 1 year ago

elnath78 commented 1 year ago

Hi, Is it possible to have an A4 page containing more barcodes generated using macro? Or if the API allow it, is it possible using PHP?

smehrbrodt commented 1 year ago

Sure, see https://github.com/LibreOffice/barcode#api Adjust the PositionX/PositionY parameters accordingly.

elnath78 commented 1 year ago

@smehrbrodt Why it is not possible to record a macro? I tried to record a macro that adds a barcode but no code is being generated.

smehrbrodt commented 1 year ago

Because nobody implemented it yet.

elnath78 commented 1 year ago

Is it complicate? Can I eventually make a fork and implement it or it will take too much time?

smehrbrodt commented 1 year ago

The macro recorder? That thing is in LibreOffice, you need to implement it there if you want to: https://www.libreoffice.org/community/developers/

elnath78 commented 1 year ago

So it was not implemented in LibreOffice, I thought you were talking of the barcode plug-in.