User Tools

Site Tools


educare:unoconv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
educare:unoconv [2020/04/16 18:18] profproeducare:unoconv [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +  $ unoconv --show
 +
 +Al primo avvio "unoconv" potrebbe dare errore per la mancanza di file di configurazione. La seconda volta va meglio
 +Il formato di output predefinito è pdf ma può essere personalizzato
 +
 +Esempio che converte ODT in DOCX
 +
 +  $ unoconv -d document --format=docx *.odt 
 +
 +Esempio che converte ODT in PDF
 +
 +  unoconv -d document --format=pdf *.odt
 +
 +====Tutorial====
 +==Come abbassare la qualità di un PDF esempio1.pdf==
 +
 +  unoconv -d document  --format=odt esempio1.pdf
 +
 +  mv esempio1.pdf vecchio1.pdf
 +
 +  unoconv -d document -e Resolution=150 -e Quality=80 --format=pdf esempio1.odt