react-barcode
react-barcode copied to clipboard
Downloadable and printable barcodes
Hello is there a way to make the barcode produced by this module printable and downloadable.
i think you need another repo to do it with this one.
We just ended up using https://github.com/ryanseddon/react-frame-component and calling useFrame().window.print()
within that.
In practice, we're printing to a 203 dpi label printer, and I think we're running into Moiré effects (see https://www.barcodefaq.com/knowledge-base/print-quality/ ). We may end up switching out this barcode library for something that uses a barcode font instead. I've not worked it out yet.
If anyone has any recommendations, that would be appreciated. Otherwise, I will report back when I have something working.