comparison mupdf-source/docs/tools/mutool-info.rst @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
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.