home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m066 / 1.img / 2DMISC.ZIP / HPTOPRT.DOC < prev    next >
Encoding:
Text File  |  1990-05-24  |  2.6 KB  |  62 lines

  1. HPTOPRT PRINTER UTILITY
  2.  
  3.  
  4. The HPTOPRT program is a utility program which converts an HPGL plot
  5. file produced by QikDraw to a print file based on the Epson LQ 1500
  6. graphics format.
  7.  
  8. This version of the software recognises the following HPGL commands,
  9. PU, PD, PA, PR, AA, AR, CI and SU, whilst ignoring all others.  The
  10. output produced is compatible with any printer that recognises the LQ
  11. 1500 command set.
  12.  
  13.  
  14. RUNNING HPTOPRT
  15.  
  16. The utility is run from the DOS operating system and uses a plot file
  17. generated by QikDraw as its input.  To run the program type HPTOPRT
  18. and press enter.  Type in the printer width and input file name and
  19. other questions when prompted.  During execution the program will tell
  20. you as each stage of the conversion is completed, and display
  21. appropriate error messages if problems with memory limits or
  22. non-compatibility occur.  If any problems occur, the program
  23. execution will be terminated.
  24.  
  25. Generally, the program needs 550K of RAM to run with the actual
  26. program size being 40K and the rest being allocated dynamically as the
  27. program is running.
  28.  
  29. The printer output has 3 sizes:
  30.  
  31.   1. Width 13.6" x Length 11" (wide carriage printers only)
  32.   2. Width  8.0" x Length 11" (sideways output)
  33.   3. Width  8.0" x Length  6"
  34.  
  35.  
  36. HPTOPRT also has a command line mode where the print options and plot
  37. filename can be entered as parameters on the command line. The format
  38. for this mode of operation is:-
  39.  
  40. HPTOPRT [command line switches, filename]                            
  41.                                                                      
  42. where command line switches:-                                        
  43.                                                                      
  44.  /A number = Aspect ratio, changes X:Y ratio [default = 1.0]         
  45.  /H        = Help, displays this screen                              
  46.  /P24      = 24 Pin printer output [default = 9 pins]                                  
  47.  /S number = Scale: changes overall scale [default = 1.0]            
  48.  /W13      = Width 13 inches printer [default = 8 inches]            
  49.  filename  = name of plot file                                       
  50.                                                                      
  51. eg  HPTOPRT /S 0.8 plotfl.dat                                        
  52.                                                                      
  53. prints 'plotfl.dat' at 9 pin resolution with a reduced scale of 0.8  
  54.  
  55.  
  56. PRODUCING THE PLOTFILE
  57.  
  58. Produce the plot file within QIKDRAW using:-
  59.   1.  Utility Compose - use default sizes
  60.   2.  Set *Plotter    - select HP747X as the plotter, plotting is File
  61.   3.  Draw Plot Drawing
  62.