Hyperlinks are now supported in text for layouts and reports but finding some inconsistent results. Wondering if a possible bug or just how we are implementing. Everything looks good in the layout itself, but when exporting to PDF, the PDF doesn't always keep the hyperlink:
- Create a textbox with LINK tag only (nothing else in the texbox). Exports text only, no hyperlink created.
- Create a textbox with LINK AND some text preceeding the link: Exports a hyperlink
- Create a textbox with LINK tag only, but the link text is the URL: PDF reads as a hyperlink (not sure if exported as a hyperlink or just the PDF viewer doing its automatic formatting.
- As well, none of the exports to PDF with hyperlinks use proper PDF hyperlink tags for WCAG accessibility (S.508/AODA). That said, accessible exports to PDF have many other issues too (tag order and proper tag types not correct).
Anyone else notice this odd behavior? Or maybe just something in my coffee?