Jump to content

Rectangular Data Matrix - Poste Italiane


StacyZ

Recommended Posts

Hello,

 

I'm having trouble getting a data matrix to show as a rectangular barcode (required by Poste Italiane).

 

I've changed the format but it still views as a square barcode.

 

My current rule:

var FieldOrRuleToEncode = "IBARCODE";

var EncodingMode = "ASCII";

var PreferredFormat = "29";

var PointSize = StringToNumber("6 pt");

var NoFontTag = false;

var Font = "IDAutomationDMatrix";

var ProcessTilde = false;

 

var DataToEncode = FieldOrRule(FieldOrRuleToEncode);

return MakeDataMatrixBarcode(DataToEncode, ProcessTilde,

EncodingMode, PreferredFormat,

PointSize, NoFontTag, Font);

 

 

Are rectangular data matrix barcodes possible in FusionPro?

 

Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...