How to add pages to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Add empty page at end of pages list 6 doc -> AddPage(); 7 // Insert...empty page at beginning of pages list 8 doc -> InsertPage(1, true...