html - Links don't work in PISA -
here part of html:
<h5 id="my-header">header header</h5> ... other stuff ... <a href="#my-header">go there!</a>
i process using pisa:
%pisa_bin% -s --encoding utf-8 %title%.html %title%.pdf
in resulting pdf, link not working: it's shown in underlined blue usual link, when click on nothing happens. tested adobe reader, foxit reader , chrome embedded browser.
also, in resulting html link works expected.
what's wrong?
Comments
Post a Comment