-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP5 (5.2.9) , 6.0 EE SP1 (6.0.11)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP6 (5.2.10), 6.0 EE SP2 (6.0.12)
-
Component/s: DM
-
Labels:None
Currently, the file extensions that can be converted when OpenOffice is integrated with the portal is hard coded into the portal code. The update moves the supported file extensions to portal.properties so that it can be customized.
#
- Specify the file extensions of files to allow conversions from. Entries
- must be limited by what is supported by OpenOffice.
#
openoffice.conversion.source.extensions[drawing]=odg
openoffice.conversion.source.extensions[presentation]=odp,ppt,pptx,sxi
openoffice.conversion.source.extensions[spreadsheet]=csv,ods,sxc,tsv,xls,xlsx
openoffice.conversion.source.extensions[text]=doc,docx,html,odt,rtf,sxw,txt,wpd
#
- Specify the file extensions of files to allow conversions to. Entries must
- be limited by what is supported by OpenOffice.
#
openoffice.conversion.target.extensions[drawing]=pdf,svg,swf
openoffice.conversion.target.extensions[presentation]=odp,pdf,ppt,swf,sxi
openoffice.conversion.target.extensions[spreadsheet]=csv,ods,pdf,sxc,tsv,xls
openoffice.conversion.target.extensions[text]=doc,odt,pdf,rtf,sxw,txt
- is related to
-
LPS-14373 Allow customisable portal.properties for supported OpenOffice conversions
- Closed