Libre Barcode 39 in Google Doc Template

Does anybody use the font Libre Barcode 39 in a Google Doc Workflow Template to create PDF?

Here you learn how to identify a Barcode.
Code 39 for 1234 looks like this:

2X_a_a6dae3fab04db799a3338ecc6c48551dd0bfcc70.png

When I write 1234 in a Google Doc and change the font into Libre Barcode 39 Text it looks like this:

It’s not scanable, because it is missing the red parts in the beginning and at the end of the code.

Here I learned to wrap it into asterisks like:
*1234*

When I do this it looks like this:

Now it’s scanable. But it has an unnecessary block at the end.

You have to cover it to scan the Barcode.

So I wrote *1234*__ to get this:

My question is: How can I get rid of the last part that is not necessary?

Adding @Phil because you once told me about a customer who is using this font.

Tagging @Aleksi @Peter @Phil - do you have any insights on that?

Did you try and test other bar code generator service?

Yes I’ve tried also this one but I prefer using the font Libre Barcode 39 in a Google Doc, so that I don’t have to use another service.

1 Like

hmmmmm. Exactly not sure how your problem comes, but what is going to happen if you wrap your expression to generate URL by ENCODEURL() expression? Basically the image (bar code/qr code) on the appsheet is generated out of URL we app creators defines, so old type of solution of “encode” may bring different result…

I tried to explain the problem in this document. Feel free to play around

https://www.papersurvey.io/blog/how-to-use-mailmerge-with-paper-surveys

This article is talking about MS Word, but you may need to consider something over Google doc as well?

1 Like

Question , because the qr code is generated in a virtual column is doesn’t get stored in the data source right?

Is there a way to make it appear in the data source as I am going to create a pdf from template from the data source and I need the qr code to be present.

Any Ideas on how to go about it?

Generating Barcodes Tips & Tricks ?

Try using this site to automatically create barcodes as virtual columns in your apps, in workflow emails, or in generated documents. One way to implement: Create a virtual column, set it as an image type Make the formula equal to below Make the barcode unique to your item ID by replacing the content with your other column values (like product ID, or website) =“https://barcode.tec-it.com/barcode.ashx?data=”&[website] =https://barcode.tec-it.com/barcode.ashx?[data=community.appsheet.com](http://data=community.appsheet.com) An …

1 Like

Libre Barcode 39 Text doesn’t work anymore in a Google Doc Template. The output is just text, no barcode.

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Libre-Barcode-39-in-Templates/m-p/520448