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