How can I endorse text on items?

How can I endorse text on items?

The general approach is the following:

1. Check that the endorser is present in the "TransportInfo.ini" file. If the feature is not present then endorsing is not possible.

Example of TransportInfo.ini:
  1. [General]
  2. RearEndorserPresent = true
  3. [RearEndorser]
  4. MaxLines = 4
  5. PhysicalPrinterPresent = true

2. Enable the endorser in the GenericOptions.ini
Example of GenericOptions.ini:
  1. [OptionalDevices]
  2. NeedRearEndorser = true

3. Call SetEndorseText or SetFixedEndorseText as needed after the TransportReadyToFeed state.  

The abilities of the scanner may limit when the endorsing can be set or updated.  We recommend using the the TransportReadyToSetEndorsement event which will provide the application more information on what type of endorsing abilities the scanner is capable of with the current options.

See section TransportReadyToSetEndorsement in the Ranger API guide for more information.  If the endorsement mode is other than EndorseModeCurrentItem then SetFixedEndorseText should be used.


    • Related Articles

    • Can Epson CaptureOne endorse/print on items?

      The CaptureOne does not have an inkjet endorser. It has a "virtual endorser" which writes the a single line of endorsement text directly on the rear image. The virtual endorsement will be on the rear image(s) available in the ItemInPocket event. ...
    • How can I print endorsement text with old versions of RangerFlex?

      Some older versions of RangerFlex (pre-v3.0) did not provide a means to set endorsement text via the user interface. However, you can set the endorsement text manually by editing Ranger's CapiOptions.ini file. Add the following section to the ...
    • Does my plug-in need to support suspending items?

      The suspend functionality was designed for scanners that can: Stop an item in the scanner Return the MICR, OCR, and in some cases images Allow the operator to key something Make a pocket and/or endorsement decision Send the item to the target pocket ...
    • How do I endorse based on decisions with the EC9000?

      There are two ini file settings that will need to be set in "RDMScanner.ini". To make the scanner run the item to the hold position set the FlowMode to OperatorDecision: [DeviceOptions] FlowMode=OperatorDecision The leading edge of the item has ...
    • Is it normal for the Canon CR-180 to pause while feeding items?

      Yes. The existence and duration of the pauses are related to the amount of processing required for each image. The more powerful the PC, the less likely there will be pauses. If you're using the USB interface on Windows 2000, installing Service Pack ...