device-60.home 2025-9-12:12:47:40

This commit is contained in:
oskar
2025-09-12 12:47:40 +02:00
parent 9ece8a4928
commit c1663c8e5a

View File

@@ -1,5 +1,11 @@
up:: [[terminal commandes|utilitaires ligne de commande]] ---
#s/informatique up:
- "[[terminal commandes]]"
tags:
- s/informatique
aliases:
- pdf to png
---
# Avec `pdftoppm` # Avec `pdftoppm`
@@ -15,5 +21,6 @@ pdftoppm -png file.pdf > output.png
Installation : `brew install imagemagick` Installation : `brew install imagemagick`
```bash ```bash
convert file.pdf output.png magick file.pdf output.png
``` ```