mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 20:55:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,9 +8,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Convert PDF document pages to portable Pixmap (image formats).
|
||||
> More information: <https://manned.org/pdftoppm>.
|
||||
|
||||
- Specify the range of pages to convert (N-first page, M-last page):
|
||||
- Specify the range of pages to convert (`n` - first page, `m` - last page):
|
||||
|
||||
`pdftoppm -f {{N}} -l {{M}} {{path/to/file.pdf}} {{image_name_prefix}}`
|
||||
`pdftoppm -f {{n}} -l {{m}} {{path/to/file.pdf}} {{image_name_prefix}}`
|
||||
|
||||
- Convert only the first page of a PDF:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user