1pdf180(1) pdf180(1)
2
3
4
6 pdf180 - rotate the pages of pdf files
7
9 pdf180 [OPTION [OPTION] ...] [SRC [PAGESPEC] [SRC [PAGESPEC]] ...]
10
12 pdf180 rotates the pages of files in the Adobe Portable Document Format
13 (PDF) through 180 degrees.
14
15 If no source PDF file ('SRC') is specified, input is from /dev/stdin.
16 If 'PAGESPEC' is omitted, all pages are processed.
17
18 Source files are processed sequentially into a single output unless the
19 '--batch' option is used, in which case they are processed separately.
20
21 pdf180 operates on one or more PDF files, and (either with the
22 '--batch' option or with '--outfile DIR' where 'DIR' is a directory)
23 the resulting files have the suffix '-rotated180' applied to their
24 names by default. To change the suffix, use the '--suffix' option, for
25 example
26
27 pdf180 --suffix 'upturned' --batch myfile1.pdf myfile2.pdf
28
29 will result in files named 'myfile1-upturned.pdf' and
30 'myfile2-upturned.pdf'.
31
32 pdf180 is a simple wrapper for pdfjam, which is a front end to many of
33 the capabilities of the pdfpages package for pdflatex. A working
34 installation of pdflatex with the pdfpages package is required.
35
36 pdf180 is part of the "PDFjam" package of tools, whose homepage is at
37 http://go.warwick.ac.uk/pdfjam.
38
40 See http://go.warwick.ac.uk/pdfjam .
41
43 For the available options and site/user defaults, see the output of
44
45 pdfjam --help
46
47 For further information and some examples see http://go.war‐
48 wick.ac.uk/pdfjam .
49
51 pdf180 does not work with encrypted PDF files, and does not preserve
52 hyperlinks.
53
54 Please report bugs! See the website at http://go.warwick.ac.uk/pdfjam .
55
57 pdfjam(1).
58
60 PDFjam is distributed under the GNU public license.
61
63 pdf180 is written and maintained by David Firth as part of the PDFjam
64 package.
65
66
67
68
69 10 March 2010 pdf180(1)