mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Allow LibreOffice to be used when exporting a pad
This commit adds support for LibreOffice when exporting a pad to doc, pdf, .. This commit also cleans up some export logic when exporting to txt
This commit is contained in:
parent
504cc102a0
commit
2bfc3026d2
5 changed files with 133 additions and 82 deletions
|
@ -86,10 +86,14 @@
|
|||
may cause problems during deployment. Set to 0 to disable caching */
|
||||
"maxAge" : 21600, // 60 * 60 * 6 = 6 hours
|
||||
|
||||
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
||||
/* This is the absolute path to the Abiword executable. Setting it to null, disables abiword.
|
||||
Abiword is needed to advanced import/export features of pads*/
|
||||
"abiword" : null,
|
||||
|
||||
/* This is the absolute path to the soffice executable. Setting it to null, disables LibreOffice exporting.
|
||||
LibreOffice can be used in lieu of Abiword to export pads */
|
||||
"soffice" : null,
|
||||
|
||||
/* This is the path to the Tidy executable. Setting it to null, disables Tidy.
|
||||
Tidy is used to improve the quality of exported pads*/
|
||||
"tidyHtml" : null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue