une solution m'a été indiquée elle se trouve
il faut installer mozplugger, j'ai du décrire ça par là
http://www.debutgland.org/viewtopic.php?id=683
---------------------------------------------
On installe MozPlugger qui permet d'utiliser dans Mozilla des applications à travers ce plugin.
sudo apt-get install mozplugger
On édite le fichier de configuration
kate /etc/mozpluggerrc
On trouve les lignes correspondantes au format PDF et postcript,
qu'on va remplacer par les suivantes.
Code:
application/pdf: pdf: PDF file
application/x-pdf: pdf: PDF file
text/pdf: pdf: PDF file
text/x-pdf: pdf: PDF file
repeat noisy swallow(kpdf) fill: kpdf "$file"
repeat swallow(documentShell) fill: acroread -geometry +9000+9000 +useFrontEndProgram "$file"
repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
et
Code:
application/x-postscript: ps: PostScript file
application/postscript: ps: PostScript file
repeat noisy swallow(kpdf) fill: kpdf "$file"
repeat swallow(Pageview) fill: pageview "$file"
merci