Rev 2 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
|
|
|
2 |
A simple program that reverses the pages in PostScript files that
|
|
|
3 |
conform to Adobe's Version 1.0 or Version 2.0 file structuring
|
|
|
4 |
conventions.
|
|
|
5 |
|
|
|
6 |
postrevese also handles a small class of files that violate page
|
|
|
7 |
independence (eg. output from dpost) and can be used with all the
|
|
|
8 |
translators in this package. The output can be conforming even if
|
|
|
9 |
the input file wasn't.
|
|
|
10 |
|