home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / acad / c / postscri / read.me < prev    next >
Internet Message Format  |  1994-06-19  |  1KB

  1. From: kontron!optilink!cramer@pyramid.com (Clayton Cramer)
  2. Newsgroups: comp.binaries.ibm.pc,comp.lang.postscript
  3. Subject: Speed Up Printing AUTOCAD Files To PostScript Printers, C source
  4. Date: 17 Sep 88 17:00:25 GMT
  5. Summary: Speed Up Printing AUTOCAD Files To PostScript Printers, C source
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. I wrote this program a while back.  AutoCad plot files produced for
  9. PostScript printers are quite inefficient, so I wrote a quick filter to
  10. speed things up.  The resulting plot files are 22% smaller and 22%
  11. faster to print.  If you are printing directly to a PostScript printer
  12. from a PC, it might not save you anything to print the plot file to
  13. disk then filter it, but if you are sharing a PostScript printer over a
  14. network, or printing AutoCad plot files from a UNIX system (as we are)
  15. you might find some useful way to use this program.
  16.  
  17. I offered it to AutoDesk, as an example of how to improve their
  18. PostScript driver, suggesting that they pay me what it was worth to
  19. them (I suggested something around $100).  I guess they decided it
  20. wasn't worth a hundred bucks to save their customers time, because they
  21. never pursued it.
  22.  
  23. There are two files, an include file called "stdmacro.h", and a C file
  24. called "autocad.c".
  25.