home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 464b.lha / HPGL2PS_v1.23 / README < prev   
Encoding:
Text File  |  1991-01-03  |  3.3 KB  |  84 lines

  1.                       README File
  2.                       
  3.                      of HPGL2PS1.23
  4.                      
  5.                    January 20, 1990
  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.  I have chosen the default linewidth of pen 6 as
  38.      0.01 because it is used by  Xdraw  to  draw  a  grid  on  the  plot,  if
  39.      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. -----------------------
  47.  
  48. UPDATE INFO on version 1.23 (January 1990):
  49.  
  50. I have added the ability to specify the location of the graph  on  the  paper
  51. (left  lower  coordinates). For example, the command line command "C 2.0 2.5"
  52. will move the origin of the plot two inches up and 2.5 inches to the right.
  53.  
  54. The option S lets you scale the graph. "S .5" will scale the plot to  50%  of
  55. its original size. 
  56.  
  57. Combinations of S and C commands let you place the graph at any place on  the
  58. paper at any size.
  59.  
  60. ----------------------
  61.  
  62. UPLOAD TO BIX (October 1990)
  63. This program has been posted on PLink since January 1990. I was asked to
  64. upload it to BIX because some people at BIX do not subscribe to PLink. I have
  65. used the program myself over the last 10 months to print the figures for an
  66. entire biochemistry textbook on a laserwriter II. I never had a problem.
  67.  
  68. ----------------------
  69.  
  70.   This program is freeware, i.e., you are free to use it for your own purpose
  71. and distribute it freely, but you may not sell it  for  profit.   I  own  the
  72. copywright  of  Xdraw  and,  therefore,  ask  that  you retain my name in the
  73. program.  If you find any bugs  or  have  suggestions  for  improvements  and
  74. features  you  would  like to see, please leave E-mail at BIX for rwerner or
  75. write to me.
  76.  
  77. If you have any questions in using this program  or  if  you  discover  bugs,
  78. please leave E-mail or write to me.
  79.  
  80.                       Rudolf Werner
  81.                       1325 Bella Vista
  82.                       Coral Gables, FL. 33156
  83.                       
  84.