Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
.TH MUPDF 1 "March 15, 2010"
2
.\" Please adjust this date whenever revising the manpage.
3
.SH NAME
4
mupdf \- MuPDF is a lightweight PDF viewer written in portable C
5
.SH SYNOPSIS
6
.B mupdf
7
.RI [ options ] " PDFfile"
8
.SH DESCRIPTION
9
This manual page briefly describes the
10
.B mupdf
11
command.
12
.PP
13
.SH OPTIONS
14
A description of each of the supported options is included below.
15
.TP
16
.B \-p password
17
Uses the given password to open an encrypted PDF file.
18
The password is tried both as user and owner password.
19
.TP
20
.B \-r resolution
21
Changes the initial zoom level, specified as the resolution in dpi.
22
The default value is 72.
23
.SH MOUSE AND KEY BINDINGS
24
In addition to the key bindings described below, the mouse can also be
25
used. Clicking the left mouse button follows links within the PDF while
26
dragging with the left mouse button pans the page. Dragging with the right
27
mouse button selects an area and copies the enclosed text to the clipboard
28
buffer. Using the scroll-wheel while pressing Control zooms in/out, if
29
Shift is pressed on the other hand then the page is panned.
30
.TP
31
.B L, R
32
Rotate page left (clockwise) or right (counter-clockwise).
33
.TP
34
.B h, j, k, l
35
Scroll page left, down, up, or right.
36
.TP
37
.B \+, \-
38
Zoom in or out.
39
.TP
40
.B w
41
Shrinkwrap window to fit the page.
42
.TP
43
.B r
44
Reload file.
45
.TP
46
.B . pgdn right space
47
Go to the next page
48
.TP
49
.B , pgup left b
50
Go to the previous page
51
.TP
52
.B <, >
53
Skip back/forth 10 pages at a time.
54
.TP
55
.B m
56
Mark page for snap back.
57
.TP
58
.B t
59
Pop back to the latest mark.
60
.TP
61
.B [0-9]m
62
Save the current page number in the numbered register.
63
.TP
64
.B [0-9]t
65
Go to the page saved in the numbered register.
66
.TP
67
.B 123g
68
Go to page 123.
69
.TP
70
.B /
71
Search for text.
72
.TP
73
.B n, N
74
Find the next/previous search result.
75
.TP
76
.B c
77
Toggle between color and grayscale rendering.
78
.SH SEE ALSO
79
.BR pdfclean (1),
80
.BR pdfdraw (1),
81
.BR pdfshow (1).
82
.SH AUTHOR
83
MuPDF was written by Tor Andersson .
84
MuPDF is Copyright 2006-2010 Artifex Software, Inc.
85
.PP
86
This manual page was written by Sebastian Rasmussen .