In my code I have two documents. The first document is a template which contains the proper styles, header and footer. The second document contains the data. I then append the second document to the template document, but when I do I see that the first page is blank (besides the header and footer), and the second page has the data. Is there a way that I can remove that first page? Thanks.
Attached is the test code that shows this issue.