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 = …...docx"); InsertWatermarkText(doc,...doc.Save("WatermarkedDocument.docx"); Next Steps Ensure that your...