Creating image overlays

An image overlay can be used to place additional information on a document when a user sends a document to a local printer. The additional information from the image overlay is merged with the document before the document is sent to the printer. For example, you might want to print the word COPY on all documents sent to a local printer.

The image overlay must be a monochrome, device independent bitmap, stored in a file with a file type of BMP. Although Content Manager OnDemand scales the bitmap as required, for best results, the bitmap should have the same aspect ratio (the ratio of width to height) and be approximately the same size as, or evenly divisible into, a page of the data to be printed with it.

After you create the BMP file, build a DLL file, which includes the bitmap. The name of the bitmap resource in the DLL file must be the same as the identifier specified for the image overlay on the Image Overlay Files page.

Store the DLL file on the Content Manager OnDemand library server. Specify the location of the DLL file in the Advanced options on the Print Options page.

The following example describes how to create an image overlay bitmap and build a DLL file with the Microsoft Visual C++ development environment:

1.      Create a new project of type MFC AppWizard(dll) in a new workspace.

2.      For each image overlay to be created:

3.      Build a release version of the project.