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

From Apache OpenOffice Wiki
Jump to: navigation, search
(prevod v slo)
 
Line 6: Line 6:
  
 
<section begin=answer/>
 
<section begin=answer/>
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.
+
Več datotek lahko natisnete iz ukazne vrstice. To je preizkušeno v sistemu Ubuntu Linux, moralo pa bi delovati tudi v drugih sistemih Linux in Windows.
  
 
  openoffice -pt "PRINTER-NAME" FILENAME
 
  openoffice -pt "PRINTER-NAME" FILENAME
  
where:
+
kjer je:
  PRINTER-NAME is the name of your printer as shown in the "File|Print" menu.
+
  PRINTER-NAME ime vašega tiskalnika, kot je prikazano v meniju "File|Print" (Datoteka|Natisni).
  FILENAME is the name of the file you wish to print
+
  FILENAME ime datoteke, ki jo želite natisniti.
  
e.g. To print the spreadsheet 'accounts.ods'
+
Primer: Če želite natisniti preglednico 'racuni.ods'
  
  openoffice -pt "PSC-2350" accounts.ods
+
  openoffice -pt "PSC-2350" racuni.ods
  
You can print a batch of files by using a wildcard in the filename.
+
Za tiskanje več datotek hkrati uporabite v imenu datoteke nadomestni znak.
  
e.g. To print all the spreadsheets in the current directory:
+
Primer: Če želite natisniti vse preglednice v trenutnem imeniku:
 
  openoffice -pt "PSC-2350" *.ods
 
  openoffice -pt "PSC-2350" *.ods
 
<section end=answer/>
 
<section end=answer/>
  
 
[[Category:Documentation/SL/FAQ/General]]
 
[[Category:Documentation/SL/FAQ/General]]

Latest revision as of 10:27, 5 January 2009


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


Več datotek lahko natisnete iz ukazne vrstice. To je preizkušeno v sistemu Ubuntu Linux, moralo pa bi delovati tudi v drugih sistemih Linux in Windows.

openoffice -pt "PRINTER-NAME" FILENAME

kjer je:

PRINTER-NAME ime vašega tiskalnika, kot je prikazano v meniju "File|Print" (Datoteka|Natisni).
FILENAME ime datoteke, ki jo želite natisniti.

Primer: Če želite natisniti preglednico 'racuni.ods'

openoffice -pt "PSC-2350" racuni.ods

Za tiskanje več datotek hkrati uporabite v imenu datoteke nadomestni znak.

Primer: Če želite natisniti vse preglednice v trenutnem imeniku:

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