Jump to content

2D Barcode Not Correct in Acrobat 9.5.0


Recommended Posts

We have been using 2D barcodes for the past several years in FusionPro Desktop 6.2P1a and they have been working properly until recently. We have 1 Mac using Acrobat 9.5.0 which is now NOT working properly. Other Macs are using Acrobat 9.0.0 and 9.2.0 and they still work fine. All of the Macs are on OS 10.6.8. Do you know of conflicts with Acrobat 9.5.0 and 2D barcoding?

Thank you for any information you can provide.

Link to comment
Share on other sites

Where did you get the update to Acrobat 9.5?

This is what I have as my rule maybe this can help.

 

dataForBarcode = Field("field you want to encode");

 

dmBarcodeObj = new DataMatrixBarcode('', '', '');

 

dmBarcodeObj.pointSize = 4;

 

dmBarcodeObj.encodingMode = "BASE256";

 

markupData = dmBarcodeObj.Make(dataForBarcode);

 

return markupData;

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...