PDF: Difference between revisions

From hugovil.com
Jump to navigationJump to search
Created page with "=Installation de style file latex= Éxécuter la commande: mktexlsr après avoir installé le fichier .sty =Installation CUPS-PDF= Sur le serveur (web admin interface, port 631, http://localhost:631/), cliquer sur "Find New Printer" Sélectionner "Generic Make" Model: Sélectionner "Generic CUPS-PDF Printer (en)" =Combiner plusieurs documents PDF en un seul= $> gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf Si le..."
 
No edit summary
 
Line 28: Line 28:


   $> pdf90
   $> pdf90
= Niveau de zoom dans Evince =
the maximal zoom is constrained by page cache size so by setting higher value you should be able to get higher zoom:
  gsettings set org.gnome.Evince page-cache-size 200

Latest revision as of 19:29, 2 April 2026

Installation de style file latex

Éxécuter la commande:

 mktexlsr

après avoir installé le fichier .sty


Installation CUPS-PDF

 Sur le serveur (web admin interface, port 631, http://localhost:631/), cliquer sur "Find New Printer"
 Sélectionner "Generic Make"

 Model: Sélectionner "Generic CUPS-PDF Printer (en)"

Combiner plusieurs documents PDF en un seul

 $> gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf

Si les sources sont des images, on peut utiliser ImageMagick:

 $> convert *.gif foo.pdf


Changer l'orientation d'un document PDF

 $> gs -sDEVICE=pdfwrite -sOutputFile=output.pdf -dNOPAUSE -dBATCH -dEPSCrop -c "<</Orientation 2>> setpagedevice" -f file1.pdf
 $> pdf90


Niveau de zoom dans Evince

the maximal zoom is constrained by page cache size so by setting higher value you should be able to get higher zoom:

 gsettings set org.gnome.Evince page-cache-size 200