Tags on annotations?

Right. I’m actually a professional developer. My issue is the availability of time.

I see that DT can also run JavaScript, which is pretty handy.

But according to ChatGPT (it could be wrong, I haven’t checked), the challenge is with the current limitations of the various API’s involved.

I was hoping DT would allow me to capture the annotation link of whatever PDF annotation is currently selected when the script is run, but this is not supported?

To generate the HTML element and insert is challenging. Simply forming the HTML snippet is not enough because when we paste into an HTML file in DT, it will paste the code as raw text, not as an HTML element. So we need to either find a way to format the clipboard data as HTML document data that DT will recognize, or come up with some other workflow that doesn’t involve the system clipboard. I’m presently at a loss for other ways to do this.

1 Like