Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/docs/tools/mutool-audit.rst @ 38:8934ac156ef5
Allow to build with the PyPI package "clang" instead of "libclang".
1. It seems to be maintained.
2. In the FreeBSD base system there is no pre-built libclang.so. If you
need this library you have to install llvm from ports additionally.
2. On FreeBSD there is no pre-built wheel "libclang" with a packaged
libclang.so.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 23 Sep 2025 10:27:15 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
mutool audit ============ The ``audit`` command prints a report of operator and space usage for a PDF file. .. code-block:: bash mutool audit [options] file ``[options]`` Options are as follows: ``-o`` output file Use the specified filename for the produced HTML report. ``file`` Input file name. The input must be a PDF file. The report takes the form of an HTML document. The report assumes a fair degree of familiarity with the PDF format. The first section of the file gives figures for the proportions of the file that are objects vs the overheads for storing those objects, for both objects inside and outside of ObjStms. It also lists the size of as a percentage of the whole file. The second section of the file gives figures for the usage of the different objects within the file. The classification of objects is simplistic, but works in most cases. The final section of the file gives figures for the frequency of use of different graphical operators within operator streams. These figures should be taken as being indicative, rather than 100% accurate.
