Adding Textbox Values to Array and Displaying them
Hey Guys, Im not that great at Javascript, and I am even less great with Adobe Standard, but I've been surfing for a few days through the threads hoping to find something that would work for me with a...
View ArticleNeed Help With Variable Field Calculation
I am putting together a form and would like to have the calculations worked out for the people using the form to minimize errors. The premise of the equation is ... If suction pressure reads in PSIG,...
View ArticleFlashVars pass field text to swf
I want to pass text to it from an acrobat fieldIf I put this in the FlashVars it worksmyFlashVar=testBut I want to place text from a field in the pdfvar GuestNames = this.getField("Names");myFlashVar =...
View ArticleHelp Write Javascript Calculation
Ok here is the trouble I am having. I want to write a javascript calculation to sum the total of text fields when a certain choice is selected in a dropdown field. The text fields I want to sum are...
View ArticleDon't know the folder structure for 10.1.9
Hi, I've a script which is working fine in Acrobt 9.0.0 but when I try to install that script for Acrobat 10.1.9 I'm not able to locate the JavaScript folder. I try to create the folder on the same...
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 Articlehelp !modeless dialog in acrobat 9.0
I want to know how to create a modeless dialog in acrobat 9.0 PRO? ADM has already been removed from the acrobat 9.0? According to the javascript reference,i can only create modal dialog...
View ArticleSOAP and LiveCycle for dummies
Hello,I am playing around AcroJS. I am using Latex to produce the PDF, not Acrobat! And I manage to do simple but nice things./*I want just create an impressive CV/resumé */It is clear as water that...
View ArticleJava help Needed
I am looking to have a checkboxes to check automatically based on what is selected on the dropdown list. Such as DepartmentUser1 needs to have access to system1 system 2 system 3 DepartmentUser2...
View Articleprotect javascript inside the PDF from de-compilation
Hi Guys, I have developed an fillable PDF using acrobat, which will publish to public. some of the input field needed to be validated using some javascript.When I google the de-complilation pdf, I...
View ArticleCreate Multiple Signature and Date fields with a custom Toolbar Button
First off, thanks in advance! I am a scripting newbie and I am trudging my way through with very little experience with scripting of any kind. I am good at taking other's scripts and forming them...
View ArticleHow do I fill and show/hide a series of text boxes based on checkboxes?
I have a series of checkboxes on a form (each of which requires some additional information to be entered) and a series of text boxes further down the page to house any necessary detailed information....
View ArticleConditional JavaScript for Tax Form Fields
I'm not sure how to compose a keyword search for this solution. So, please redirect me to an existing solution if it exists. Also, I am not familiar with JavaScript, but can struggle through it. I...
View ArticleDrop down list auto populates another field
I have created a drop down list that auto populates another field. However, if I choose a different item on drop down list the auto populate field, which should go blank, doesn't change. Here is the...
View ArticleJavascript division
Hello all, I use this script for calculating a division, but the answers are all over the place. Can someone tell me what codes would work better? var price = this.getField("design.1")var qty =...
View ArticleDo I need to use javascript to get a text field in a PDF form to aut fill...
I have a form for booking appointments and would like the date field to automatically fill withtoday's date and to print. I have set the text field's format to "Date" and when I place the cursor into...
View ArticleIndexing in a JavaScript Action Wizard
Hi, In action Wizard/Javascript, I do first OCRing then run a few steps of Javascript to copy the files into new location folders. I tried to do the Embeded indexing as I am passing through these PDF...
View ArticleDate Field in Adobe Acrobat X
I have a form that users fill in. One of the fields on this form is a date. Through the properties I have set the date format of dd/mm/yyyy. What I was hoping to be able to do next is, get it to auto...
View ArticleRemove 0 Value in Calculated Field
I copied the below question for another post here as it asks the question perfectly."I set up an invoice form to calculate totals from quantity x unit price. Every line has this formula, however the...
View ArticleExpand/Collapse all the Bookmarks in a PDF file
Hi, This is my first message on the board :-) I work with very large PDF files (i.e 2000 pages, 700 bookmarks on 5 or 6 levels!) and I'm looking for a script (Acrobat 9 Pro) allowing to expand/collapse...
View Article