JavaScript fundamentals

JavaScript is a programming language that allows you to add logic and interactivity to your PDF documents. This article focuses on the core language features you'll need to write effective scripts in Revu. Think of JavaScript as a set of instructions that tell Revu what to do—whether that's calculating form field values, validating user input, or responding to button clicks.

To learn about JavaScript's history, see Revu JavaScript.

Moving forward

This article covered the fundamental building blocks of JavaScript. You now know how to work with different data types, control program flow, and create reusable functions. These concepts form the foundation for everything you'll do with JavaScript in Revu.

See PDF specifics to explore where and how you can use these JavaScript fundamentals within your PDF documents, examining the different contexts where Revu executes JavaScript code.

Resources

Revu 21

Revu JavaScript

JavaScript

Learn the core JavaScript language features you'll need to write effective scripts in Rev