home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / windows / printeps / readme < prev   
Text File  |  1994-06-06  |  2KB  |  42 lines

  1. EPSPRINT is a BP 7.0 unit which can be used to send encapsulated PostScript
  2. (EPS) files to a printer as part of a regular Windows 3.1 print job. The EPS
  3. images may be translated, scaled or rotated before sending them to the
  4. printer. Comments in the source files (EPSPRINT.PAS and EPSDEMO.PAS) explain
  5. the design and usage of the EPSPRINT unit. I strongly recommend that anyone
  6. wanting to send EPS files to a PostScript printer also obtain a copy of the
  7. "Red Book," Adobe's PostScript Language Reference Manual, second edition, ISBN
  8. 0-201-18127-4. Encapsulated PostScript files are covered in Appendix H.
  9.  
  10. Requirements to use EPSPRINT are Borland Pascal 7.0 (the code should compile
  11. under TPW 1.5 with minor changes), Windows 3.1, and, of course, a PostScript
  12. printer driver (the driver must be set up as the default printer using Windows
  13. Control Panel). I have tested this code with the Apple LaserWriter NT and
  14. Hewlett-Packard LaserJet 4M flavors of the Windows PostScript driver (version
  15. 3.53), and the Hewlett-Packard LaserJet 4M flavor of the Adobe PostScript
  16. Level 2 driver (version 2.1.1).
  17.  
  18. EPSPRINT isn't very picky about the structure of an EPS file. If the file
  19. contains a preview header, the header must conform to the layout specified in
  20. Appendix H of the Red Book, and the body of the PostScript code must contain a
  21. valid %%BoundingBox comment (the "%%BoundingBox: (atend)" construct is
  22. supported).
  23.  
  24. Files:
  25.  
  26.   README         this file
  27.   EPSPRINT.PAS   EPS-support printing unit
  28.   EPSDEMO.PAS    demo program which uses EPSPRINT
  29.   EPSDEMO.RES    resource file for EPSDEMO.PAS
  30.   EPSDEMO.RC     resource file in source form
  31.   EPSDEMO.INC    include file for EPSDEMO.PAS
  32.   EPSDEMO.EPS    encapsulated PostScript file used by EPSDEMO.PAS
  33.   EPSDEMOX.EPS   same as EPSDEMO.EPS, but with the preview header removed
  34.   EPSDEMO.CDR    CorelDRAW 3.0 file from which EPSDEMO.EPS was generated
  35.  
  36. If you have any questions or comments about the EPSPRINT unit or any of the
  37. other files contained in this package, please post a message to my CompuServe
  38. ID in section 8 (OWL/BWCC) of Borland's BPASCAL forum.
  39.  
  40. Steve Schafer
  41. 76711,522
  42.