Search the Community
Showing results for tags 'adobe'.
-
Hello Experts, I have Zero experience with Autoit + Adobe Acrobat, and I really in need to get this working as PoC. I am trying to automate some manual actions below are the steps I would like to do. INPUT to script : 1. PDF file to open 2. String that I would like to add as \\Server\Directory name Steps : 1. Open the file in Adobe Acrobat Pro 2. Browse to View > Tools > Send For Review > Open (see image 1) 3. On the launched tool bar click on "Send for Shared Connecting" (see image 2) 4. Next select option "Automatically Collect comments on my..." in dropdown and click 'Next' (see image 3) 5. Select radiobutton "Network folder" and paste the input "\\Server\Directory" in text field and click 'Next' (see image 4) Experts, I would really appreciate a quick script which I can run and get rolling. Please note, I would not likwe to rely on MouseClick and/or cordinates match approach. PLEASE SUPPORT!!!! Makz ********************************************************************************************************** Image 1 Image 2 Image 3 Image 4
-
What is the best way to install a .air file with autoit? So far the programs understand if a usb driver is plugged in and opens the path which holds the .air file and runs it. I tried to install it using tabs and other keys but that is problematic. Could be there a solution to install in via command line or something where I can change things like installation location like in the normal installation?
-
How do I check if there is no process left in my commando line when I use aerender. Basic code looks like this: aerender -project c:\projects\project_1.aep -comp "Composition_1" -output c :\output\project_1\project_1.avi After this code is written aerender goes through every image to create the avi, depending to the amount of images this takes quiet a while. Is it possible to check in Autoit if there are no running processes left in the command line or if aerender fully finished?