home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 355.lha / hpgl2ps_v1.2 / README < prev    next >
Text File  |  1990-02-26  |  2KB  |  56 lines

  1.                       README File
  2.                       
  3.                      of HPGL2PS1.2
  4.                      
  5.                    September 2, 1989
  6.  
  7. This is a complete rewrite of the original HPGL2PS which I uploaded in June
  8. 1989. The first program worked fine with HPGL-files generated by Xcad but
  9. would not understand some of the HPGL commands generated by other programs
  10. such as for example Superplan. Now it will convert those files into
  11. Postscript as well. You should set the plotter selection in Xcad, Draw2000,
  12. or Superplan to HP7475A and send the plotter commands into a file in rad: or
  13. ram: . You can then print such files directly on a Laserprinter using HPGL2PS.
  14.  
  15.   I have also added the option to set in the command line the linewidths of
  16. the 6 pens the HP7475A plotter uses. 
  17.  
  18.   Usage: HPGL2PS infile outfile [options]
  19.   
  20. Command line options are:
  21.  
  22. [?] as only parameter after HPGL2PS prints a help file on the screen.
  23.  
  24. [L] prints in landscape mode (the default is portrait mode).
  25.  
  26. [P][n] [number] sets the linewidth of pen n to number (in points).
  27.  
  28. The default settings for linewidths of pen 1 to pen 6 are 0.5, 0.8, 1.5, 2.0,
  29. 2.5, and 0.01 points.
  30.  
  31.   Here is an example of a valid command line:
  32.   
  33.   1. HPGL2PS infile outfile P1 1 P2 .5 P3 1.5 P4 3.0
  34.   
  35.      This would create a Postscript file in outfile with the linewidths of
  36.      pens 1 to 4 set to 1, 0.5, 1.5, and 3, respectively. Pens 5 and 6 retain
  37.      their default values.
  38.      I have chosen the default linewidth of pen 6 as 0.01 because it is used
  39.      by Xdraw to draw a grid on the plot, if requested in the command line. 
  40.      
  41.   2. HPGL2PS infile ser: L
  42.   
  43.      This would print the HPGL-file infile directly on the laserprinter in
  44.      landscape mode with all default linewidths left unchanged.
  45.      
  46. If you have any questions in using this program or if you discover bugs,
  47. please leave E-mail or write to me.
  48.  
  49.                       Rudolf Werner
  50.                       1325 Bella Vista
  51.                       Coral Gables, FL. 33156
  52.                       
  53.   In the next update I plan to include a scaling option. This is not needed for
  54. Xcad drawings since you can scale within Xcad, but it might be desirable for
  55. Superplan users who want to change the size of their plots.
  56.   If you have any suggestions for further features, please let me know.