Word doesnt support RestartPageNumbering = false anymore

Hi,

following code doesn’t work anymore. In word the page number on page 2 starts with
an 1 (unexpected) but in pdf file the page number starts with an 2 (expected).
It previous versions it works fine and with newest version (14.12.0.0) it is buggy.

wordlic.SetLicense(“Aspose.Total.lic”);
Document docA = new Document(“chapter1.docx”);
Document docB = new Document(“chapter2.docx”);
docB.FirstSection.PageSetup.RestartPageNumbering = false;

docA.AppendDocument(docB, ImportFormatMode.KeepSourceFormatting);

foreach (Section item in docB.Sections)
{
item.PageSetup.RestartPageNumbering = true;
item.PageSetup.RestartPageNumbering = false;
}
docA.Save(“chapter result.docx”);
docA.Save(“chapter result.pdf”);

Is there any workaround or new code behaviour is missed ?
Kind regards,
Guido

Hi Guido,


Thanks for your inquiry. Could you please provide a little more information about the Aspose.Words’ version number for which there were no problems on your side previously?

Best regards,

I use Version 14.12.0.0. With version 13.3 it worked.

Hi,


Thanks for the additional information. This issue has been logged as WORDSNET-11593. We will inform you via this thread as soon as this issue is resolved. We apologize for your inconvenience.

Best regards,

What is happening with this bug? The last post was over 2 months ago.

I am experiencing a similar (probably the same) bug, in Aspose Words.NET 15.4.

When is there going to a be a resolution for this issue?

Hi John,

Thanks for your inquiry. We have a good news i.e. our product team has resolved this issue (WORDSNET-11593) and they have planned to include the fix to your issue in next 15.5.0 release of Aspose.Words. We will inform you via this thread as soon as a release containing the fix to this issue is published at the start of June 2015.

Best regards,

The issues you have found earlier (filed as WORDSNET-11593) 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