views:

266

answers:

1

Hi,

I was trying to find out any entries in the Adobe's API giving functionality of injecting javascript into the pdf file, but I couldn't find anything. I saw that there are few open source libraries that do that, but I'd like to focus on Adobe's SDK (C/C++).

Are there any ways to achieve this?

Thanks.

+1  A: 

Certainly, as you've discovered you can find a third party PDF library that will let you insert JavaScript into PDFs or you can use Adobe's PDF library SDK. You'll find all of the info that you need in the Acrobat Developer Center. There is also this useful article: Introduction to Acrobat JavaScript.

Rowan