comparison mupdf-source/docs/tools/mutool-info.rst @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 mutool info
2 ==========================================
3
4 The ``info`` command shows info about the objects on pages in an input file. For each page the page object number is shown, and then detailed information about the desired objects.
5
6 .. code-block:: bash
7
8 mutool info [options] file [pages]
9
10 ``[options]``
11 Options are as follows:
12
13 ``-p`` password
14 Use the specified password if the file is encrypted.
15
16 ``-F``
17 List fonts.
18
19 ``-I``
20 List images.
21
22 ``-M``
23 List dimensions.
24
25 ``-P``
26 List patterns.
27
28 ``-S``
29 List shadings.
30
31 ``-X``
32 List form and postscript xobjects.
33
34 ``-Z``
35 List ZUGFeRD info.
36
37 ``file``
38 The input file.
39
40 ``[pages]``
41 Comma separated list of page numbers and ranges. If no pages are
42 supplied then all document pages will be considered for the output
43 file.