Section - 4 : PDF417 IDS Rules
To implement a PDF417 bar code solution with IDS, you use the P417NYPDF417 rule. This rule handles both gathering the data and building the bar code. See Turning on Tracing for debugging information.
P417NyPDF417
Use this rule to create PDF417 bar codes in IDS implementations.
Syntax
P417NyPDF417 FontID, ECCLevel, BarCodeName
The rule works by first searching for all of the bar code variable field objects with the name given in the BarCodeName parameter and applying the data to the bar codes.
Note: Older implementations that predate the built-in PDF417 bar code type may specify the name of a box object instead. In this case, the rules works by first searching for all the boxes with the name given in the BarCodeName parameter. It then builds the bar code by looking at the INI file, then the current section, and then the form set.
Once it makes the bar code, the rule populates it for all boxes in the section. When the rule finds a box that is in a different section, it remakes the bar code. So you can make each bar code different by putting them in different sections.
Add this rule under the ReqType control group in the DOCSERV.INI file as shown here.
< ReqType:SAMPCO >
function = dpros2->DPRLoadImportFile
function = p417w32->P417NyPDF417,1216,4,barcode
function = dpros2->DPRPrint
where SAMPCO is the group name. Be sure to add this rule after the DPRLoadImportFile rule.