在word中插入图片水印时,一些页码无法插入

word中插入图片水印.zip (474.1 KB)

代码如下:
Document docx = new Document(sourceFile);
ImageWatermarkOptions imageWatermarkOptions = new ImageWatermarkOptions();
docx.getWatermark().setImage(imagePath, imageWatermarkOptions);
docx.save(targetFile);

谢谢

@zzm628

请注意 Aspose.Words 模仿 MS Word 的行为。 如果您使用 MS Word 将图像水印插入 Word 文档,您将获得相同的输出。