Hi dolotacycle
Thanks for your inquiry.
I produced an odt file with LibreOffice (version 7.3.9) and I did a test with the following code,
- Code: Select all
Document doc = new Document();
doc.LoadFromFile("sample.odt");
doc.SaveToFile("output.pdf", FileFormat.PDF);
the odt file can be converted well by the latest Spire.Doc(version 10.11.0). You can refer to the code above and have a test. If the output file is not significantly effective, please provide us the following information to help us do further investigation.
1) your source odt file
2) application type (E. g. .NET Framework 4.6)
3) device info, such as OS info (E. g. Windows 10, 64-bit) and region setting (E. g. China, Chinese)
Thanks for your assistance in advance.
Sincerely
Triste
E-iceblue support team