Hi,
we've been using pd4ml successfully for years now, and now came across an issue, where hyperlinks are not treated in the same way as the browser does.
When there is a link like this:
<a href='http://www.google.de?a=1&b=2'>test</a>
then all browsers fix the href to the correct url
http://www.google.de?a=1&b=2And so does pd4ml_4. But pd4ml_3 does not. When you click on the link in the pdf, the browser will open with the "&" in the url.
Can you backport this feature to pd4ml_3 please?