IT/Software/Applications/LibreOffice/Writer: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
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 folder
libreoffice --headless --convert-to pdf *.odt