Add improve office document conversion with new office converter backend

This commit is contained in:
Roberto Rosario
2012-05-29 04:23:18 -04:00
parent 4331c00b79
commit d235ca406f
3 changed files with 68 additions and 6 deletions

View File

@@ -200,7 +200,7 @@ fine tune it's functionality as explained in the `GraphicsMagick documentation`_
Default: ``/usr/bin/unoconv``
Path to the unoconv program used to call LibreOffice for office document convertion.
Path to the unoconv program used to call LibreOffice for office document conversion.
.. setting:: CONVERTER_UNOCONV_USE_PIPE
@@ -211,8 +211,19 @@ Path to the unoconv program used to call LibreOffice for office document convert
Default: ``True``
Use alternate method of connection to LibreOffice using a pipe, it is slower but less prone to segmentation faults.
.. setting:: CONVERTER_LIBREOFFICE_PATH
**CONVERTER_LIBREOFFICE_PATH**
Default: ``/usr/bin/libreoffice``
Path to the libreoffice binary used to call LibreOffice for office document conversion.
Linking
=======