[settings] ; absolute path to the temp dir. If empty the default system tmp directory will be used temp_path = "" ; 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 = "false" ; default document language language = "en-US" ; 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 it to the file system. Only available for Premium licenses ;stream="true" [license] ; PHPDocX license code code = "" ; domain (Advanced license) or IP (Premium license) value = "" [transform] ; transform options. Only available for Advanced and Premium licenses ; libreoffice, native, msword, openoffice ;method = "libreoffice" ; libreoffice installation path, absolute path ;path = "/opt/libreoffice/program/soffice" ; custom HOME folder; allows setting a custom HOME folder when doing the transformations using LibreOffice ;home_folder = ""