Open Libre Writer

Hi i purchased a license for Aspose.Words but have now found out we have som files of the type Open Libre Writer we need to convert. I cant see that the package covers this, does any other package in Aspose provide that functionality?

@henrikJohansen, here is the list of the file types supported by Aspose.Words: Supported Document Formats|Aspose.Words for .NET.

Could you please provide the names of the file types you are asking about?

Aha, ODF then? ODF to PDF

@henrikJohansen Yes, Aspose.Words support ODF (ODT - Open Document Text) format. Code to convert ODT to other supported file formats is pretty simple:

Document doc = new Document("in.odt");
doc.Save("out.pdf");

ODF is the same as ODT ?

@henrikJohansen ODF is the general abbreviation for Open Document Formats it includes:
ODT - Open Document Text (Writer format)
ODS - Open Document Spreadsheet
ODP - Open Document Spreadsheet
ODG - Open Document Graphics