The DomPDFAddText() method allows text stamping and you can control the font size by adding a <font> tag into the text.
For example;
Call v.DomPDFAddText(“c:\test.pdf”, “<font size=30>Confidetial</font>”, “1”, 10, 20, 400, 0, 30)
The DomPDFAddText() method allows text stamping and you can control the font size by adding a <font> tag into the text.
For example;