Document Converter
0
0
2
Convert documents from InterSystems Cache easily using:
InterSystems Developer Community article.
soffice
to PATHCall from the terminal:
set sc = ##class(Converter.LibreOffice).convert(source, target, format)
write $System.Status.GetErrorText(sc)
Where:
docx,html,mediawiki,csv,pptx,ppt,wmf,emf,svg,xlsx,xls
. More possible values here.Add footer to MS office documents from InterSystems Caché.
apt-get install zip unzip libxml2 libxml2-utils git
Call from the terminal:
do ##class(Converter.Footer).modifyFooter(source, target, text)
Where:
2