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.
Line 1: Line 1:
==Batch Convert to pdf==
==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