How to add text as watermark in every page?I try it, but some pages don’t have watermark.
code:
doc = aw.Document(str(file_path))
text_watermark_options = aw.TextWatermarkOptions()
text_watermark_options.font_family = …...save(str(new_file_path)) watermark..."Your Watermark Text"); doc.Save("WatermarkedDocument.docx");...