Hi,
I’m working with Aspose Word 9.8 since last 2 years and we decide to migrate to the version 13.4.
``
You provided me a class (PageFinder.cs) to create a new section for each page (see attachment).
With the new version, it does not work. For an other of our application, we use the Aspose Word 11.9.0.0. You provided me 2 classes (PageFinder et PageSplitter), but it does not work with 13.4 (see second attachment).
The problem is for a document with 2 pages, when I write :
PageNumberFinder finder = new PageNumberFinder(doc);
finder.SplitNodesAcrossPages(true);
… the document has only 1 section (doc.Sections.Count = 1)
Do you have a new version of these classes??
Thank you and have a nice day
Steeve