Use JavaScript
You can add custom JavaScript actions to your PDF files.
To enable or disable JavaScript in the program, go to
. To access JavaScript settings, select
.
Add JavaScript actions to PDF document events
- Select Set Document Actions.
- Select the Document event in the left window.
- Click Edit.
- Write your JavaScript in the JavaScript Editor text window.
- Repair any reported syntax errors and click OK again.
- Click OK.
Edit your script directly
- Select JavaScript Console.
- Compile your script.
Create custom scripts
- Select Document JavaScripts.
- Click Add.
- Name your script for identification and click OK.
- Click Edit, and compile your script. When done, click OK.
-
Click
Close to finish.
Provided that your script is correct, and it is supported by the version of your PDF, the set event will execute the specified action.
E-mail the PDF that you have just saved
- Select Document Save Completed in the Set Document Actions dialog.
- Click Edit.
- Type in the following script: this.mailDoc(true);
-
Click
OK.
After you have successfully saved the PDF, a new, blank e-mail message appears with your PDF attached to it.