How to print multiple files at once in ubuntu?

Asked by Hanen Ben Rhouma

Does anybody know how to print multiple files at once in Ubuntu?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hemanth (hemanth-hm) said :
#1

Hi Hanen Ben Rhouma ,

you can use the following command to print multiple files , say for example you have pdf files then ,

$ lp *.pdf -d name_of_your_printer

Revision history for this message
serge k (serge-kobsa) said :
#2

This does not work in Jaunty with the cups-pdf printer. Only the first file in the list gets printed.
Does anyone know how to print multiple files?
Thanks.

Revision history for this message
serge k (serge-kobsa) said :
#3

This does not work in Jaunty with the cups-pdf printer. Only the first file in the list gets printed.
Does anyone know how to print multiple files?
Thanks.

Revision history for this message
serge k (serge-kobsa) said :
#4

Some more searching produced a bash script:

for arg
do
lpr $arg -P [name of printer]
done

If installed as a nautilus-script, you can use it to multiple select files in Nautilus and right-click print them all.

Can you help with this problem?

Provide an answer of your own, or ask Hanen Ben Rhouma for more information if necessary.

To post a message you must log in.