Batch Convert To PDF

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

from windows>

Open the command line by pressing the Windows key + R, then typing cmd.exe i
n the Run line.
Go to the directory where your ODF files are stored by typing cd C:\path\to\
your\folder
Convert your ODF files by typing :
soffice.exe --headless --convert-to pdf *.odt
lowriter --headless --convert-to pdf yourfiles*.odt
loffice --headless --convert-to pdf yourfile.odt
soffice -invisible -nologo -convert-to pdf *.odp
from linux > libreoffice --headless --convert-to pdf *.odt

You might also like