Copy link to clipboard
Copied
Is it possible to modify the standard on document load ?
I need to make a plugin that reads something from a file, every time when I open a pdf in the reader.
You don't override. There's a lot of callbacks. Probably something like PDDocDidOpen.
Copy link to clipboard
Copied
Sure, such a plugin can be written.
Copy link to clipboard
Copied
How can I make the override for the standard load function ?
Copy link to clipboard
Copied
Bear in mind Acrobat may open other PDF files, some invusibly, for internal purposes. Your callback needs to check whether it should work.
Copy link to clipboard
Copied
You don't override. There's a lot of callbacks. Probably something like PDDocDidOpen.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now