home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / PrintFile / README.TXT < prev    next >
Text File  |  1998-01-13  |  4KB  |  94 lines

  1. PrintFile README
  2. ----------------
  3.  
  4. Overview
  5. --------
  6.  
  7. PrintFile is a freeware utility program that will enable you to print
  8. files fast and easily. The program recognizes plain text, PostScript,
  9. Encapsulated PostScript (EPS) and binary formats. 
  10.  
  11. Selection of which files to print can be made by the normal Windows file
  12. selection dialog, or by Drag and Drop operations with one or several
  13. files. The latter facilitates batch printing of files. 
  14.  
  15. PrintFile can also act as a print spooler, watching a specified
  16. directory for files. Whenever a file appears in that directory it will
  17. automatically be printed. 
  18.  
  19. When printing text files PrintFile makes a configurable page layout of
  20. the text contents. Several logical pages can be placed on one page of
  21. physical paper (referred to as n-up printing). There are also several
  22. other configurable options controlling the layout. Text files can be
  23. printed on any printer which has a Windows printer driver. Text copied
  24. to the clipboard can also be printed in the same manner as text files.
  25. PrintFile can also do user configurable Pretty Printing of text files.
  26. Keywords and comments can be highlighted using different font styles and
  27. colors. This function is primarily intended for source code files. 
  28.  
  29. Non-text files are sent files directly to a Windows printer. In this
  30. case the program can be seen as a Windows replacement for the DOS
  31. command "copy/b filename LPTx" . As opposed to this DOS command,
  32. PrintFile works well with network printers which have no connection to
  33. any LPTx. This function is mainly intended for printing PostScript files
  34. but may just as well be used for any file created by the "Print to
  35. File" option available for most Windows printer drivers. Such a print
  36. file can for instance be created on a PC without a printer and then be
  37. moved to another PC that has a printer, and here be sent to the printer
  38. using PrintFile.
  39.  
  40. PostScript files can normally only be printed on PostScript printers. If
  41. a conversion program like Ghostscript is available however, PrintFile
  42. can automatically do a conversion before sending the file to the
  43. printer. The program can also print Encapsulated PostScript Files (EPS).
  44. These files can normally only be inserted into documents and not be
  45. printed directly. It is also possible to control the positioning and
  46. layout of the EPS picture on the printer page. Both EPS files with and
  47. without preview can be handled. Other PostScript features is the
  48. possibility to select an arbitrary range of pages for the printout when
  49. printing multiple page PostScript files and to do n-up printing. 
  50.  
  51. PrintFile also works well with command line (DOS) programs. It has
  52. several command line options and can read data from command line
  53. standard input, e.g. a command line pipe. A command like "dir | prfile"
  54. can for instance be used to get a n-up printout of a directory listing. 
  55.  
  56. Both 16-bit (Windows 3.1x) and 32-bit (Windows 95 and NT) versions are
  57. available in the distribution.
  58.  
  59. Documentation is included in a Windows Help file.
  60.  
  61.  
  62. Requirements
  63. ------------
  64.  
  65. PrintFile requires a PC running one of the following versions of 
  66. Microsoft Windows:
  67.   * Windows 3.1
  68.   * Windows 3.11
  69.   * Windows 95
  70.   * Windows NT 3.51 or later
  71.  
  72. No version of PrintFile can be used on OS/2.
  73.  
  74. PrintFile is delivered as a zip file archive. Two different archives are
  75. available, one with both a 16 bit and a 32 bit version of PrintFile, and
  76. another which only contains the 32 bit version. 
  77.  
  78. Installation
  79. ------------
  80.  
  81. In order to install PrintFile you first have to unzip the contents of
  82. the PrintFile zip archive file into a temporary directory. Then run the
  83. setup program. When the installation has finished you can remove the
  84. temporary directory. If you are using WinZip you can do all this just by
  85. pressing the install button in that program. If you are using the
  86. combined 16 and 32 bit archive the installation program will choose the
  87. correct executable for the operating system that you are installing on.
  88. The installation will prompt you for a directory to install PrintFile
  89. into and if a Program Manager group should be created. In Windows 95 and
  90. NT 4 a startup menu item will be created instead. In those Windows
  91. versions you also have the option to create a desktop shortcut for
  92. PrintFile. 
  93.  
  94.