Some of HTML Tags are not reflecting when Generating PDF
Hi All,
I have requirement to add background image to a PDF as watermark.
For this im using below tag to add a background image (as Watermark) to a PDF attachment.
<img src="webwb/Draftbackground.png" style="width: 100%; height: 100%;position:absolute;opacity:0.3;z-index:1;" />
But when we generate the PDF ,This Background image is not populating.
( But i have removed this "position:absolute" ,it will add image to a PDF just as a image when generating).
Does any one have idea related to this?
Thanks,
Nuwan
Hi @NuwanD54 you can refer the below HTML Code to .
-For adding watermark try using Background Image and fix it using some CSS.
Hi @NuwanD54 you can refer the below HTML Code to .
-For adding watermark try using Background Image and fix it using some CSS.
I used this approach it worked for me. Hope it works for you too.