pages.*/*: remove double spaces (#14856)

This commit is contained in:
Lena
2024-11-17 16:03:22 +01:00
committed by GitHub
parent 3a97d7dc7a
commit 7ed998ee1a
116 changed files with 116 additions and 116 deletions

View File

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