update
This commit is contained in:
19
convertir un pdf en png.md
Normal file
19
convertir un pdf en png.md
Normal file
@@ -0,0 +1,19 @@
|
||||
up:: [[terminal commandes|utilitaires ligne de commande]]
|
||||
#informatique
|
||||
|
||||
|
||||
# Avec `pdftoppm`
|
||||
|
||||
Installation : `brew install poppler`
|
||||
|
||||
```bash
|
||||
pdftoppm -png file.pdf > output.png
|
||||
```
|
||||
|
||||
# Avec `imagemagick`
|
||||
|
||||
Installation : `brew install imagemagick`
|
||||
|
||||
```bash
|
||||
convert file.pdf output.png
|
||||
```
|
Reference in New Issue
Block a user