Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Tue Feb 16, 2016 12:36 pm

When I encode the following:

Code: Select all
V01~A01|D01~M1M1M1|R01~Wayne Gretzky|R02~|R03~|R04~1275 St. Antoine Street West|R05~Suite 99|R06~Montreal|R07~H3C5L2|S01~|S02~WPK000000001|S03~1|S04~25|S05~0|S06~2|S07~1|S08~20060412|S09~1|S10~20|S11~10|S12~108|S13~55Q|S14~YYC|S15~04|B01~|B02~CC


I get a barcode that reads

Code: Select all
V0101|D01 1M1M1|R01ayne Gretzky|R02~|R03~|R045 St. Antoine Street West|R05uite 99|R06 ontreal|R073C5L2|S01~|S02PK000000001|S03È|S04~25|S05~0|S06~2|S07È|S08È60412|S09È|S10~20|S11È0|S12l|S13~55Q|S14YC|S15~04|B01~|B02C


See the attached file.

richardsargent
 
Posts: 5
Joined: Sat Feb 06, 2016 1:05 pm

Tue Feb 16, 2016 12:46 pm

Got it. The Pdf417DataMode needs to be set to Byte.

richardsargent
 
Posts: 5
Joined: Sat Feb 06, 2016 1:05 pm

Wed Feb 17, 2016 1:44 am

Hi,

Thanks for your posting.
I am glad that your issue has been resolved. Welcome to feel free to write to us for further problems.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.BarCode