Hi,
We're trying to get a `button` element linking in PDF ...
Using advice from StackOverflow [1], we've tried:
The button gets created, but the link doesn't work in Prince generated PDF.
This does work in our web & EPUB3 outputs.
Any ideas? Is this the right approach?
[1] http://stackoverflow.com/questions/2906582/how-to-create-an-html-button-that-acts-like-a-link
We're trying to get a `button` element linking in PDF ...
Using advice from StackOverflow [1], we've tried:
<form method="get" action="http://hello.com">
<button type="submit">A Button</button>
</form>
The button gets created, but the link doesn't work in Prince generated PDF.
This does work in our web & EPUB3 outputs.
Any ideas? Is this the right approach?
[1] http://stackoverflow.com/questions/2906582/how-to-create-an-html-button-that-acts-like-a-link