Ben
|
Best Answer
When encoding non-printable ASCII functions such as RS, GS and EOT, IDAutomation recommends testing the result with the Barcode Decoder App because it reveals these characters in the result to verify proper encoding.
It is possible to encode RS, GS, and other values into PDF417. The Encoding Mode must be set to Binary. In the Image Generator, set Apply Tilde to checked and set Encoding Mode to Binary.

For Crystal Reports encoder, set Encoding Mode parameter to 0 as in:
(DataToEncode As String, EcLevel As Integer, TotalColumns As Integer, TotalRows As Integer, Truncated As Integer, PDFMode As Integer, ApplyTilde As Integer)
For all other products, to encode these values for PDF417, set the Encoding Mode to Binary and Apply Tilde to True or Checked.
(DataToEncode,0 ,0 ,0 ,0 ,0 ,0 )
Posted 3557 day(s) ago
|