This might sound a bit strange but I retrieve a bunch of text from an external non-deterministic server that contains page references to an embedded pdf. Whenever the string “Page X” occurs in the returned string I want that component of text to be clickable to trigger a workflow. Basically, on-click, I want to invoke a workflow that sets the current page in the embedded pdf (you click on the substring, “Page 8”, in the text and the embedded pdf scrolls to page 8.) I already have the workflow and pdf logic, I just need a way to create these dynamic workflow on-click-text triggers.
Any thoughts? Cheers