Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Does anyone here know anything about using JavaScript with PDF documents?

I need help programming a button in a PDF I'm making ;___;
This page is a permanent link to the reply below and its nested replies. See all post replies »
basilfawlty89 · 36-40, M
Not with PDF no.
I understand and use JavaScript for web and app development, but never used it to make a PDF clickable.
Fishy · 36-40, F
@basilfawlty89

Would JavaScript commands work the same in PDFs tho?
basilfawlty89 · 36-40, M
@Fishy should work with event listeners and functions, it is JavaScript after all.

Maybe this helps?
https://www.w3.org/WAI/WCAG22/Techniques/pdf/PDF15
Fishy · 36-40, F
@basilfawlty89 Thanks, I'll check it out c: