Hello,
That exception:
PHP Fatal error: Uncaught Exception: The chosen extension is not supported
appears when the file extension isn't one of the allowed extensions:
$this->_allowedExtensions = array('docx', 'pdf', 'odt', 'sxw', 'rtf', 'doc', 'txt', 'html', 'htm', 'wiki', 'png');
Maybe you are using uppercase file extensions?
To test the conversion plugin, please run the included sample in the examples/FormatConversion/transformDocument folder using PHP CLI mode.
If you send to contact[at]phpdocx.com SSH access to your server and the path to phpdocx, the dev team will check it.
Regards.