mupdf.1 3.6 KB

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