« Linux tools PDF » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 31 : | Ligne 31 : | ||
== '''🧰 <code>pdftk</code> ''' == | == '''🧰 <code>pdftk</code> ''' == | ||
'''<code>pdftk</code>''' est un outil pour fusionner des fichiers pdf | '''<code>pdftk</code>''' est un outil pour fusionner des fichiers pdf | ||
<syntaxhighlight lang="bash"> | === 🚀 '''Utilisation de base''' === | ||
<syntaxhighlight lang="bash" copy>sudo apt-get install pdftk</syntaxhighlight> | |||
<syntaxhighlight lang="bash" copy>pdftk fichier1.pdf fichier2.pdf cat output fichier3.pdf</syntaxhighlight> | |||
</syntaxhighlight> | <syntaxhighlight lang="bash" copy>pdftk mon-document.pdf output mon-document.comprimé.pdf compress</syntaxhighlight> | ||
source https://debian-facile.org/doc:editeurs:pdftk | source https://debian-facile.org/doc:editeurs:pdftk | ||