| Posted: February 09 2007 at 2:24pm | IP Logged
|
|
|
Please help:
I',m using Morovia PDF417 Fontware AciveX to encode 6 fields and the company requires that each field use the ASCII character data element separator ('GS') as well as an error correction level between 3 - 5.
1)Should I separate each data field using a CR (as in the GUI example) or could I concatenate the 6 data fields in one string using the GS separator after each field? Please see i.e. below:
i.e. pseudo code :(ascii 29 for the GS separator, CR for CarriageReturn)
- One string: field1+ascii 29+field2+ascii 29+...field6+ascii29 OR like this
- separated lines for each data filed: field1+ascii 29+CR+field2+ascii 29+CR+...field6+ascii 29+CR
2) How can I force the object to use correction level 5? Waht's is the method to be used? i.e. l2dobject.???? = 5
Thank you very much for your help!!!
|