Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -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}}`