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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...