wok-next annotate mupdf/description.mupdf-tools.txt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
rev   line source
al@20668 1 The command line tools are all gathered into one umbrella command: `mutool`.
al@20668 2
al@20668 3 For rendering and converting documents there are three commands available:
al@20668 4
al@20668 5 * `mutool draw`: This is the more customizable tool, but also has a more
al@20668 6 difficult set of command line options. It is primarily used for rendering
al@20668 7 a document to image files.
al@20668 8 * `mutool convert`: This tool is used for converting documents into other
al@20668 9 formats, and is easier to use.
al@20668 10 * `mutool trace`: This is a debugging tool used for printing a trace of the
al@20668 11 graphics device calls on a page.
al@20668 12
al@20668 13 There are also several tools specifically for working with PDF files:
al@20668 14
al@20668 15 * `mutool show`: A tool for displaying the internal objects in a PDF file.
al@20668 16 * `mutool extract`: Extract images and embedded font resources.
al@20668 17 * `mutool clean`: Rewrite PDF file. Used to fix broken files, or to make
al@20668 18 a PDF file human editable.
al@20668 19 * `mutool merge`: Merge pages from multiple input files into a new PDF.
al@20668 20 * `mutool create`: Create a new PDF file from a text file with graphics
al@20668 21 commands.
al@20668 22 * `mutool portfolio`: Manipulate PDF portfolios.
al@20668 23
al@20668 24 And finally, there is a tool for doing anything you can imagine:
al@20668 25
al@20668 26 * `mutool run`: A tool for running Javascript programs with access to the
al@20668 27 MuPDF library functions.