1FIXPS(1) FSF FIXPS(1)
2
3
4
6 fixps - sanitize PostScript files
7
9 fixps OPTIONS] FILE
10
12 Try to fix common PostScript problems that break postprocessing.
13
15 -h, --help
16 display this help and exit
17
18 -v, --version
19 display version information and exit
20
21 -q, --quiet
22 don't print informational messages
23
24 -o, --output=FILE
25 save result in FILE. If FILE is `-', send to stdout
26
27 -f, --force
28 force full rewrite by ghostscript
29
30 -n, --no-fix
31 don't fix the FILE, but still honor `-o'
32
33 -c, --check, --dry-run
34 don't perform any action
35
36 Fixes:
37 - Remove junk before and after PostScript content - Use only
38 Unix end of lines (\n) - Remove empty lines - Fix Apple prologue
39 (fixmacps) - Fix FrameMaker prologue (fixfmps) - Fix CorelDraw
40 prologue (fixnt) - Fix Windows NT 3.5/4.0 prologue (fixnt) - Fix
41 Windows 95 prologue - Ensure there is a `%%BeginSetup/%%End‐
42 Setup' section - Removes Canvas' extraneaous `%%EndDocument:'
43 comments - Split too long lines
44
45 If the FILE seems really in a bad state, ghostscript may be used to
46 perform a full rewrite. The output might then be significantly bigger,
47 but much safer.
48
50 Written by Akim Demaille.
51
53 Report bugs to <bug-a2ps@gnu.org>
54
56 Copyright © 1998-2000 Akim Demaille, Miguel Santana
57 This is free software; see the source for copying conditions. There is
58 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
59 PURPOSE.
60
62 a2ps(1), card(1), fixps(1), pdiff(1), psset(1), texi2dvi4a2ps(1).
63
64 The full documentation for fixps is maintained as a Texinfo manual. If
65 the info and fixps programs are properly installed at your site, the
66 command
67
68 info fixps
69
70 should give you access to the complete manual.
71
72
73
74fixps 1.5 (GNU a2ps 4.14) January 2019 FIXPS(1)