1pdfflip(1) pdfflip(1)
2
3
4
6 pdfflip - rotate the pages of pdf files
7
9 pdfflip [OPTION [OPTION] ...] [SRC [PAGESPEC] [SRC [PAGESPEC]] ...]
10
12 pdfflip reflects (left-right) the pages of files in the Adobe Portable
13 Document Format (PDF).
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 pdfflip 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 '-flipped' applied to their names
24 by default. To change the suffix, use the '--suffix' option, for exam‐
25 ple
26
27 pdfflip --suffix 'reflected' --batch myfile1.pdf myfile2.pdf
28
29 will result in files named 'myfile1-reflected.pdf' and
30 'myfile2-reflected.pdf'.
31
32 pdfflip 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 pdfflip 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 pdfflip 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 pdfflip is written and maintained by David Firth as part of the PDFjam
64 package.
65
66
67
68
69 10 March 2010 pdfflip(1)