Difference between revisions of "Documentation/SL/FAQ/General/PaketnoTiskanje"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: {{DISPLAYTITLE:Ali obstaja način tiskanja več datotek, ne da bi jih bilo potrebno posamično odpreti v OOo?}} <section begin=question/> '''Is there a way to print a batch of files witho...)
 
Line 2: Line 2:
  
 
<section begin=question/>
 
<section begin=question/>
'''Is there a way to print a batch of files without opening each of them in OOo?'''
+
'''Ali obstaja način tiskanja več datotek, ne da bi jih bilo potrebno posamično odpreti v OOo?'''
 
<section end=question/>
 
<section end=question/>
  

Revision as of 17:11, 5 May 2008


Ali obstaja način tiskanja več datotek, ne da bi jih bilo potrebno posamično odpreti v OOo?


You can print a batch of files by printing from the command line. I have tested this in Ubuntu Linux but it should work in any Linux or Windows.

openoffice -pt "PRINTER-NAME" FILENAME

where:

PRINTER-NAME is the name of your printer as shown in the "File|Print" menu.
FILENAME is the name of the file you wish to print

e.g. To print the spreadsheet 'accounts.ods'

openoffice -pt "PSC-2350" accounts.ods

You can print a batch of files by using a wildcard in the filename.

e.g. To print all the spreadsheets in the current directory:

openoffice -pt "PSC-2350" *.ods
Personal tools