woo-j / OkapiBarcode

Open-source barcode encoding program written in Java
http://www.okapibarcode.org.uk
Apache License 2.0
318 stars 94 forks source link

LibreOffice integration #71

Closed KrasnayaPloshchad closed 4 years ago

KrasnayaPloshchad commented 4 years ago

Since LibreOffice supported Java, and LibreOffice allowed to works with oher JVMs as AdoptOpenJDK and Amazon Corretto, it’s possible to create an extension to insert barcodes directly into document, and give more advanced controls to the user.

Some documentations available at https://wiki.documentfoundation.org/Development/Extension_Development

gredler commented 4 years ago

This is not something I'm likely to work on myself, but might accept a PR. This might be better as a separate project that uses Okapi internally, though?

gredler commented 4 years ago

Better if this were a separate project with a dependency on this library.