home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / print / psps201.zip / PSPS.TXT < prev   
Text File  |  1993-05-17  |  11KB  |  274 lines

  1.               -----------------------------------------------
  2.               PSPS v2.01  ---  PostScript PrintScreen Utility
  3.               ----- Copyright 1993 A.N.D. Technologies ------
  4.               -----------------------------------------------
  5.  
  6. --------
  7. OVERVIEW
  8. --------
  9.  
  10. PSPS is a versatile screen dump tool for PostScript printers.  PSPS allows
  11. you to use the PrintScreen key (or Shift-PrintScreen) and send the screen
  12. contents to either an LPT port or to an Encapsulated PostScript file.
  13. PSPS supports text and graphics modes on MDA, CGA, Hercules, EGA, MCGA, VGA,
  14. Super VGA, or any graphics adaptor which supports Int 10 BIOS functions.
  15. You may choose from Monochrome, reverse monochrome, grayscale, and color
  16. PostScript modes.  PSPS will not work with the extended graphics modes of
  17. 8514/A or XGA.  PSPS requires 9K of RAM, and may be unloaded when you're
  18. not using it.
  19.  
  20. PostScript is a trademark of Adobe, Inc.
  21.  
  22.  
  23. --------------------
  24. COMMAND LINE OPTIONS
  25. --------------------
  26.  
  27. If PSPS is already loaded, just type PSPS to find the current settings.
  28. You may also change one or more settings without affecting any of the others.
  29.  
  30. L=N        LPT port where N=1,2,3
  31. U          Uninstall
  32. O=P,L      Orientation=Portrait, Landscape
  33. F=E,P      Create new EPS,PS File PSPSxxxx.(E)PS;  xxxx=1-9999
  34. S=N        Number of text screens per page;  N=1,2,3
  35. M=M,R,G,C  Mode=Mono, Reverse Mono, Grayscale, Color
  36. X=N,Y=N    Dimensions of graphics screen which PSPS can't detect
  37. E          Eject page, flush unprinted text screens
  38.  
  39.  
  40. ----------------------------
  41. L=N   LPT port where N=1,2,3
  42. ----------------------------
  43.  
  44. Default=LPT1
  45.  
  46.  
  47. ---------------
  48. U     Uninstall
  49. ---------------
  50.  
  51. Removes PSPS from memory.
  52.  
  53.  
  54. ------------------------------------------
  55. O=L   Landscape Orientation (11" x 8 1/2")
  56. O=P   Portrait Orientation (8 1/2" x 11")
  57. ------------------------------------------
  58.  
  59. Default=Portrait
  60. Will work in both text and graphics modes.
  61. -------------------------
  62. F=E   Create new EPS File
  63. F=P   Create new PS File
  64. -------------------------
  65.  
  66. In graphics mode, the screen contents will be dumped to a Encapsulated
  67. PostScript (EPS) or an PostScript (PS) file.
  68.  
  69. The EPS file is suitable for import into word processors and desktop
  70. publishing programs.  However, it is unlikely that EPS files created by PSPS
  71. will will be viewable by image editing programs; these programs often need
  72. their own specific information which they incorporate into their own EPS
  73. files.  These EPS files are NOT meant to be printed directly.  EPS files are
  74. named PSPSxxxx.EPS, where xxxx is a number from 1 to 9999.
  75.  
  76. PS files contain exactly the same data as if it were sent to the printer.
  77. PS files are named PSPSxxxx.EPS, where xxxx is a number from 1 to 9999.
  78.  
  79. The main difference between EPS and PS files created by PSPS is that PS files
  80. contain extra commands for placement of the image on the page.  If you send an
  81. EPS file to a printer, the image will not be placed correctly on the page.
  82.  
  83. In text mode, a plain text file containing only the screen characters is
  84. created.  These files are named PSPSxxxx.TXT, where xxxx is a number from
  85. 1 to 9999.
  86.  
  87. File numbers begin at 1 for every new PSPS session.
  88. Files are placed in the current directory.
  89. Files with the same name WILL BE OVERWRITTEN.
  90.  
  91.  
  92. -------------------------------------
  93. S=N   Number of text screens per page
  94. -------------------------------------
  95.  
  96. Default=1
  97. Since most text screens have 25 lines, you will find that one text screen
  98. dump hardly fills a sheet of paper.  You may choose to print up to three
  99. screens on one page.   PSPS will scale the size of the text to fit on the
  100. page based on the number of screens you have chosen, the dimensions of the
  101. first screen to be dumped, and the page orientation.
  102.  
  103. You should note that PostScript printers have a job timeout feature;  this
  104. setting automatically ends a print job after a specified time interval if
  105. a job is incomplete and no more data is received during that time.  This
  106. value should be high enough to allow for any pauses you may encounter during
  107. multiple text screen dumps.  Similarly, if you are capturing data to a
  108. network printer, then your network capture timeout value should also be large
  109. enough to allow for pauses between text screen dumps.
  110.  
  111. This feature is not applicable in graphics modes.
  112.  
  113. ----------------------------------------------
  114. E     Eject page, flush unprinted text screens
  115. ----------------------------------------------
  116.  
  117. If you have unprinted screens, then this will eject the page.
  118. It simply sends a CTRL-D (character code 4) to the printer.
  119. You may also choose to send it manually, like ECHO ^D>LPT1.
  120. ----------------------------------
  121. M=M,R,G,C   Graphics Printing Mode
  122. ----------------------------------
  123.  
  124. Default=Gray
  125.  
  126. The choices are monochrome (1 bit), reverse monochrome (1 bit),
  127. grayscale (8 bit), and color (12 bit).
  128.  
  129. Monochrome uses a black background, so use reverse monochrome if you want a
  130. white background.  PSPS will not create grayscale or color data from 2 color
  131. graphics screen modes.  When using a monchrome printing mode with a
  132. 4/16/256 color screen mode, the background color is assumed to be color 0
  133. in the palette, which is usually black, and all other colors become the
  134. foreground color in the PostScript output.  See the next section for
  135. instructions on Hercules graphics mode printing.
  136.  
  137. Color printing uses RGB values.  Each 6 bit red, green, and blue color
  138. register is automatically converted to an 4 bit value.  Therefore, there
  139. will be problems with 24 bit graphics screen modes.  This may be changed in
  140. later versions.
  141.  
  142. The size of the resulting file or print job can be pretty large.  The
  143. header is not very long, so here are the sizes you can expect:
  144.  
  145. Monochrome modes: 1 byte of data for every 4 pixels
  146. Grayscale mode: 2 bytes of data for every pixel
  147. Color mode: 3 bytes of data for every pixel
  148.  
  149. The percentage of the elapsed job time is displayed on the upper left.
  150.  
  151.  
  152. ----------------------------------------------------------------
  153. X=N,Y=N    Dimensions of graphics screen which PSPS can't detect
  154. ----------------------------------------------------------------
  155.  
  156. PSPS can only detect the dimensions of CGA, EGA, MCGA, and VGA graphics
  157. screens.  Therefore, if you use Hercules or Super VGA specific screen
  158. modes, then you must tell PSPS what the screen dimensions are.  If you
  159. haven't specified these values, then PSPS will perform a text screen dump
  160. if it can't detect the screen mode.
  161.  
  162. For Hercules graphics modes use X=720 Y=348.
  163. For Super VGA the graphics adaptor must support VGA Int 10 BIOS routines.
  164.  
  165.  
  166. ---------------
  167. TEXT MODE NOTES
  168. ---------------
  169.  
  170. PSPS detects EGA/VGA 43/50 line and SVGA 132 column text screens.
  171. PSPS uses bitmaps for line/box characters, Symbol font for some extended
  172. characters, and Courier font for the rest.
  173. Control code characters (less than 32) are printed as blanks.
  174. If the cursor is off, you will not see PSPS moving through its routine. -------
  175. HISTORY
  176. -------
  177.  
  178. 2.01: Added support for PS files; fixed error with text mode dump after a
  179.       graphics mode dump.
  180.  
  181.  
  182. ------
  183. NOTICE
  184. ------
  185.  
  186. PSPS is distributed as is, with no warranty implied or otherwise.
  187. If you distribute PSPS, you may not charge anything for it, other than any
  188. distribution costs you may incur.  If you do so, please distribute it
  189. in the zip file PSPS201.ZIP, including the files PSPS.EXE and PSPS.TXT.
  190.  
  191.  
  192. ----------------
  193. REGISTERING PSPS
  194. ----------------
  195.  
  196. A lot of time and testing went into PSPS.  The unregistered version has all
  197. the same features as the registered version.  When you first load PSPS, you
  198. will encounter an "Unregistered version" notice.  This does not occur once
  199. you register.  
  200.  
  201. The price:  $25 US for 1 license
  202.             $125 for a site license
  203.             $40 for a 1 license PSPS/T2PS bundle (see below for T2PS)
  204.             $200 for a PSPS/T2PS site license
  205.  
  206. If you are registering from outside the US, please make sure your payment
  207. is cashable at a US bank so that there are no conversion fees.
  208. Credit cards are not accepted at this time although they may be in the
  209. future.  Registering over CompuServe is also a future possibility.
  210.  
  211. After you register, you will be sent a new version by E-Mail.  If you require
  212. a diskette to be mailed, please include an extra $5 inconvenience charge.
  213.  
  214. Please send payments to:
  215.  
  216. A.N.D. Technologies
  217. P.O. Box 64811
  218. Los Angeles, CA 90064
  219. USA
  220.  
  221. Please include your name, company, mailing address, E-Mail address(es),
  222. and how you found out about PSPS.
  223.  
  224. Registered users of previous versions of PSPS are also registered for
  225. this version.
  226. -----------------
  227. TECHNICAL SUPPORT
  228. -----------------
  229.  
  230. Most communication is done by E-Mail, which is always monitored.
  231. Please feel free to leave questions and comments at:
  232.  
  233. Compuserve - 71011,3570
  234. Internet - 71011.3570@compuserve.com
  235. Phone - (213) 848-9345
  236. FAX - Available (contact A.N.D. first)
  237.  
  238. In order to keep the software inexpensive, it's highly unlikely that
  239. long-distance phone calls will be returned.  However, the best times to
  240. catch a live person at the other end are weekdays at 9 AM Pacific time.
  241.  
  242. ----------------------------------------
  243. WHERE TO FIND THE LATEST VERSION OF PSPS
  244. ----------------------------------------
  245.  
  246. On CompuServe: in IBMHW:Printer Utilities
  247.  
  248. On Internet: at the archive Simtel20 in the directory <MSDOS.POSTSCRIPT>
  249.                 wsmr-simtel20.army.mil  
  250.                 wuarchive.wustl.edu
  251.                 nic.switch.ch
  252.                 nic.funet.fi
  253.                 src.doc.ic.ac
  254.                 rana.cc.deak.oz.au
  255.  
  256. PSPS - Copyright (c) 1992,3  A.N.D. Technologies
  257.  
  258.  
  259. -------------------------------------
  260. OTHER SOFTWARE BY A.N.D. TECHNOLOGIES
  261. -------------------------------------
  262.  
  263. PCOUNTER 2.21 - A PAGE COUNTING PRINT SERVER FOR NOVELL NETWORKS
  264. Features:
  265. PostScript and HP LaserJet page counting; fast printing - including baud
  266. rates up to 115K baud;  Text to PostScript conversion;  user accounting;
  267. support for networked printers;  simple configuration;  and more!
  268.  
  269. T2PS 1.0 - TEXT TO POSTSCRIPT CONVERSION TSR
  270. Features:
  271. Requires only 6.8K of RAM, and may be unloaded;  user sets the font size,
  272. tab size, margins, page orientation, and LPT port; supports the extended
  273. IBM character set; ignores PostScript data.  Great for programs without
  274. PostScript drivers.  See above for info on a T2PS/PSPS bundle.