1MUPDF(1) General Commands Manual MUPDF(1)
2
3
4
6 mupdf - MuPDF is a lightweight PDF viewer written in portable C
7
8
10 mupdf [options] file
11
12
14 MuPDF is a document viewer that can show PDF, XPS, EPUB, XHTML, CBZ,
15 and various image formats such as PNG, JPEG, GIF, and TIFF.
16
18 A description of each of the supported options is included below.
19
20
21 -p password
22 Uses the given password to open an encrypted PDF file. The
23 password is tried both as user and owner password.
24
25 -r resolution
26 Changes the initial zoom level, specified as the resolution in
27 dpi. The default value is 72.
28
29 -A bits
30 Changes the anti-aliasing quality, specified as a number of bits
31 between 0 (off) and 8 (best). The default value is 8.
32
33 -C RRGGBB
34 Sets the full-page tint using hexadecimal color syntax. The
35 default value is FFFAF0.
36
37 -W width
38 Page width in points for EPUB layout.
39
40 -H height
41 Page height in points for EPUB layout.
42
43 -S size
44 Font size in points for EPUB layout.
45
46 -U CSS-file
47 User style sheet for EPUB layout.
48
49
51 Left mouse button click
52 A left click on a hyper link follows the link. In presentation
53 mode advances to the next page.
54
55 Right mouse button click
56 In presentation mode goes back to the previous page.
57
58 Left mouse button drag
59 Pan the page. Panning beyond the bottom or top edge will go to
60 the next or previous page.
61
62 Right mouse button drag
63 Select text in an area. On X11, the selected text can be pasted
64 in another application with a middle click. Press Ctrl+C to
65 copy the selected text to the clipboard. On Windows, the
66 selected text will automatically be copied to the clipboard.
67
68 Scroll wheel
69 Pan page up or down. Does not change page when reaching the
70 bottom or top edge.
71
72 Shift + Scroll wheel
73 Pan page left or right.
74
75 Control + Scroll wheel
76 Zoom in or out.
77
78
80 Page navigation:
81
82 . pgdn right space
83 Go to the next page.
84
85 , pgup left b backspace
86 Go to the previous page.
87
88 <, > Skip back/forth 10 pages at a time.
89
90 123g Go to page 123.
91
92 g, G Go to the first or last page.
93
94 m Mark current page for snap back. Up to 256 pages can be marked.
95
96 t Pop back to the latest mark.
97
98 [0-9]m Save the current page number in the numbered register.
99
100 [0-9]t Go to the page saved in the numbered register.
101
102
103 Zooming and rotating:
104
105 +, - Zoom in or out.
106
107 W, H Zoom page to exactly fit width/height of window.
108
109 Z Zoom page to fit either to width or height of window.
110
111 L, R Rotate page left (counter-clockwise) or right (clockwise).
112
113 w Shrinkwrap window to fit the page.
114
115 f Toggles fullscreen mode.
116
117
118 Panning:
119
120 h, j, k, l
121 Pan page left, down, up, or right.
122
123
124 Searching:
125
126 /, ? Search for text forwards or backwards.
127
128 n, N Find the next/previous search result.
129
130
131 Miscellaneous:
132
133 [, ] Increase/decrease EPUB/XHTML font size.
134
135 r Reload file.
136
137 p Toggle presentation mode.
138
139 c Toggle between color and grayscale rendering.
140
141 C Toggle full-page color tinting.
142
143 i Toggle between normal and inverted color rendering.
144
145 S Save updated document file.
146
147 q Quit.
148
149
151 SIGHUP Sending a SIGHUP signal to the mupdf process will also cause the
152 viewed file to be reloaded automatically, for use in e.g. build
153 scripts.
154
155
157 mutool(1).
158
159
161 MuPDF is Copyright 2006-2017 Artifex Software, Inc.
162
163
164
165 January 12, 2016 MUPDF(1)