anoop
|
********************NEW MAJOR ISSUE***********************************
Hello IDAutomation Team,
We have a major problem in rendering the barcode output on the label, The older version of the "IDAutomation.LinearServerControl" renders the barcode wider, whereas the newer version of the "IDAutomation.NetStandard.Linear.FontEncoder" renders the barcode Narrow.
As a result of this issue, Carriers like DHL are REJECTING our SHIPPING LABELS.
Please find the two photos attached FOR THE DHL CARRIER.
1. OLD Label generated using the "IDAutomation.LinearServerControl" API
2. NEW Label generated using the "IDAutomation.NetStandard.Linear.FontEncoder" API
The difference I found between OLD vs NEW APIs is that the older one has a lot of configuration data to pass, whereas for the newer ones only we can pass a few parameters.
Please look at the OLD request.
Can you please let us know how can this problem be fixed, I mean to say fixing the barcode width. I tried setting the modsize 2 but the barcode overflow as you can see in the below image.
1. OLD Label generated using the "IDAutomation.LinearServerControl" API
2. NEW Label generated using the "IDAutomation.NetStandard.Linear.FontEncoder" API
3. NEW Label generated using Modsize set to 2 OVERFLOWS.
Data that we pass as part of the OLD API.
{
"SymbologyID": 2,
"CharacterGrouping": "0",
"CaptionAbove": "",
"CaptionBelow": "",
"CaptionFontAbove": "Arial, 10px",
"CaptionFontBelow": "Arial, 10px",
"CaptionTopSpace": "0.10",
"CaptionBottomSpace": "0.10",
"CaptionTopColor": "Black",
"CaptionBottomColor": "Black",
"CaptionBottomAlignment": 1,
"CaptionTopAlignment": 1,
"WhiteBarIncrease": "0",
"BearerBarHorizontal": "0",
"BearerBarVertical": "0",
"DataToEncode": "(2L)FI02600+48000001",
"CheckCharacter": true,
"IsDemo": false,
"CheckCharacterInText": false,
"PostnetHeightTall": "0.3226",
"PostnetHeightShort": "0.1270",
"PostnetSpacing": "0.066",
"LeftMarginCM": "0.000",
"TopMarginCM": "0.000",
"TextMarginCM": "0.000",
"BarHeightCM": "2.540",
"XDimensionCM": "0.0430",
"XDimensionMILS": "16.9291",
"NarrowToWideRatio": "2.0",
"RotationAngle": 0,
"UPCESystem": "1",
"SuppSeparationCM": "0.500",
"CODABARStartChar": "A",
"CODABARStopChar": "B",
"Code128Set": 0,
"ShowText": false,
"OneBitPerPixelImage": true,
"TextAbove": false,
"TextFontColor": "Black",
"ForeColor": "Black",
"ApplyTilde": true,
"ImageFileName": "",
"ImageTimeToLive": 5,
"ImageConcurrentDeletions": 5,
"ImageAutoDelete": true,
"ImageResolution": 203,
"ImageType": 1,
"AllowCustomPaths": false,
"StreamImage": true,
"ImageLocalPath": "",
"ImageRelativePath": "",
"Picture": null,
"AccessKey": "",
"Attributes": {
"Keys": [],
"Count": 0,
"CssStyle": {
"Keys": [],
"Count": 0,
"Value": null
}
},
"BackColor": "White",
"BorderColor": "",
"BorderWidth": "",
"BorderStyle": 0,
"ControlStyle": "",
"ControlStyleCreated": true,
"CssClass": "",
"Style": {
"Keys": [],
"Count": 0,
"Value": null
},
"Enabled": true,
"EnableTheming": true,
"Font": "Times New Roman, 10pt",
"HasAttributes": false,
"Height": "",
"SupportsDisabledAttribute": true,
"SkinID": "",
"TabIndex": 0,
"ToolTip": "",
"Width": "",
"ClientIDMode": 0,
"ClientID": "",
"ID": null,
"EnableViewState": true,
"ViewStateMode": 0,
"NamingContainer": null,
"BindingContainer": null,
"DataItemContainer": null,
"DataKeysContainer": null,
"Page": null,
"RenderingCompatibility": {
"Major": 4,
"Minor": 0,
"Build": -1,
"Revision": -1,
"MajorRevision": -1,
"MinorRevision": -1
},
"TemplateControl": null,
"Parent": null,
"TemplateSourceDirectory": "",
"AppRelativeTemplateSourceDirectory": "",
"Site": null,
"Visible": true,
"UniqueID": null,
"Controls": [],
"ValidateRequestMode": 0
}
{
"ImageBase64": "iVBORw0KGgoAAAANSUhEUgAAApoAAADNAQMAAAAi1kLaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAGUExURQAAAP///6XZn90AAAAJcEhZcwAAHzgAAB84AZM/J/UAAACySURBVHja7dyxDYMwAERRIxd0sIAl1kjHSmQBghdIVnLHGkgskHQUkRyGoEjxrvzFG+FCvX4lxFcZljY1a+jCNofvvcblVnNN/VGfY5jG1JS4jEMu29zuS3uW/XNsXTh76tr4HmM+hnykfh1y3R4lTQEKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVCoVAoFAr9M/T6645afjGX4EGXEH/GAAAAAElFTkSuQmCC"
}
Posted 310 day(s) ago
|