How to send a PDF file of shared control automatically?

Hello

I am trying to automate the sending of documents for shared review. Basically, all users of my post PDFs in the same place and so they perform the same actions. I want to make it easier on them and automatically trigger all actions. Currently, I use Acrobat.dll in a c# program, but I'm not adamant about the use of this particular technology. All I could get was:

Acrobat.AcroAppClass acro = new Acrobat.AcroAppClass();            
acro.MenuItemExecute("SendForSharedReview");


This opens the shared review Wizard and I can send keystrokes to the wizard dialog box, but I hope that there is a more elegant method to do so. Is there an API I should use or another method to automatically trigger a study on a selected document shered?

Thank you

Pawel

Unfortunately, the send for shared review isn't an automated action via the Acrobat SDK kit.

Tags: Acrobat

Similar Questions

Maybe you are looking for