[settings] ; absolute path to the temp dir. If empty the default system tmp directory will be used ;temp_path = "var/html/www/stylique_api/tmp" ; if set to true: detects if the contents are UTF-8 encoded and if not encodes them ; if set to false do nothing encode_to_UTF8 = "true" ; default document language language = "fr-FR" ; default paper size paper_size = "A4" ; right to left languages config ;bidi = "true" ;rtl = "true" ; if true, generate the DOCX as stream instead of saving if to the file system. Only available for Premium licenses ;stream="true" [license] ; PHPDocX license code ;code = "6db8581bd1b5c48509f0c2d87471201f" code = "e4bfad2e9644a745f72552a0463f0d3c" ; subdomain (Basic license), domain (Advanced license) or IP (Premium license) ;value = "176.162.153.34" [transform] ; transform options. Only available for Advanced and Premium licenses. OpenOffice by default ; libreoffice or openoffice method = "libreoffice" ; libreoffice installation path, absolute path ;path = "/opt/libreoffice/program/soffice" ; pour Windows ;path = '"C:\Program Files\LibreOffice\program\soffice.exe"' path = '"C:\Program Files\LibreOffice\program\soffice.exe"' ; pour Linux ;path = "/usr/lib/libreoffice/program/soffice"