Loosing Odd/Even Footer when saving ODT with title page

Hi

I have recognized that somehow on loading and saving odt files, all even footers (and headers) gets lost if an title page is used.
This means on odd and even pages will always be the same footer and header.

Are there any additional load options i’ve missed?

This following minimal code I’ve used:

public class OdtLoad {
public static void main(String[] args) throws Exception {
LoadOptions loadOptions = new LoadOptions();
Document doc = new Document(args[0], loadOptions);
doc.save(args[1]);
}
}


The attached example odt file is written with libreoffice 3.5.


Thanks
Sven

Hi Sven,

Thanks for your inquiry. I have managed to reproduce the same issue at my side. I have logged this issue as WORDSNET-8415 in our issue tracking system. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-8415) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan