Adding an image or shaded area to the transform output based on a TLE key-value pair

Adding images or shaded areas to the output PDF file based on a TLE key-value pair is similar to the method of adding images or shaded areas using the STATICIMG or STATIC_SHADED_AREA . The difference is the ability to specify a key-value pair used as a match mechanism. If the specified key-value pair is found in a TLE structure field on page level or on the group page level, the pair is added to the static image.

To include an image that emulates a preprinted form using the key-value pair condition, add one or more of these static image definitions between the starting <IMAGE>and ending <IMAGE_END> lines of the image information entry in the image map configuration file:

INDEX_STATICIMG
Same image is included on the pages with Type parameter, if the Index condition is met.
You can use the same parameters as STATICIMG_PAGE. For more information, see Adding an image to the transform output.
INDEX_FRONT_STATICIMG
Image on the front sheet of AFP data is placed on pages with Type parameter, in the output PDF, if the Index condition is met.
You can use same parameters as STATICIMG_FRONT. For more information, see Adding an image to the transform output.
INDEX_BACK_STATICIMG
Image on the back sheet of AFP data is placed on pages with Type parameter, in the output PDF, if the Index condition is met.
You can use the same parameters as STATICIMG_BACK. For more information, see Adding an image to the transform output.
INDEX_STATICSHDAREA
Same shaded area is included on the pages with Type parameter, if the Index condition is met.
You can use same parameters as STATIC_SHADED_AREA. For more information, see Adding an image to the transform output.
INDEX_FRONT_STATICSHDAREA
Shaded area on the front sheet of AFP data is placed on pages with Type parameter, in the output PDF, if the Index condition is met.
You can use same parameters as STATIC_SHADED_AREA_FRONT. For more information, see Adding an image to the transform output.
INDEX_BACK_STATICSHDAREA
Shaded area on the back sheet of AFP data is placed on pages with Type parameter, in the output PDF, if the Index condition is met.
You can use same parameters as STATIC_SHADED_AREA_BACK. For more information, see Adding an image to the transform output.

To use the index type definitions, add the following parameter:

INDEX="key : value"
Specifies the key-value pair to be matched. If the page contains a TLE with the same key-value pair, the image or shaded area is added as specified by the Type parameter.
    Note:
  • You can have several INDEX parameters. The condition is that all the key-values pairs from all the INDEX parameters are encountered in the TLE of the page.

If there is no match for the key-value pair index, a default value can be specified using the following entries:

INDEX_DEFAULT_STATICIMG
Same image is included on the pages with Type parameter, if no key-value pair match is found in this <IMAGE><IMAGE_END> group.
You can use the same parameters as STATICIMG_PAGE.
INDEX_DEFAULT_FRONT_STATICIMG
Image on the front sheet of AFP data is placed on pages with Type parameter, in the output PDF if no key-value pair match is found in this <IMAGE><IMAGE_END> group.
You can use same parameters as STATICIMG_FRONT.
INDEX_DEFAULT_BACK_STATICIMG
Image on the back sheet of AFP data is placed on pages with Type parameter, in the output PDF if no key-value pair match is found in this <IMAGE><IMAGE_END> group.
You can use the same parameters as STATICIMG_BACK.

Note: If running the image map option from the afp2pdf_split tool, the INDEX_FRONT_STATICIMG, INDEX_BACK_STATICIMG, INDEX_FRONT_STATICSHDAREA, INDEX_BACK_STATICSHDAREA, INDEX_DEFAULT_FRONT_STATICIMG and INDEX_DEFAULT_BACK_STATICIMG refer to the front and back of the document that results after the splitting.