summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/pdfflip.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/pdfflip.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfflip.173
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/pdfflip.1 b/Master/texmf-dist/doc/man/man1/pdfflip.1
new file mode 100644
index 00000000000..9761790d9f6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/pdfflip.1
@@ -0,0 +1,73 @@
+.TH "pdfflip" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfflip \- rotate the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdfflip [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfflip reflects (left-right) the pages of files in the Adobe Portable Document Format (PDF)\&.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfflip operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-flipped' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfflip --suffix 'reflected' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-reflected.pdf' and 'myfile2-reflected.pdf'.
+.PP
+pdfflip is a simple wrapper for pdfjam, which is a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex with
+the pdfpages package is required\&.
+.PP
+pdfflip is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+ pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfflip does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfflip is written and maintained by David Firth as part of the PDFjam package\&.
+