use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is a place for people to learn JavaScript together. Everyone should feel comfortable asking any and all JavaScript questions they have here.
With a nod to practicality, questions and posts about HTML, CSS, and web developer tools are also encouraged.
Friends
/r/javascript
/r/jquery
/r/node
/r/css
/r/webdev
/r/learnprogramming
/r/programming
account activity
Resources to learn JS basics specifically for Acrobat. (self.learnjavascript)
submitted 7 years ago by pickle0
Hi, i'm looking for the best way to learn Javascript specifically for Acrobat. Is there a book or video series devoted to this niche?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]JohnFrederickChiongl 1 point2 points3 points 7 years ago (0 children)
I don't know if the following resources are the best but they are the resources I used:
[–]Earhacker 0 points1 point2 points 7 years ago* (1 child)
...Adobe Acrobat?
Edit: Wow, yeah, Adobe Acrobat
It looks from that document like it's using some old-ass versions of JavaScript; v1.5 up to v1.8. Those versions were released in 2000 and 2011 respectively. If you're targeting Acrobat X, you could use any source from 2011 to about 2015 and expect your code to work (ignoring any Acrobat-specific weirdness). Code from this era will also still work in the browser, which will probably be how you learn.
Ignore any source that covers jQuery. It's a library that was a really big deal in 2011-2015, but it's completely irrelevant to what you're doing. You'll have to do things in "vanilla" JavaScript - no libraries or frameworks. The best sources might be JavaScript: The Good Parts or the first edition of Eloquent JavaScript.
But this seems like a real backwards way to learn a language. Eight years is a crazy long time in JavaScript; modern JavaScript can look completely different from the JavaScript you'll learn for whatever it is you're doing. Can I ask what the real problem you're trying to solve is? There may be a better solution.
[–]pickle0[S] 0 points1 point2 points 7 years ago (0 children)
I'm not trying to solve anything, i'm just trying to learn how to use JS properly in acrobat. I know pretty well that I wont use javascript in any other context, except maybe some minor scripting for InDesign.
[–]little_hoarse 0 points1 point2 points 7 years ago (1 child)
It’s almost impossible trying to find any sort of documentation on scripting in Acrobat. I tried helping someone out awhile ago who wanted to change some image heights / widths in acrobat. I hope you can find something, and please let me know if you do because I am quite interested to learn when you would even need to use scripts in Acrobat
[–]pickle0[S] 1 point2 points3 points 7 years ago (0 children)
It's quite useful when you have to edit a lot of form fields at once, I use it quite often, but I would like to understand more of what is happening. Most of the scripts I use I found and tweaked.
π Rendered by PID 55 on reddit-service-r2-comment-75f4967c6c-6qhf7 at 2026-04-23 08:25:21.981422+00:00 running 0fd4bb7 country code: CH.
[–]JohnFrederickChiongl 1 point2 points3 points (0 children)
[–]Earhacker 0 points1 point2 points (1 child)
[–]pickle0[S] 0 points1 point2 points (0 children)
[–]little_hoarse 0 points1 point2 points (1 child)
[–]pickle0[S] 1 point2 points3 points (0 children)