Hi,
I'm using Aspose.Pdf 3.6.1.0 and Aspose.Words 4.4.1.0 for .NET. According to another posts this should n't be an issue but I can't get watermarks in PDF show up. My Word template have a watermark inserted via Format->Background->Watermark option. I'm using Aspose.Words for mail merging and exporting to AsposePDF into a memory stream. After binding the XML stream and saving to a PDF with Aspose.Pdf, the result is a document with the images insides (I assuming this because the PDF is larger compared to the case of using the same Word document without the watermark), but the watermark is not visible (the only visible image is a logo at the left-top corner). I'm attaching the Word template (P1300001.doc), the xml and 2 image files I've got when I saved the files to disk instead of a stream (you can see that xml contains the floatingboxes), the sample.pdf generated and another pdf file generated with the same template but without the watermark (you can see the size diff).
Another issue is the page numbering. The template only has 2 pages as well as the PDF, but the page numbering says "1 of 18" in page 1 and "2 of 18" in page 2.
Thanks.