https://github.com/armhil/easy-qrcode-barcode-addin
Easy QR Code and Barcode reader is an Office Word add-in that allows people to generate stuff in Word docs.
https://github.com/armhil/easy-qrcode-barcode-addin
barcode barcode-generator office-addin qrcode qrcode-generator typescript
Last synced: 2 days ago
JSON representation
Easy QR Code and Barcode reader is an Office Word add-in that allows people to generate stuff in Word docs.
- Host: GitHub
- URL: https://github.com/armhil/easy-qrcode-barcode-addin
- Owner: armhil
- Created: 2022-10-28T00:31:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:21:50.000Z (3 months ago)
- Last Synced: 2025-05-12T19:13:23.772Z (2 days ago)
- Topics: barcode, barcode-generator, office-addin, qrcode, qrcode-generator, typescript
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy-qrcode-barcode-addin
[](https://github.com/armhil/easy-qrcode-barcode-addin/actions/workflows/main.yml)
[](https://codecov.io/gh/armhil/easy-qrcode-barcode-addin)[Easy QR code and Barcode generator](https://appsource.microsoft.com/en/product/office/WA200002492?tab=Overview) is a Microsoft Word add-in (well, hopefully I can make it cross-plat some day) that allows people to generate QRs and Barcodes in Word docs. I finally got around open-sourcing this.
I'd say it's safe to ignore the rating as this app had some legit outages which clashed with my holidays, but I've done my part, TypeScriptified the whole thing, re-built it using my open source stuff like [Easy-Addins-Utils](https://github.com/armhil/easy-addins-utils) and [Azure-Blobs-Uploader](https://github.com/armhil/azure-blobs-content-uploader), so we should be in a way better place.
Also - it's important to call out the significant dependencies! I didn't build the QR or Bar libraries myself, so huge kudos goes to repos below.
Things like storybooks, ~~proper~~ test are still pending for this; will get to it at some stage.
## What does it look like?
`QR code` generation | `Barcode` generation
:-------------------------:|:-------------------------:
 | ## Important libs
Massive thanks to @zpao and @kciter!* https://github.com/zpao/qrcode.react
* https://github.com/kciter/react-barcode
* https://github.com/armhil/easy-addins-utils