logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

mupdf.1 (3713B)


  1. .TH MUPDF 1 "Jul 30, 2019"
  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. .SH OPTIONS
  27. A description of each of the supported options is included below.
  28. .TP
  29. .B \-p password
  30. Uses the given password to open an encrypted PDF file.
  31. The password is tried both as user and owner password.
  32. .TP
  33. .B \-r resolution
  34. Changes the initial zoom level, specified as the resolution in dpi.
  35. The default value is 72.
  36. .TP
  37. .B \-A bits
  38. Changes the anti-aliasing quality, specified as a number of bits between 0
  39. (off) and 8 (best).
  40. The default value is 8.
  41. .TP
  42. .B \-C RRGGBB
  43. Sets the full-page tint using hexadecimal color syntax.
  44. The default value 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.
  61. In presentation mode 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.
  68. Panning beyond the bottom or top
  69. edge will go to the next or previous page.
  70. .TP
  71. .B Right mouse button drag
  72. Select text in an area.
  73. On X11, the selected text
  74. can be pasted in another application with a middle click.
  75. Press
  76. .B Ctrl+C
  77. to copy the selected text to the clipboard.
  78. On Windows, the selected text will automatically be copied
  79. to the clipboard.
  80. .TP
  81. .B Scroll wheel
  82. Pan page up or down.
  83. Does not change page when reaching the bottom or top edge.
  84. .TP
  85. .B Shift + Scroll wheel
  86. Pan page left or right.
  87. .TP
  88. .B Control + Scroll wheel
  89. Zoom in or out.
  90. .SH KEY BINDINGS
  91. .PP
  92. Page navigation:
  93. .TP
  94. .B . pgdn space
  95. Go to the next page.
  96. .TP
  97. .B , pgup b backspace
  98. Go to the previous page.
  99. .TP
  100. .B 123g
  101. Go to page 123.
  102. .TP
  103. .B g, G
  104. Go to the first or last page.
  105. .TP
  106. .B m
  107. Mark current page for snap back.
  108. Up to 256 pages can be marked.
  109. .TP
  110. .B t
  111. Pop back to the latest mark.
  112. .TP
  113. .B [0\(en9]m
  114. Save the current page number in the numbered register.
  115. .TP
  116. .B [0\(en9]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 z
  131. Reset zoom level.
  132. .TP
  133. .B [, ]
  134. Rotate page left (counter-clockwise) or right (clockwise).
  135. .TP
  136. .B w
  137. Shrinkwrap window to fit the page.
  138. .TP
  139. .B f
  140. Toggles fullscreen mode.
  141. .PP
  142. Panning:
  143. .TP
  144. .B h, left, j, k, l, right
  145. Pan page left, down, up, or right.
  146. .PP
  147. Searching:
  148. .TP
  149. .B /, ?
  150. Search for text forwards or backwards.
  151. .TP
  152. .B n, N
  153. Find the next/previous search result.
  154. .PP
  155. Miscellaneous:
  156. .TP
  157. .B <, >
  158. Increase/decrease EPUB/XHTML font size.
  159. .TP
  160. .B r
  161. Reload file.
  162. .TP
  163. .B p
  164. Toggle presentation mode.
  165. .TP
  166. .B c
  167. Toggle between color and grayscale rendering.
  168. .TP
  169. .B C
  170. Toggle full-page color tinting.
  171. .TP
  172. .B I
  173. Toggle between normal and inverted color rendering.
  174. .TP
  175. .B E
  176. Toggle ICC color mode.
  177. .TP
  178. .B e
  179. Toggle spot color mode.
  180. .TP
  181. .B S
  182. Save updated document file.
  183. .TP
  184. .B q
  185. Quit.
  186. .SH SIGNALS
  187. .TP
  188. .B SIGHUP
  189. Sending a \fBSIGHUP\fR signal to the mupdf process will also cause the viewed
  190. file to be reloaded automatically, for use in e.g.\& build scripts.
  191. .SH SEE ALSO
  192. .BR mutool (1).
  193. .SH AUTHOR
  194. MuPDF is Copyright 2006\(en2019 Artifex Software, Inc.