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 = …...@David_Matin Could you please attach your problematic input and...update_page_layout() doc.save("output.pdf") David_Matin June 24, 2025,...