pages.*/*: remove double spaces (#14856)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
`img2pdf {{path/to/file.gif}} --first-frame-only --output {{path/to/file.pdf}}`
|
||||
|
||||
- Auto orient the image, use a specific page size in landscape mode, and set a border of specific sizes horizontally and vertically:
|
||||
- Auto orient the image, use a specific page size in landscape mode, and set a border of specific sizes horizontally and vertically:
|
||||
|
||||
`img2pdf {{path/to/image.ext}} --auto-orient --pagesize {{A4^T}} --border {{2cm}}:{{5.1cm}} --output {{path/to/file.pdf}}`
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> Create a squashfs filesystem from a tar archive.
|
||||
> More information: <https://manned.org/sqfstar>.
|
||||
|
||||
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed tar archive:
|
||||
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed tar archive:
|
||||
|
||||
`sqfstar {{filesystem.squashfs}} < {{archive.tar}}`
|
||||
|
||||
|
Reference in New Issue
Block a user