mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 07:50:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mutool
|
||||
|
||||
> Convert, query information and extract data from PDF files.
|
||||
> Convert, query information, and extract data from PDF files.
|
||||
> More information: <https://mupdf.readthedocs.io/en/latest/tools/mutool.html>.
|
||||
|
||||
- Convert a range of pages to PNGs (Note: `%nd` in the output placeholder must be replaced with a print modifier like `%d` or `%2d`):
|
||||
@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`mutool info {{path/to/input.pdf}}`
|
||||
|
||||
- Extract all images, fonts and resources embedded in a PDF to the current directory:
|
||||
- Extract all images, fonts, and resources embedded in a PDF to the current directory:
|
||||
|
||||
`mutool extract {{path/to/input.pdf}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user