home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613a.lha / A4UP_v1.0 / A4UP.doc < prev    next >
Encoding:
Text File  |  1992-02-26  |  3.2 KB  |  82 lines

  1.  
  2.               A4UP - an Amiga DeskJet/LaserJet Utility
  3.  
  4.                 version 1.0 copyright G Chiu 22Feb92
  5.  
  6. This is the first release of A4UP, and represents an Intuitionised version
  7. version of ADJ4UP released to a couple of BBSs in 1990.
  8.  
  9. It is intended for use with the HP LaserJet ( and clones ), and the DeskJet
  10. series.  The latter needs added memory to accept the custom font.  It prints
  11. to A4 paper.  I don't have access to American letter paper but guess it that
  12. it should be OK, though the page length may need reducing, and it might not
  13. be centred on the page. The only other requirement is for good eyesight to
  14. read the printed output.
  15.  
  16. A4UP uses the Fox/Dawson req.library which is included and must be placed
  17. into your libs: directory.
  18.  
  19. A4UP prints a text file to A4 paper in portrait mode using two columns of
  20. either 80 or 85 columns wide and a maximum of 120 lines per physical page.
  21. This is 4 pages of text of 80 or 85 columns by 60 lines of logical page, and
  22. uses Hexagon Product's shareware and proprietary tiny font of point size 3.8
  23. and pitch of 21.4 allowing 171 characters per line on an 8½ inch page.
  24.  
  25. The Intuition version contains documentation called from the HELP gadget,
  26. and when run from the CLI will bring up the CLI help with the "-?" flag.
  27. Note that the default printer from the Intuition version is the LaserJet,
  28. and from the CLI is the DeskJet.
  29.  
  30. Some more explanation follows regarding CLI usage:
  31.  
  32.     A4UP -oram:out myfile
  33.  
  34.     prints 'myfile' to the file ram:out
  35.  
  36.     A4UP -w myfile
  37.  
  38.     prints 'myfile' to the default port par: using 85 columns
  39.  
  40.     A4UP -w widefile -w thinfile
  41.  
  42.     prints widefile to the default port par: using 85 columns and then prints
  43.     thinfile to par: using 80 columns ( the second -w toggles the column width
  44.     back to 80 )
  45.  
  46.     NB: At each invocation the font is downloaded to the printer only with
  47.     the first file being printed and any other files following in the command
  48.     line being printed assume the font is present.  So, don't print first
  49.     to a file and then to the printer and expect it to work!
  50.  
  51. The Intuition version is slightly crippled in that it does a rather system
  52. unfriendly busy wait which ties up the CPU.  This is fixed in the registered
  53. version ( see HELP gadget for details ) which may add extended file selection
  54. to allow a number of files to be printed at one hit.  When used as a CLI
  55. utility this limitation is not present.
  56.  
  57. I don't have any working tools ( except those running under KS 1.1 ) which
  58. monitor memory allocation/deallocation, or check for low memory being trampled
  59. on etc., so please send bug reports to:
  60.  
  61.     G Chiu, 5 Kate Way, Karori, Wellington, New Zealand
  62.  
  63.     or G.CHIU2 on GEnie
  64.  
  65. Plans: Write File Comment will one day file comment the file being printed
  66. with the comment that it was printed on such and such a day.
  67.  
  68. Bugs: With v1.0, you betcha!
  69.  
  70. A4UP is not to be released onto any disk collection without the written
  71. permission of the author ( which will usually be granted ).
  72.  
  73. Updates:
  74.  
  75. v1.1
  76.  
  77. 23 February - forgot to call purgefiles on the filerequester
  78.             - added an abort requester for CLI operation
  79.             - added pause flag -h for CLI operation
  80.             - released the requestor memory
  81.             - added extended file selection ( for registered version )
  82.