<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=LibreOffice_%2F_OpenOffice</id>
	<title>LibreOffice / OpenOffice - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=LibreOffice_%2F_OpenOffice"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=LibreOffice_/_OpenOffice&amp;action=history"/>
	<updated>2026-05-06T10:30:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=LibreOffice_/_OpenOffice&amp;diff=4920&amp;oldid=prev</id>
		<title>Torben at 20:52, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=LibreOffice_/_OpenOffice&amp;diff=4920&amp;oldid=prev"/>
		<updated>2024-10-30T20:52:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Software]]&lt;br /&gt;
===OpenOffice Calc===&lt;br /&gt;
see [[OpenOffice Calc|here]]&lt;br /&gt;
&lt;br /&gt;
===batch convert docs to pdf===&lt;br /&gt;
 lowriter --invisible --headless  --convert-to pdf:writer_pdf_Export *.odt&lt;br /&gt;
 # (Windows: &amp;quot;--&amp;quot; -&amp;gt; &amp;quot;-&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Does only work if LibreOffice / OpenOffice is not running. Can be checkt in a bash script like:&lt;br /&gt;
 if [ &amp;quot;$(pidof soffice.bin)&amp;quot; ] ; then&lt;br /&gt;
   read -p &amp;quot; ==&amp;gt; close all LO windows to allow for automatic PDF generation &amp;lt;==&amp;quot;&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Depreciated: jodconverter===&lt;br /&gt;
The tool jodconverter allows filetype convertion from the terminal or a script ;-)&lt;br /&gt;
 # start OOo and set it to listen on port 8100&lt;br /&gt;
 soffice -headless -accept=&amp;quot;socket,port=8100;urp;&amp;quot;&lt;br /&gt;
 # convert a presentation to pdf&lt;br /&gt;
 jodconverter file.odp file.pdf&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>