How to set background image on each page of document and save it to PDF using .NET

Good day,
I am having trouble with aspose word generating pdf document with background image. When I generate it, it only puts background image on first page and all the others are without this image. Is there a way to generate a pdf from html with aspose word, by setting page size to A4 and putting same background image to all pages generated for same html?

@Sierakauskas

You can use Document.BackgroundShape property to set the background image of document.

If you still face problem, please ZIP and attach your input document, problematic and expected output PDF along with code example to reproduce your issue at our end. We will investigate the issue and provide you more information on it.