Barcode to pdf with PDF Creator

Hello I create a barcode with the solution of Google Fonts, however, when creating a PDF with PDF Creator, it doesn’t work. Is there any idea or advise to implement it?

Thanks

I’d suggest calling qr code value via image source from goqr.me

https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Example

Would result in qr code with value of Example.

It has a fair use daily limit of 10,000 per IP(per creation), so you’d have plenty to work with!

3 Likes

Thank you for the idea, I’m looking for barcode128, I’ll try to find a similar service as you recommended.

Haven’t try yet, but what about using javascript?
https://codepen.io/gummiz/pen/GPWExM

Seems working fine:
image

image

Thank you for the recommendation, I will try it and share my feedback.

1 Like