Hello,
I’m trying to use Aspose.Word for making a complex PDF.
I’m generally getting good results, but I have a strange bug when I have more than 2 subtrees in my input datas.
I’m using ExecuteWithRegion with a home-maid IMailMergeDataSourceRoot implementation.
When I call Document.Save, a System.ArgumetOutOfRangeException is raised.
The diffrence between a working xml data file and a not-working xml data file is described in the attached png screenshot
AsposeDebug.zip (885.4 KB)
XmlComparison.png (33.0 KB)
I’va attached to this post a complele debugging VS project for easy problem reproducing. Two xml sample files (used for screenshot) are included.
I don’t understand if I’m doing something wrong or id I encountered a real bug.
Can you help me please ?
Best regards