x2t converter
=============
Нou can convert files from one format to another.
# CONFIGURATION
You need to create the xml configuration file.
# first line contains information about xml, for exmample:
"
# next you need to create some root tag and close this in the end, for example:
...
## Required fields:
# (Required) path to the file to convert from
# (Required) path to the file to convert to
# (Required, if no extension in filename) the to convert from
# (Required, if no extension in filename) the to convert to
Information about formats you can find [here](https://github.com/ONLYOFFICE/core/blob/master/Common/OfficeFileFormats.h).
## Non-required fields:
# configuration for .csv files
# save additional information about conversion or not
# path to AllFonts.js file
# path to fonts (usually uses with CApplicationFontsWorker)
# config for image formats
# format of image
# Aspect of image
# only first page or not
# zip images or not
# width of image
# height of image
# additional JSON params
# USAGE
Just run x2t with 1 arg - path to created xml configuration file.