When a text URL wraps across pages in a PDF, it breaks:
– The first segment is still linked, but the clickable URL is truncated to match only the segment that's on the first page.
– The second segment which is on the next page is not linked or clickable.
The text is styled with "word-wrap: break-word;" to fit long links into the column width.
Example:
Given the link is "http://www.example.com/some/link/goes/here.html", and assuming it wraps across pages like this:
First page: "http://www.example.com/some/"
Second page: "link/goes/here.html"
=> "http://www.example.com/some/" is clickable and links to http://www.example.com/some/.
=> "link/goes/here.html" is not clickable and doesn't link to anything.
Is this a known bug?
– The first segment is still linked, but the clickable URL is truncated to match only the segment that's on the first page.
– The second segment which is on the next page is not linked or clickable.
The text is styled with "word-wrap: break-word;" to fit long links into the column width.
Example:
Given the link is "http://www.example.com/some/link/goes/here.html", and assuming it wraps across pages like this:
First page: "http://www.example.com/some/"
Second page: "link/goes/here.html"
=> "http://www.example.com/some/" is clickable and links to http://www.example.com/some/.
=> "link/goes/here.html" is not clickable and doesn't link to anything.
Is this a known bug?