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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -