1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/common/a2ping.md
Reinhart Previano Koentjoro d6d4561c17
pages*: fix documentation mistakes (#11641)
* a2ping: minor fixes

* ab: fix mnemonics

* ab: fix mnemonics

* ab: fix mnemonics

* abduco: add mnemonics

* accelerate: use Hugging Face as a trademark

* ack: highlight grep as a command

* acme.sh: highlight certbot as command

* act: add mnemonics

* ag: highlight ack as command

* age-keygen: add Oxford comma

* linux/shutdown: add mnemonics

* airdecap-ng: use Oxford comma

* alex: use standard path name template
2023-12-03 19:59:57 +07:00

32 lines
769 B
Markdown

# a2ping
> Convert images into EPS or PDF files.
> More information: <https://manned.org/a2ping>.
- Convert an image to PDF (Note: Specifying an output filename is optional):
`a2ping {{path/to/image.ext}} {{path/to/output.pdf}}`
- Compress the document using the specified method:
`a2ping --nocompress {{none|zip|best|flate}} {{path/to/file}}`
- Scan HiResBoundingBox if present (defaults to yes):
`a2ping --nohires {{path/to/file}}`
- Allow page content below and left of the origin (defaults to no):
`a2ping --below {{path/to/file}}`
- Pass extra arguments to `gs`:
`a2ping --gsextra {{arguments}} {{path/to/file}}`
- Pass extra arguments to external program (i.e `pdftops`):
`a2ping --extra {{arguments}} {{path/to/file}}`
- Display help:
`a2ping -h`