Hi all,
Please bare with me I'm new to the whole extensions scene and I have a few questions regarding my options in achieving the following goals:
We have a third party app we would like acrobat/reader to report to every time any pdf is:
- opened, whether online (npapi browser plugin or similar) or locally
- printed
- subject of clipboard (text copied to clip.. highly doubt this is possible)
- closed
On any of these events, we need to notify the third party app of the full file path and/or URL of the pdf. How would we contact the app, REST post?
Is it possible to send the entire text of the pdf to the third party app?
Is it possible to generate a thumbnail of the pdf?
Would we need a DLL or JavaScript extension?
Thanks in advance!