1pdf90(1) pdf90(1)
2
3
4
6 pdf90 - rotate the pages of pdf files
7
9 pdf90 [OPTION [OPTION] ...] [SRC [PAGESPEC] [SRC [PAGESPEC]] ...]
10
12 pdf90 rotates the pages of files in the Adobe Portable Document Format
13 (PDF) through 90 degrees (anti-clockwise).
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 pdf90 operates on one or more PDF files, and (either with the '--batch'
22 option or with '--outfile DIR' where 'DIR' is a directory) the result‐
23 ing files have the suffix 'rotated90' applied to their names by
24 default. To change the suffix, use the '--suffix' option, for example
25
26 pdf90 --suffix '-turned' --batch myfile1.pdf myfile2.pdf
27
28 will result in files named 'myfile1-turned.pdf' and
29 'myfile2-turned.pdf'.
30
31 pdf90 is a simple wrapper for pdfjam, which is a front end to many of
32 the capabilities of the pdfpages package for pdflatex. A working
33 installation of pdflatex with the pdfpages package is required.
34
35 pdf90 is part of the "PDFjam" package of tools, whose homepage is at
36 http://go.warwick.ac.uk/pdfjam.
37
39 See http://go.warwick.ac.uk/pdfjam .
40
42 For the available options and site/user defaults, see the output of
43
44 pdfjam --help
45
46 For further information and some examples see http://go.war‐
47 wick.ac.uk/pdfjam .
48
50 pdf90 does not work with encrypted PDF files, and does not preserve
51 hyperlinks.
52
53 Please report bugs! See the website at http://go.warwick.ac.uk/pdfjam .
54
56 pdfjam(1).
57
59 PDFjam is distributed under the GNU public license.
60
62 pdf90 is written and maintained by David Firth as part of the PDFjam
63 package.
64
65
66
67
68 10 March 2010 pdf90(1)