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) No edit summary |
Walttheboss (talk | contribs) |
||
Line 1: | Line 1: | ||
== Batch Convert to pdf == | ==Batch Convert to pdf== | ||
<br /> | this will convert all odt files to pdf within the same folder<br /><code>libreoffice --headless --convert-to pdf *.odt</code> | ||
<code>libreoffice --headless --convert-to pdf *.odt</code> |
Revision as of 16:28, 11 March 2021
Batch Convert to pdf
this will convert all odt files to pdf within the same folderlibreoffice --headless --convert-to pdf *.odt