Vous n'êtes pas identifié(e).
Pages : 1
Merci par avance pour votre aide.
Dernière modification par wardidi (13-03-2024 18:38:35)
En ligne
- Print the output of a command to the default printer (see lpstat command):
echo "test" | lp
- Print a file to the default printer:
lp path/to/filename
- Print a file to a named printer (see lpstat command):
lp -d printer_name path/to/filename
- Print N copies of file to default printer (replace N with desired number of copies):
lp -n N path/to/filename
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
lp -P 1,3-5,16 path/to/filename
- Resume pri- Print the output of a command to the default printer (see lpstat command):
echo "test" | lp
- Print a file to the default printer:
lp path/to/filename
- Print a file to a named printer (see lpstat command):
lp -d printer_name path/to/filename
- Print N copies of file to default printer (replace N with desired number of copies):
lp -n N path/to/filename
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
lp -P 1,3-5,16 path/to/filename
- Resume printing a job:
lp -i job_id -H resume
nting a job:
lp -i job_id -H resume
-->les cahiers du debutant<-- WikiDF-->Découvrir les principales commandes Linux<--
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde
En ligne
hello
essai voir avec la commande lplp %F
tldr lp a écrit :- Print the output of a command to the default printer (see lpstat command):
echo "test" | lp
- Print a file to the default printer:
lp path/to/filename
- Print a file to a named printer (see lpstat command):
lp -d printer_name path/to/filename
- Print N copies of file to default printer (replace N with desired number of copies):
lp -n N path/to/filename
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
lp -P 1,3-5,16 path/to/filename
- Resume pri- Print the output of a command to the default printer (see lpstat command):
echo "test" | lp
- Print a file to the default printer:
lp path/to/filename
- Print a file to a named printer (see lpstat command):
lp -d printer_name path/to/filename
- Print N copies of file to default printer (replace N with desired number of copies):
lp -n N path/to/filename
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
lp -P 1,3-5,16 path/to/filename
- Resume printing a job:
lp -i job_id -H resume
nting a job:
lp -i job_id -H resume
Salut croutons et merci.
Pas mieux avec
rien ne souvre ni bouge.
J'ai essayé dans un terminal. Après avoir supprimer les espaces des noms de dossier et document j'ai:
Si j'ai bien compris lpstat devrait me donner l'imprimante par défaut, mais là aucun retour.
En ligne
Ca fonctionne.
Je continue de chercher pour convertir en pdf. Je creuse avec libreoffice qui fait l'exportation pdf.
EDIT:
Avec man libreoffice j'ai trouvé pour convertir en pdf
L'export se fait dans le dossier initial.
Pour l'export vers un autre dossier
.
Si il y a une solution "plus propre", je suis preneur. Avec cette méthode je reste dépendant de libreoffice.
Merci croutons
Dernière modification par wardidi (13-03-2024 16:51:34)
En ligne
Pages : 1