© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Docker
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:
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/rcemper/PR_Converter.git
$ docker compose up -d && docker compose logs -f
Container start
creates appropriate directory “/home/irisowner/dev/Unit Tests”
sets ^UnitTestRoot = “/home/irisowner/dev/”
To open IRIS Terminal do:
$ docker-compose exec iris iris session iris
USER>
or using WebTerminal
http://localhost:42773/terminal/
To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp