Predefine default options on LibreOffice
Interlude
LibreOffice 4 or 5 have a bug with distortion images when print, from Writer for example. LibreOffice can be configured in production style - from one source to any user. For Administrator it's best way for distribute user settings, but it documented poorly... To be honest I can't found any documentation on this, only for M$ Windows.
Save this to /usr/lib/libreoffice/share/registry/somename.xdc
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oor="http://openoffice.org/2001/registry">
<dependency file="main"/>
<oor:component-data oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Print">
<node oor:name="Option">
<node oor:name="Printer" oor:or="fuse">
<prop oor:name="PDFAsStandardPrintJobFormat" oor:op="fuse">
<value>false</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
</oor:data>