react-barcode icon indicating copy to clipboard operation
react-barcode copied to clipboard

Barcode and @react-pdf/renderer

Open martingodec opened this issue 2 years ago • 1 comments

How can I insert a barcode in PDF generated with @react-pdf/renderer library ??

martingodec avatar Apr 27 '23 12:04 martingodec

I am also facing this issue. I tried adding the barcode outside View and inside View. But it just doesnt show.

<View fixed>
        <Barcode value='http://github.com/kciter' />
</View>

I am using "pdf-lib": "^1.17.1" and "@react-pdf/renderer": "^3.1.9"

Any suggestions?

anisharya16 avatar May 07 '24 12:05 anisharya16