mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-12 21:35:25 +02:00

* pages.nl/common/a*: update Dutch translation, fix English typo's * Update pages/common/asciinema.md * Update act.md * Update pages.nl/common/act.md * Update age-keygen.md Co-authored-by: Leon <leonvsc@users.noreply.github.com> * pages.nl/common/b*: update Dutch translation (#16248) * pages.nl/common/b*: update Dutch translation * Update pages.nl/common/bc.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * certbot: update Dutch translation * Update certbot.md * Fix typos --------- Co-authored-by: Leon <leonvsc@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
32 lines
911 B
Markdown
32 lines
911 B
Markdown
# a2ping
|
|
|
|
> Converteer afbeeldingen in EPS- of PDF-bestanden.
|
|
> Meer informatie: <https://manned.org/a2ping>.
|
|
|
|
- Converteer een afbeelding naar PDF (Let op: het opgeven van een uitvoerbestandsnaam is optioneel):
|
|
|
|
`a2ping {{pad/naar/afbeelding.ext}} {{pad/naar/uitvoer.pdf}}`
|
|
|
|
- Comprimeer het document met behulp van de opgegeven methode:
|
|
|
|
`a2ping --nocompress {{none|zip|best|flate}} {{pad/naar/bestand}}`
|
|
|
|
- Scan HiResBoundingBox indien aanwezig (Let op: de standaard is yes):
|
|
|
|
`a2ping --nohires {{pad/naar/bestand}}`
|
|
|
|
- Sta pagina-inhoud onder en links van de oorsprong toe (Let op: de standaard is no):
|
|
|
|
`a2ping --below {{pad/naar/bestand}}`
|
|
|
|
- Geef extra argumenten door aan `gs`:
|
|
|
|
`a2ping --gsextra {{arguments}} {{pad/naar/bestand}}`
|
|
|
|
- Geef extra argumenten mee aan het externe programma (bijv. `pdftops`):
|
|
|
|
`a2ping --extra {{arguments}} {{pad/naar/bestand}}`
|
|
|
|
- Toon de help:
|
|
|
|
`a2ping {{[-h|--help]}}`
|