Sticky Notes - VBA \ VB \ VBS \ Powershell code needed
Copy link to clipboard
Copied
Hi Team,
I would like to ask, whether adding sticky notes to partiular word into PDF file is possible throught code ?
It could be any code - no matter whether VBA or VBS etc.
I would be very gratefull for support.
Regards,
Martyna
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thanks for an answer.
I read this post but... I have feeling that this is not complete code for Sticky Notes - please correct me if I'm wrong.
Furthermore following reference is not clear for me:
- Acroexch.app
- AcroExch.AVDoc
- AFormAut.App
Moreover, how I can navigate in the code, where particular Notes should be added ?
i.e.: I need to add sticky per each paragraph \ section in my PDF file.
Thanks in advance,
Regards,
M.
Copy link to clipboard
Copied
This is not possible with Acrobat Reader. You need Adobe Acrobat.
Copy link to clipboard
Copied
I confirm - I have Adobe Acrobat - full license version.
Copy link to clipboard
Copied
You need to locate the word. See getPageNthWord and related methods. You will have to write this code, as a programmer.
Copy link to clipboard
Copied
Could you please provide me documentation for methods \ namespaces udes in the code ?
I couldn't find it on Adobe websites.
I fould also other code on the following page:
https://www.adobe.com/devnet/acrobat/documentation.html
However there is no information, what namespaces are collected from DLL.
Copy link to clipboard
Copied
This document for JavaScript is old but good. https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf

