I am looking for a way to dynamically insert pages in MS Word: one as page 1 and one page as last page. I have found many samples for inserting spreadsheets and slides in Excel and PowerPoint, but none yet for insert pages in a WordprocessingDocument using OpenXML. If you got any samples of inserting pages in Word with OpenXML, please provide :)
            Asked
            
        
        
            Active
            
        
            Viewed 3,000 times
        
    1 Answers
2
            
            
        Only way to manage pages is to use pagebreaks. This answer has code samples to help you to insert pages
 
    
    
        Community
        
- 1
- 1
 
    
    
        udaya kumar
        
- 169
- 8
- 
                    Hi Udaya. Thanks for pointing me in the right direction. If you know about more detaling samples where I can insert a blank page at the start and at the end of a document, please do post it. – Ilyas Mar 22 '17 at 08:37
 
    