home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / laser / overly11.arc / OVERLAY.DOC < prev    next >
Text File  |  1988-01-05  |  4KB  |  99 lines

  1. OVERLAY Version 1.1         by Orbit Enterprises, Inc.
  2.                                P.O. Box 2875-B
  3.                                Glen Ellyn, IL  60138
  4.                                (312) 469-3405
  5.  
  6. PROGRAM DESCRIPTION
  7.  
  8. Overlay is a program designed to take a graphic image such as a logo, add
  9. positioning information and store the combination in a Hewlett Packard LaserJet
  10. Plus or LaserJet Series II printer as a overlay macro.
  11.  
  12. An overlay macro is a macro that can be automatically printed on every page
  13. until stopped by resetting the printer or disabling the overlay function.
  14.  
  15. The graphic image must be in a HP LaserJet Print format to work.  That is, the
  16. proper escape codes must be in the graphic image file for this program to work
  17. properly.  The program does not convert any print formats.  If you can copy the
  18. file to your LaserJet using the DOS command
  19.       C> COPY /B filename PRN
  20. and get a printed image, this program will work for you.
  21.  
  22. PROGRAM EXECUTION
  23.  
  24. At the DOS prompt, enter the following command:
  25.  
  26.   OVERLAY [/s] filename macro-id cursor-x cursor-y p/t dest
  27.  
  28.     [/s]     - optional switch to print sample page for testing
  29.     filename - the full name of the image to be copied
  30.     macro-id - a number between 0 - 32767 for an ID number
  31.     cursor-x - the offset in dots from the left margin (300 dots = 1 inch)
  32.                this is the logical margin, not the physical margin
  33.     cursor-y - the offset in dots from the top margin  (300 dots = 1 inch)
  34.                this is the logical margin, not the physical margin
  35.     p/t      - permanent or temporary, default is Permanent
  36.     dest     - destination of overlay, default is PRN.  This can optionally be a
  37.                disk file that can later be copied to the printer with the
  38.                DOS COPY /B command.
  39.  
  40. After the overlay is loaded in the printer, the program will enable the overlay,
  41. print a page, and disable the overlay.
  42.  
  43. USING AN OVERLAY
  44.  
  45. Overlays can be used from within your word processor or nearly any other
  46. program.  To activate an overlay, enter the following sequence:
  47.    <ESC>&f#y4X where # is the macroid assigned to the overlay
  48.  
  49. To disable an overlay that is printing on every page, enter the following
  50. sequence:
  51.    <ESC>&f5X
  52.  
  53. The enable and disable commands will work on the current page.  The enable
  54. sequence will take effect on the next page out of the printer.  The disable
  55. sequence will stop the overlay for the current page.  This gives you the
  56. capability to activate an overlay for the first page of a letter and disable it
  57. for remaining pages.
  58.  
  59. REVISIONS
  60.  
  61. 01/05/88  Version 1.1
  62.  
  63.   /S switch added to turn off sample page print.
  64.  
  65.   Code was added to allow the raster image to be positioned higher on the page.
  66.  
  67.   Raster image copy fixed.  A raster image would fail if the hex '1A' pattern
  68.   was found in the graphic image.
  69.  
  70. 12/18/87  Version 1.0
  71.  
  72.   Original Release
  73.  
  74. PUBLIC DOMAIN
  75.  
  76. This program is placed in the public domain and may be freely distributed as
  77. long as the program is not sold.  It may be placed on Bulletin Boards (BBS).
  78. This program may be included on collections of public domain diskettes for
  79. distribution when the only charge associated is for media and copy costs.
  80.  
  81. In every case, distribution must include the three unmodified files.
  82.  
  83. FILES INCLUDED
  84.  
  85.    OVERLAY.EXE  -  The executable program
  86.    OVERLAY.DOC  -  This document
  87.    ORBIT.RAS    -  The Orbit Enterprises Logo for demonstration
  88.  
  89. COMMERCIAL
  90.  
  91. Orbit Enterprises produces software for the Hewlett Packard LaserJet Printer
  92. family.  Software includes E-Z-Set, a simple menu driven setup utility that
  93. eliminates the need to learn the LaserJet ESCape Sequences, and, FormSet, a
  94. powerful forms generation package for the LaserJet Plus and LaserJet Series II
  95. printers.  A demo disk is available.
  96.  
  97. In addition, we also publish a newsletter that is free to users of HP LaserJet
  98. printers.  Call or write for your free subscription.
  99.