How to run script on Adobe Acrobat 9 Pro
HI all i'm new to Adobe Acrobat 9 Pro Scripting, and I'm hoping someone can help me how i can run any javascript on Adobe Acrobat 9 Pro. I have no idea which place (location) take script then run....
View ArticleSend email from an array of active documents
I have a button on a form called "Mail Merge" which brings to the front another active and saved opened form named "Request for Tender". Once the "Request for Tender" form is brought to the front the...
View ArticleChange field from read only and override calculation based on radio button
Hi, I have a form in which one of the fields has a simple sum calculation and is set to read only so the user can't change it as it sets a print amount as well. But if one of the radio buttons is...
View ArticleAcrobat Forms - javascript to hide/unhide text box if any one of a number of...
I have a form which I am designing in Acrobat 9 which has a section where there are three questions, each with a pair of radio buttons - one for 'yes' and one for 'no'. They are in the style of a check...
View ArticleValidating a value based on a functions
I created a function that basically is a an array that associates a numerical value to a string function myValidation(mip){var text = "";var mipCodes = { "A100" : "String 1", "A101" : "String 2",...
View ArticleCan I remove JavaScript Editor pop-up window when running batch sequence for...
Dear All I need to batch process a large number of PDFs (1000s) by collapsing allbookmarks within them, using Adobe Acrobat 9 Pro. There is no pre-installed batch sequence for this, so I am using the...
View ArticleFunction Expressions not working in Acrobat
I have a form that has addition, subtraction and multiplication. Here is my script at the document level. When I place the custom calculation script on the total fields I get this error. Any ideas why...
View ArticleBest way to create a multi-step validation process
I am writing a multi step validation process and I was wondering what is the best method to have it operate on the value. What I have:As a custom validation script, in that order:1- Calls a function...
View ArticleUsing mutiple if statements in an acrobat .pdf form.
I have a form that I need to do an automatic calculation. It is currently built in MS Word and I am converting to PDF. I know I will have to use javascripting to make the fields calculate, but I am...
View ArticleCustom Format Script Help
I am not too familiar with scripting but am hoping someone can provide some guidance or at least somewhere online that will show me how to do this. Here's what I'm trying to do: I have a text field...
View ArticleAdd Curent Date & Time to PDF when Printed
This is my first post so please excuse any ignorance. Basically we are in the process of creating electronic copies of SOP’s and putting them on our file server for all staff to access. Due to...
View ArticleValidation: remove my field from an array
Four text fields "field1", "field2", "field3", "field4" I have a custom validate script that compare its value to the values of the other fields. An array containing all four fields is used in the...
View ArticlePull numbers from a text box
I am trying to write a script that pulls a number from the start of one field for use in another field. Example. My first field is "Sample ID:" and always has 6 numbers followed by - then the customer...
View ArticlePDF to Word as separate pages?
When you save a PDF as an image the document is split into a separate document for each page. I am trying to find out how to do this when saving as a word document via javascript. I've searched through...
View ArticleTurn off read only when radio button is selected?
I have two radio buttons to hide/show the second page in an Acrobat Form. All fields on the second page are marked read only. The second page is hidden by a text box with the background and border...
View ArticleJavaScript Validation to Submit Form
Hi,How do you validate all the fields in JavaScript when the user clicks the Submit button so that if any required fields are empty or any field validation fails, nothing (submission, JavaScript code,...
View ArticleSplit PDF Files by Bookmarks
Can anyone please let me know how do I split PDF Files by bookmark using Java Script.I am making a Visual Basic utility to read the bookmarks in PDF Files and split them based on the bookmarks. I am...
View ArticleHow to create sequential number field?
I have created a pdf file and I'd like to have a field with sequential numbers. For instance, if I open my pdf now and it has number 1 in the field, 'd like to have number 2 in the field the next time...
View ArticleDate validation between past and future date
I need to validate a date.This date cannot be in the past and cannot be newer then 31122014 (ddmmyyyy). i just can't get it to work.Please help
View ArticleClassic 'Flatten PDF' question
So I have created a fairly complex fillable form in Acrobat Pro (10.1.8)... I have saved it for use by other users in Adobe Reader. (File>Save As>Reader Extended PDF>Enable Additional...
View Article