home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / psutils.5Nov92.README < prev    next >
Encoding:
INI File  |  1992-11-15  |  3.6 KB  |  94 lines

  1. [November 5, 1992 version of psutils.]
  2. ===== The comp.lang.postcript FAQ description follows: =====
  3.     psutils 
  4.       is a set of useful PostScript utilities: epsffit, getafm, psbook, 
  5.       psnup, psselect, pstops, and showchar. By Angus Duggan 
  6.  
  7.       What: 
  8.          Converts-ASCII-to-PostScript, Page-Reordering 
  9.  
  10.       Status: 
  11.          free 
  12.  
  13.       Platforms: 
  14.          UNIX 
  15.  
  16.       Get-From: 
  17.          ftp.dcs.ed.ac.uk (129.215.160.5) in the file 
  18.          pub/ajcd/psutils.tar.Z 
  19.  
  20.  
  21. ===== The official psutils README follows: =====
  22. PostScript Utilities            Angus Duggan                7 April 1992
  23.  
  24. This shar file contains some utilities for manipulating PostScript documents.
  25. Page selection and rearrangement are supported, including arrangement into
  26. signatures for booklet printing, and page merging for 2up/4up/8up/9up printing.
  27.  
  28. ENVIRONMENT
  29.  
  30. These utilities have been compiled and run on Sun-3 and Sun-4 machines under
  31. SunOS 4.1.1 and 4.0.1, and on HP9000/375 machines under HPUX 7.0
  32.  
  33. FILES
  34.  
  35. The files contained are:
  36. -rw-r--r--  1 ajcd         1668 Oct 27 18:50 LICENSE
  37. -rw-r--r--  1 ajcd          643 Apr  7  1992 Makefile
  38. -rw-r--r--  1 ajcd         3167 Oct 27 18:51 README
  39. lrwxrwxrwx  1 ajcd            9 Oct 27 18:49 appledict.ps -> md68.0.ps
  40. -rw-r--r--  1 ajcd         3673 Jul 12  1991 epsffit.c
  41. -rwxr-xr-x  1 ajcd          362 Apr  7  1992 fixfmps
  42. -rwxr-xr-x  1 ajcd         1329 Jul 17 12:49 fixmacps
  43. -rwxr-xr-x  1 ajcd         1165 Jul 16  1991 fixpspps
  44. -rwxr-xr-x  1 ajcd          525 Apr  7  1992 fixwpps
  45. -rwxr-xr-x  1 ajcd         4706 Sep  3  1991 getafm
  46. -rw-r--r--  1 ajcd        31021 Oct 27 18:48 md68.0.ps
  47. -rw-r--r--  1 ajcd        35328 Oct 27 18:48 md71.0.ps
  48. -rw-r--r--  1 ajcd         1066 Jul 12  1991 psbook.1
  49. -rw-r--r--  1 ajcd         1990 Jul 12  1991 psbook.c
  50. -rwxr-xr-x  1 ajcd         2057 Jul 16 11:06 psnup
  51. -rw-r--r--  1 ajcd         2152 Sep  5  1991 psnup.1
  52. -rw-r--r--  1 ajcd         1509 Jul 12  1991 psselect.1
  53. -rw-r--r--  1 ajcd         4621 Jul 12  1991 psselect.c
  54. -rw-r--r--  1 ajcd         3209 Mar 23  1992 pstops.1
  55. -rw-r--r--  1 ajcd         9416 Apr  7  1992 pstops.c
  56. -rw-r--r--  1 ajcd         5286 Oct 27 18:31 psutil.c
  57. -rw-r--r--  1 ajcd          682 Sep  5  1991 psutil.h
  58. -rwxr-xr-x  1 ajcd         2552 Sep  5  1991 showchar
  59.  
  60. PROGRAMS
  61.  
  62. psbook          rearranges pages into signatures
  63. psselect        selects pages and page ranges
  64. pstops          performs general page rearrangement and selection
  65. psnup           uses pstops to merge multiple pages per sheet
  66. epsffit         fits an EPSF file to a given bounding box
  67.  
  68. psselect in modeled after Chris Torek's dviselect program, and psbook is
  69. modeled after Tom Rokicki's dvidvi program. psbook is modeled on my own
  70. dvibook program, which borrows heavily from Chris Torek's dviselect.
  71.  
  72. SCRIPTS
  73.  
  74. getafm   (sh)   outputs PostScript to retrieve AFM file from printer
  75. showchar (sh)   outputs PostScript to draw a character with metric info
  76. fixfmps  (perl) filter to fix framemaker documents so that psselect etc. work
  77. fixwpps  (perl) filter to fix WordPerfect documents so that psselect etc. work
  78. fixmacps (perl) filter to fix Macintosh documents with saner version of md
  79. fixpspps (perl) filter to fix PSPrint PostScript so that psselect etc. work
  80.  
  81. INSTALLATION
  82.  
  83. UUdecode appledict.ps.uue (if supplied encoded), edit Makefile to put in
  84. required CFLAGS (SYSV for System V machines), "make", and install files in
  85. appropriate places.
  86.  
  87. BUGS
  88.  
  89. The utilities don't check for PS-Adobe-?.? conformance; they assume documents
  90. conform. Utilities need an extra save/restore around whole document on a
  91. SPARCPrinter with NeWSPrint 1.0, because of bugs in the xnews server.
  92.  
  93. Bug fixes and suggestions to ajcd@dcs.ed.ac.uk
  94.