Hi, Does JOpenDoc or iText provide a way to do the same "Creating a PDF document" from a ODT (open office document) file?
I see that PdfDocument is no longer public in the recent versions of
iText libarary?
Does loadFrom only work with ods files not odt files?
final OpenDocument doc = new OpenDocument();
doc.loadFrom("sample.odt");
What are the options to convert odt to pdf?
Thanks
