IT/Software/Applications/LibreOffice/Writer: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) |
Walttheboss (talk | contribs) |
||
Line 1: | Line 1: | ||
== | ==Convert to pdf== | ||
convert a doc to pdf | |||
<code>soffice --headless --convert-to pdf sourceFile.odt</code> | |||
this will convert all odt files to pdf within the same folder | this will convert all odt files to pdf within the same folder | ||
<code>libreoffice --headless --convert-to pdf *.odt</code> | <code>libreoffice --headless --convert-to pdf *.odt</code> |
Revision as of 10:09, 10 February 2022
Convert to pdf
convert a doc to pdf
soffice --headless --convert-to pdf sourceFile.odt
this will convert all odt files to pdf within the same folder
libreoffice --headless --convert-to pdf *.odt