Hi, I want to complete a little bash script that I have created:
https://github.com/marionline/ppt2pdf
I want to add a JPEG compression level. In the OpenOffice
documentation I found JPEG quality option. I don't understand how to
give this directive to jodconverter. I try to modify my document-
formats.xml in the jodconverter-2.2.2 directory adding this for
example:
<entry>
<string>FilterData</string>
<map>
<entry>
<string>Quality</string>
<int>50</int>
</entry>
</map>
</entry>
It doesn't work. I try to give the document-formats.xml path to -x
option of jodconverter-cli but it doesn't work.
How can I do this?