Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27100

    How can I force PD4ML to not resolve links in the html?

    Our tomcat servers are strictly not allowed to access the public internet, and as such resolving of links in the html that we are converting to pdf fails.

    Is there a switch or setting that can be used to stop this?

    #29935

    pd4ml.disableHyperlinks() method is what you looking for.

    But… Some PDF viewers (like Acroread) parse PDF document content and turn URL-like strings into hyperlinks. The behavior can be disabled in PDF viewer properties by the end-user, but it cannot be done automatic way from a PDF document.

    See in Acroread:
    Edit->Preferences->General->Generate links from URLs

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.