「MuPDF」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(文字列「http://www.adobe.com/」を「https://www.adobe.com/」に置換)
 
(2人の利用者による、間の4版が非表示)
3行目: 3行目:
 
{{Related articles start}}
 
{{Related articles start}}
 
{{Related|llpp}}
 
{{Related|llpp}}
  +
{{Related|zathura}}
  +
{{Related|アプリケーション一覧/ドキュメント#文章リーダー・ビューア}}
 
{{Related articles end}}
 
{{Related articles end}}
   
17行目: 19行目:
 
== 使用方法 ==
 
== 使用方法 ==
   
MuPDF はコマンドラインから {{ic|mupdf filename.pdf}} で起動できます。使用できる引数: パスワードを指定する {{ic|-d ''password''}}、ズーム率を指定する {{ic|-z N%}}、最初にページを選択する {{ic|-p N}}。詳しくは {{man|1|mupdf|url=http://mupdf.com/docs/manual}} を参照。
+
MuPDF はコマンドラインから {{ic|mupdf filename.pdf}} で起動できます。使用できる引数: パスワードを指定する {{ic|-d ''password''}}、ズーム率を指定する {{ic|-z N%}}、最初にページを選択する {{ic|-p N}}。詳しくは {{man|1|mupdf|url=https://mupdf.com/docs/manual}} を参照。
   
 
ファイル内での移動はキーボードショートカットとマウス操作で出来ます。
 
ファイル内での移動はキーボードショートカットとマウス操作で出来ます。
   
 
拡大している場合、左マウスボタンを使ってドキュメントを移動できます。右マウスボタンを押しながらマウスを移動すると領域が選択され、テキストがコピーされます。中マウスボタンを押すとテキストが貼り付けられます。
 
拡大している場合、左マウスボタンを使ってドキュメントを移動できます。右マウスボタンを押しながらマウスを移動すると領域が選択され、テキストがコピーされます。中マウスボタンを押すとテキストが貼り付けられます。
  +
  +
=== MuPDF ===
  +
  +
Supported arguments are {{ic|-d ''password''}} for required passwords, {{ic|-z N%}} for the zoom level and {{ic|-p N}} for the first selected page and more.
  +
  +
When zoomed in, the document can be moved by using the left mouse button. Pressing the right mouse button while moving the mouse will mark an area, and all text will be copied and can be inserted by clicking the middle mouse button.
  +
  +
=== MuPDF GL ===
  +
  +
Press {{ic|I}} to invert colours. See [https://mupdf.com/docs/manual-mupdf-gl.html] for the manual or press {{ic|F1}} for help.
  +
  +
=== Set as default PDF viewer ===
  +
  +
$ xdg-mime default mupdf.desktop application/pdf
  +
  +
For more information on setting default applications see [[XDG MIME Applications]].
  +
  +
  +
=== Annotation Support ===
  +
  +
To access annotation menu, simply press {{ic|a}}, a sidebar for annotation will appear which support almost all standard PDF annotations tools (available at least in {{Pkg|mupdf-gl}}) .
   
 
== 参照 ==
 
== 参照 ==
   
* [http://mupdf.com/ MuPDF ウェブサイト]
+
* [https://mupdf.com/ MuPDF ウェブサイト]
 
* [http://poppler.freedesktop.org/ Poppler ウェブサイト]
 
* [http://poppler.freedesktop.org/ Poppler ウェブサイト]
 
* [https://www.adobe.com/devnet/pdf/pdf_reference.html Page „PDF reference“ from Adobe]
 
* [https://www.adobe.com/devnet/pdf/pdf_reference.html Page „PDF reference“ from Adobe]

2021年7月23日 (金) 14:38時点における最新版

関連記事

MuPDF はポータブルな C 言語で書かれた軽量な PDF ビューアでありツールキットです。MuPDF は XPS, OpenXPS, ePub ドキュメントも読み込みます。

MuPDF のレンダラは高品質なアンチエイリアスグラフィックで最適化されています。印刷紙を画面上で再現するために、1ピクセル以下の精度でテキストをレンダリングするほどハイファイです。

MuPDF は PDF 1.7 が要求する全ての静的関数をサポートしており、poppler ベースの pdf アプリケーションも軽量に動作します。

インストール

mupdf パッケージをインストールしてください。開発版は mupdf-gitAUR でインストールできます。

使用方法

MuPDF はコマンドラインから mupdf filename.pdf で起動できます。使用できる引数: パスワードを指定する -d password、ズーム率を指定する -z N%、最初にページを選択する -p N。詳しくは mupdf(1) を参照。

ファイル内での移動はキーボードショートカットとマウス操作で出来ます。

拡大している場合、左マウスボタンを使ってドキュメントを移動できます。右マウスボタンを押しながらマウスを移動すると領域が選択され、テキストがコピーされます。中マウスボタンを押すとテキストが貼り付けられます。

MuPDF

​ Supported arguments are -d password for required passwords, -z N% for the zoom level and -p N for the first selected page and more. ​ When zoomed in, the document can be moved by using the left mouse button. Pressing the right mouse button while moving the mouse will mark an area, and all text will be copied and can be inserted by clicking the middle mouse button. ​

MuPDF GL

​ Press I to invert colours. See [1] for the manual or press F1 for help. ​

Set as default PDF viewer

$ xdg-mime default mupdf.desktop application/pdf

For more information on setting default applications see XDG MIME Applications. ​

Annotation Support

​ To access annotation menu, simply press a, a sidebar for annotation will appear which support almost all standard PDF annotations tools (available at least in mupdf-gl) .

参照