I have successfully converted a html page to pdf. Thanks for this cool module. But now problem is....I have a Download link for the generated file in the same html page, which too gets printed... :D
<nav><a href='/static/pdf/xyz.pdf'>Download</a><nav>
Is there a way to escape the anchor tag or anything that can be done to ignore certain html elements.
It looks like the quotes aren't closed in your example. I bet if you close them, it will resolve the issue.