Reputation: 11
I am using Brother's b-PAC3.2 SDK in C# to generate and print DataMatrix barcodes using a Brother label printer. My application uses a template created using their P-touch Editor that just has the barcode and a label.
The problem I am having is that the barcode automatically uses the smallest possible symbol size to fit the data, and the client is requesting that the application defaults to 16x16 for all barcodes regardless of the length of the serial number for the sake of consistency. Their serial numbers range anywhere from 5-16ish numbers/characters, so the barcodes generated by the SDK range from 10x10 to 16x16.
They are currently using an online barcode generator which allows them to do just that, so I know it is possible. But the option to set the preferred size of the barcode doesn't seem to be exposed in the P-Touch Editor or the b-PAC SDK. I've gone through the documentation for both the P-Touch Editor and the b-PAC SDK and this option is nowhere to be found.
Am I missing something? This seems like a pretty basic request, so it's odd to me that Brother would have omitted the option to do this.
Upvotes: 1
Views: 456