I'm using jodconverter
and OpenOffice 3.3
to convert a docx file to pdf using the following command:
java -jar jodconverter-cli-2.2.2.jar test.docx test.pdf
It works fine when trying to convert most of the languages, but I can't convert docs written in Chines or Japanese. When doing so, I get gibberish instead of text:
I tried to install Japanese and Chines OpenOffice language packs as well as using jodconverter 3.0 beta 4 but i got the same output.
Test file
How can I add support for those languages?
Is there another tool (preferably opensource) i could use?