home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0797.lha / PSUtils / README < prev    next >
Text File  |  1993-01-10  |  2KB  |  42 lines

  1. PostScript Utilities            Angus Duggan        6 April 1991
  2.  
  3. This shar file contains some utilities for manipulating PostScript documents.
  4. Page selection and rearrangement are supported, including arrangement into
  5. signatures for booklet printing, and page merging for 2up/4up/8up/9up printing.
  6.  
  7. FILES
  8.  
  9. The files contained are:
  10.  
  11. -rw-r--r--  1 ajcd     cs_pg         643 Apr  6 10:45 Makefile
  12. -rw-r--r--  1 ajcd     cs_pg        1737 Apr  6 11:39 README
  13. -rw-r--r--  1 ajcd     cs_pg        3673 Jan 29 17:28 epsffit.c
  14. -rw-r--r--  1 ajcd     cs_pg        1066 Feb 12 13:18 psbook.1
  15. -rw-r--r--  1 ajcd     cs_pg        1990 Feb  7 18:54 psbook.c
  16. -rwxr-xr-x  1 ajcd     cs_pg        2121 Apr  6 12:00 psnup
  17. -rw-r--r--  1 ajcd     cs_pg        1509 Feb 12 13:18 psselect.1
  18. -rw-r--r--  1 ajcd     cs_pg        4621 Feb 12 12:34 psselect.c
  19. -rw-r--r--  1 ajcd     cs_pg        3227 Feb 20 10:16 pstops.1
  20. -rw-r--r--  1 ajcd     cs_pg        9272 Feb 20 14:06 pstops.c
  21. -rw-r--r--  1 ajcd     cs_pg        5201 Feb 12 12:38 psutil.c
  22. -rw-r--r--  1 ajcd     cs_pg         663 Feb  7 18:54 psutil.h
  23.  
  24. PROGRAMS
  25.  
  26. psbook          rearranges pages into signatures
  27. psselect        selects pages and page ranges
  28. pstops          performs general page rearrangement and selection
  29. psnup           uses pstops to merge multiple pages per sheet
  30. epsffit         fits an EPSF file to a given bounding box
  31.  
  32. psselect in modeled after Chris Torek's dviselect program, and psbook is
  33. modeled after Tom Rokicki's dvidvi program. psbook is modeled on my own
  34. dvibook program, which borrows heavily from Chris Torek's dviselect.
  35.  
  36. BUGS
  37.  
  38. The utilities don't check for PS-Adobe-?.? conformance; they assume documents
  39. conform.
  40.  
  41. Bug fixes and suggestions to ajcd@lfcs.edinburgh.ac.uk
  42.