When converting any Docx which contains BulletPoints to PDF I get the following error:
Caused by: com.groupdocs.conversion.exceptions.GroupDocsConversionException: java.lang.IllegalArgumentException: Expected a value between 0 and 0.
Issue is only reproducable on Linux environment, on Windows Server conversion of the same document is successful.
The Stacktrace of Groupdocs is:
Caused by: com.groupdocs.conversion.exceptions.GroupDocsConversionException: java.lang.IllegalArgumentException: Expected a value between 0 and 0.
at com.groupdocs.conversion.Converter.convert(Unknown Source) ~[?:?]
at com.groupdocs.conversion.Converter.convert(Unknown Source) ~[?:?]
I am using java 8
Do I have to consider anything when using Groupdocs on Linux
I am using Java8 and my GroupDocs dependency is:
com.groupdocs
groupdocs-conversion
21.10