Adobe 12001196 Scripting Guide - Page 11

Introduction to Acrobat JavaScript, Introduction, Goals, Contents, Overview

Page 11 highlights

1 Introduction to Acrobat JavaScript Introduction This chapter introduces Adobe Acrobat JavaScript. The JavaScript development environment for Acrobat 6, which includes new debugging capabilities, is only supported on the Acrobat Pro "flavor" of Acrobat 6. This guide shows a variety of ways that you can use Acrobat JavaScript to implement solutions to your customer or company's needs. For further information and examples, see the Web sites and other resources listed in For More Information on page 10. Chapter Goals At the end of this chapter, you will be able to: ● Describe the difference between Acrobat JavaScript and standard, or HTML JavaScript. ● List what you can do with Acrobat JavaScript. ● Describe the Doc Object containment hierarchy and briefly state for what purpose the App, Doc, Console, Global, Util, Connection, and Statement objects are used. Contents Topics Overview What Is Acrobat JavaScript? What Can You Do with Acrobat JavaScript? Acrobat JavaScript Object Overview Overview Most people know Adobe Acrobat as a medium for exchanging and viewing electronic documents easily and reliably, independent of the environment in which they were created. However, Acrobat provides far more capabilities than a simple document viewer. You can enhance an Adobe Portable Document Format (PDF) document so that it contains fields to capture user-entered data as well as buttons to initiate user actions. This type of Acrobat JavaScript Scripting Guide 11

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90

Acrobat JavaScript Scripting Guide
11
1
Introduction to Acrobat JavaScript
Introduction
This chapter introduces Adobe Acrobat JavaScript. The JavaScript development
environment for Acrobat 6, which includes new debugging capabilities, is only supported
on the Acrobat Pro “flavor” of Acrobat 6.
This guide shows a variety of ways that you can use Acrobat JavaScript to implement
solutions to your customer or company’s needs. For further information and examples, see
the Web sites and other resources listed in
For More Information
on
page 10
.
Chapter Goals
At the end of this chapter, you will be able to:
Describe the difference between Acrobat JavaScript and standard, or HTML JavaScript.
List what you can do with Acrobat JavaScript.
Describe the
Doc Object
containment hierarchy and briefly state for what purpose the
App
,
Doc
,
Console
,
Global
,
Util
,
Connection
, and
Statement
objects are used.
Contents
Overview
Most people know Adobe Acrobat as a medium for exchanging and viewing electronic
documents easily and reliably, independent of the environment in which they were
created. However, Acrobat provides far more capabilities than a simple document viewer.
You can enhance an Adobe Portable Document Format (PDF) document so that it contains
fields to capture user-entered data as well as buttons to initiate user actions. This type of
Topics
Overview
What Is Acrobat JavaScript?
What Can You Do with Acrobat JavaScript?
Acrobat JavaScript Object Overview