Hi Team!
I am generating PDF reports from HTML template. I want to have links in the PDF like <a href="google.com">Open site</a>
but they don’t seem to work… how can this be achieved?
Thank you
George
Hi Team!
I am generating PDF reports from HTML template. I want to have links in the PDF like <a href="google.com">Open site</a>
but they don’t seem to work… how can this be achieved?
Thank you
George
I was testing with href=“#” which does not work, but once you put in a real url with http://www… it works
Thanks!