LesSix, Ltm, Soleiade, Trois, Robots, Bureaucrates, Administrateurs d’interface, ltm, soleil, Modérateurs, Administrateurs, trois, Modificateurs de widgets
5 848
modifications
(Page créée avec « ==Réduire le poids des images dans un fichier PDF== * https://askubuntu.com/questions/207447/how-to-reduce-the-size-of-a-pdf-file '''Extrait :''' I was able to make a slight variation on your command successful using the -r300 option from @drN The -r option allows you to set the output resolution in the pdf as well as png. <code>gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default \ -dNOPAUSE -dQUIET -dBATCH -dDetectDuplicateImages \ -dC... ») |
|||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
== Parapher un document contenant de nombreuses pages == | |||
# Avoir les signatures et paraphes sur une page de LibreOffice Draw au format vectoriel, après avoir vectorisé ces images via Inkscape | |||
# Copier le paraphe depuis Draw, vers le pdf dans Xournal++ (y avoir au préalable activé le plugin "LayerActions") | |||
# Cloner le paraphe sur les pages suivantes via "Plugin > Clone non-backgroud layers to next page (Maj+Ctrl+C)" | |||
#Éditer les propriétés du pdf (son titre, et différentes informations ajoutées automatiquement par Xournal++), avec "PDF Arranger" permet au passage d'alléger le document. | |||
==Réduire le poids des images dans un fichier PDF== | ==Réduire le poids des images dans un fichier PDF== | ||
=== Simple === | |||
* https://www.shellhacks.com/linux-compress-pdf-reduce-pdf-size/ | |||
'''Extrait'''<blockquote>Run the following command to compress and reduce the size of the <code>LARGE.pdf</code> file and save the result to the <code>SMALL.pdf</code> file:</blockquote> | |||
$ ps2pdf LARGE.pdf SMALL.pdf | |||
=== Détaillé === | |||
* https://askubuntu.com/questions/207447/how-to-reduce-the-size-of-a-pdf-file | * https://askubuntu.com/questions/207447/how-to-reduce-the-size-of-a-pdf-file | ||
'''Extrait | '''Extrait'''<blockquote>I was able to make a slight variation on your command successful using the -r300 option from @drN The -r option allows you to set the output resolution in the pdf as well as png.</blockquote> | ||
I was able to make a slight variation on your command successful using the -r300 option from @drN The -r option allows you to set the output resolution in the pdf as well as png. | |||
<code>gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default \ | <code>gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default \ | ||
-dNOPAUSE -dQUIET -dBATCH -dDetectDuplicateImages \ | -dNOPAUSE -dQUIET -dBATCH -dDetectDuplicateImages \ | ||
Ligne 33 : | Ligne 47 : | ||
== Autres pistes == | == Autres pistes == | ||
* https://doc.ubuntu-fr.org/pdf | * https://framalibre.org/tags/pdf | ||
*https://doc.ubuntu-fr.org/pdf | |||
* | * |
modifications