TypeError: this.getField("") is null
I am getting this error: this.getField("Disclosure") is null31:Doc:Did SaveTypeError: this.getField("Disclosure") is null31:Doc:Did Save This is my JavaScript. There is no "Disclosure" in here. What...
View ArticleRenaming Bookmarks using javascript?
I have several pages that are generated from another macro and compiled into a single binder. The problem is when we have multiple PDFs and we need to combine them the bookmarks numbers do not sync.So...
View ArticleApp.alert show over and over after each keystroke
I am preparing a pdf form for my department in which doctors will need to quantify the amount of tracer found in 17 heart arteries. The amount of tracer in the patient will be compared when the patient...
View ArticleDependent dropdown lists in Acrobat
Hi, I am a first time poster and was looking for help with some scripting in a PDF form I have created. I am basically looking to have a second dropdown list dependant on the value of the first but I'm...
View ArticleScript to Batch Remove or Change Comment Identity (=Author)
Hi, I have some PDF files from (supposedly) anonymous reviewers that have their (login) names showing up in the Acrobat comments. In order to be really anonymous, each of the comment Author fields...
View ArticleHow do I select an specific value from a dropdown using javascript
Hello, I am looking for a way to select an specific value from a dropdown (the first value) by using javascript? How would I do that? Thank you in advance.
View ArticleAccessing Javascript console in Acrobat X Std
Good evening, for some reason the "Ctrl + J" shortcut does not work on my Acrobat X Std. The shortcut does show up in the helpfile so I assume there is something wrong. Does anybody else have the same...
View ArticlePantone color(s) information for web use
How to embed the Pantone color(s) information in a Logo PDF? I have tried to upload a logo pdf, however the Pantone colors information could not be recognized on the web platform. Is it possible to...
View ArticleThe number/value 0 is not regestering
The problem is the number 0 is not registering in my progress bar at the top of the page. We are tracking required fields in the pdf so the person filling it out can go to the top and see they missed a...
View ArticleCheck to see if any field is empty
I have a pretty large document that has over 200 text/check boxes. What I want to do is create a button that makes a pop-up warning for any blank fields in the entire document. Right now the only way...
View ArticleHow do you calculate a date on a form?
I am working on a form for our customers and our staff to use and I needfor it to calculate a date from another date. We are currently using an Excel spreadsheet that is working very well, but we are...
View ArticleIf/then checkbox script help in Adobe Acrobat Form...
If have an order form that has two different pricing fields (regular price per item & subscription price per item) for each line item and then a quantity and then a total field. Lastly, there is a...
View ArticleBatch creation of bookmarks?
Moved from the Acrobat Macintosh forum (Batch creation of bookmarks?) I would like to add 107 bookmarks to a 250-page PDF in an automated fashion. I have a list of the bookmarks titles, pages, and...
View ArticleCalculating an end date
I've searched and searched and can't seem to find a script to help me out. I need to calculate an end date for a time period. If i enter the begining date, I need the calculation to determine the end...
View ArticleAcrobat pro crashing
Hello, I recently installed the the latest update for Acrobat Pro (11.0.10) and have been having problems with crashing - (7 times in the last 2 hours). I am adding text to PDFs downloaded from my...
View ArticleSimple Check Box counter...
I have 6 check-boxes and a form field below them named "YESTotals". I need to have the "YESTotals" form field to display (in real time) the total of checked Check-boxes at any given moment the FORM is...
View ArticleIf Else question...Using Adobe Acrobat PRO X
Have a form field named (RMAs) I will be entering a single value in the range of 0 thru' 5 when on of these numbers are entered a second form field named (RMAp) will display a value based on the value...
View ArticlePage Spawning - Prompting For Number Of Pages
I asked a similar question a few years back and at the time, the project went by the wayside. Well, the project is back on track and now I'm in a jam and need to use some javascript for some easy...
View ArticleAlter the value of one field when the value of another field changes.
I have a standard order form that has a number of fields where the quantity (number )is typed in They are labelled qty1, qty2 and so on. Some of the items on the order form attract an additional...
View ArticleThe value entered does not match the format of the field
I am trying to do a simple division of profit by sales to find the profit %. Here is the script I am using and it doesn't work. var v1 = +getField("Profit%").value;var v2 =...
View Article