Jump to content

UPC-A Barcode w/sample implementation


This topic is 7668 days old. Please don't post here. Open a new topic instead.

Recommended Posts

hello, enclosed you will find a similar solution to my EAN-13 and Code 39 examples. Included is an example product database that uses the solution to generate vector images of the barcode and pastes it into a container field.

The barcodes & checksum calcs have been verified with a barcode reader.

This is not the fastest solution, may not work with all readers (should though, but no warranty ...), so if you using barcodes a lot, get a font or plugin.

However, as a free solution without the hassle of installing fonts or plugins, it's ideal for bound Filemaker apps.

Enjoy

UPCbarcode.zip

Link to comment
Share on other sites

Modifications:

To generate a barcode in higher resolution, without too much whitespace around it, store a Page setup US Letter, Portrait, 80%, and scale the bars + Numbers to 800% (8 pix per single bar). Make sure to set graphic format of the bar repeating field to scale proportionally , top/center aligned. Bar height should be set longer than the long bar. The target container field in your database should be set to scale proportionally, centered.

The results should compare well with commercial barcode packages.

To generate a bitmap picture, change the paste script step in your target file to

Paste[without style]

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.