mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pdf*: add short/long options (#22159)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`pdfattach -h`
|
||||
`pdfattach {{[-h|--help]}}`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
- Crea un 2-up PDF:
|
||||
|
||||
`pdfxup -o {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
`pdfxup {{[-o|--output]}} {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
|
||||
- Crea un PDF con 3 columnas y 2 líneas por página:
|
||||
|
||||
`pdfxup -x {{3}} -y {{2}} -o {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
`pdfxup {{[-x|--columns]}} {{3}} {{[-y|--rows]}} {{2}} {{[-o|--output]}} {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
|
||||
- Crea un PDF en modo cuadernillo (2-up, y las páginas se ordenan para formar un libro cuando se doblan):
|
||||
|
||||
`pdfxup -b -o {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
`pdfxup {{[-b|--booklet]}} {{[-o|--output]}} {{ruta/al/resultado.pdf}} {{ruta/a/la/entrada.pdf}}`
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
- A2 포스터를 4개의 A4 페이지로 변환:
|
||||
|
||||
`pdfposter --poster-size a2 {{입력_파일.pdf}} {{출력_파일.pdf}}`
|
||||
`pdfposter {{[-p|--poster-size]}} a2 {{입력_파일.pdf}} {{출력_파일.pdf}}`
|
||||
|
||||
- A4 포스터를 A3로 확대하고 2개의 A4 페이지 생성:
|
||||
|
||||
`pdfposter --scale 2 {{입력_파일.pdf}} {{출력_파일.pdf}}`
|
||||
`pdfposter {{[-s|--scale]}} 2 {{입력_파일.pdf}} {{출력_파일.pdf}}`
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`pdfattach -h`
|
||||
`pdfattach {{[-h|--help]}}`
|
||||
|
||||
- 버전 표시:
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
- 2-up PDF 생성:
|
||||
|
||||
`pdfxup -o {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
`pdfxup {{[-o|--output]}} {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
|
||||
- 페이지당 3열 및 2행으로 PDF 생성:
|
||||
|
||||
`pdfxup -x {{3}} -y {{2}} -o {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
`pdfxup {{[-x|--columns]}} {{3}} {{[-y|--rows]}} {{2}} {{[-o|--output]}} {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
|
||||
- 소책자 모드(2-up, 페이지가 접혔을 때 책 형태로 정렬)로 PDF 생성:
|
||||
|
||||
`pdfxup -b -o {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
`pdfxup {{[-b|--booklet]}} {{[-o|--output]}} {{경로/대상/출력.pdf}} {{경로/대상/입력.pdf}}`
|
||||
|
||||
Reference in New Issue
Block a user