jhonnymertz/java-wkhtmltopdf-wrapper

Can't get clickable links with wrapper

extempl opened this issue · 1 comments

Describe the bug
For some reason simple html with default config (no config) produces unclickable link via wrapper.
At the same time direct run wkhtmltopdf test.html test.pdf produces clickable link.

To Reproduce

Pdf pdf = new Pdf();
pdf.addPageFromString("<html><body><a href='https://google.com'>GOGL</a></body></html>");
pdf.getPDF()

Expected behavior
Clickable link.

Environment (please complete the following information):

  • java-wkhtmltopdf-wrapper version: 1.1.14-release
  • wkhtmltopdf version: 0.12.6

Nvm. Issue is not related to wrapper.