Hi,
Whilst I believe that word doesn’t support two page numbering schemes directly, do you have any examples of how I can implement this using aspose.words?
There are various examples on the web, but I am not sure if I can actually dynamically do this with aspose?
http://support.microsoft.com/kb/291283
Regards
Danny
Generally, you can use any approach that is possible with MS Word. All fields described in KB article can be inserted into document dynamically using DocumentBuilder. So in theory both approaches should work.
Please note that to build nested fields dynamically you need to create them in sample MS Word document first, then load them into our DocumentExplorer demo utility, and look at the resulting node structure. Then you can work out the optimal way of navigating DocumentBuilder, so that one field could be correctly inserted into another. Let me know if you encounter any problems on the way.
Best regards,