Acrobat SDK User’s Guide
29
3
Deciding Which Acrobat SDK
Technology to Use
This chapter describes general issues that factor into decisions about which Acrobat SDK
technology to use. Subsequent chapters provide overview information about different
application-specific tasks that you can do with the Acrobat SDK and discuss the capabilities
and limitations of each technology in performing those tasks.
●
Getting Started
●
When to Use Interapplication Communication
●
Deciding Between Plug-ins and JavaScript
●
Samples Provided with the Acrobat SDK
Getting Started
You can develop software that integrates with Acrobat and Adobe Reader in three ways:
●
Acrobat JavaScript
●
Plug-ins
●
Interapplication Communication (IAC)
Based on your application’s requirements, you choose the appropriate technologies for
development. In some situations, the desired functionality is only available using one
particular technology. In other situations, you can choose between two or more
technologies. For example, you can add menu items to Acrobat using either JavaScript or a
plug-in.
You can also use more than one technology in a single application or single document. For
example, you can use both plug-ins and JavaScript to implement a particular functionality.
Also, you can extend the functionality of intercommunication application interfaces by
writing plug-ins that use core API objects not already part of the IAC support system (see
“Using Plug-ins for Interapplication Communication” on page 27
).
Summary of Contents for Acrobat 7.0.5
Page 10: ...Contents 10 Acrobat SDK User s Guide ...
Page 66: ...Modifying the User Interface Customizing Acrobat Help 6 66 Acrobat SDK User s Guide ...
Page 78: ...XML and the Acrobat SDK Managing XML based Information 8 78 Acrobat SDK User s Guide ...
Page 100: ...Providing Document Security Document Rights 11 100 Acrobat SDK User s Guide ...
Page 106: ...Working with Metadata Object Data 12 106 Acrobat SDK User s Guide ...
Page 110: ...Searching and Indexing Indexing PDF Documents 13 110 Acrobat SDK User s Guide ...
Page 118: ...Working With PDF Layers Working with Layers from a Plug in 15 118 Acrobat SDK User s Guide ...