Barb Ulrich Posted March 13, 2012 Share Posted March 13, 2012 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 More sharing options...
Dan Korn Posted March 13, 2012 Share Posted March 13, 2012 I know of no issue with barcodes specific to the version of Acrobat. In exactly what way are the barcodes not working properly? Link to comment Share on other sites More sharing options...
Barb Ulrich Posted March 19, 2012 Author Share Posted March 19, 2012 The barcode is reading as all cap letters in Acrobat 9.5.0. I've attached a PDF of what we are seeing. Thank you for your input. BarbScreenshot_2BarcodeFromAcrobat9.5.0.pdf Link to comment Share on other sites More sharing options...
Tony Olivas Posted March 26, 2012 Share Posted March 26, 2012 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.