I know absolutely nothing about Javascript but would like to add a function...
I know absolutely nothing about Javascript but would like to add a function on my PDF form. Specifically if I select an item it would automatically assign a specific number. Can someone help.....?...
View ArticleAutomated calculation City, State Name and State
I am new to JSC and I have a question:On a Form, I have 3 drop down boxes: City, State Name (in full) and State (abbreviation). What I want to do is whenever I pick the city name on the first the...
View ArticleGreate link
FunctionI have somePDFdocumentswhichare madefroman AccessDatabase, these containsome productNumbers. Howtomake alinkwith a picture, this processcan be runautomatically.Once the filesare created...
View ArticleValue Entered Does Not Match the Format of the Field
Hi all, I would love some assistance with an error message I'm receiving. I am trying to create a form to assign a target ($) to each staff member working on a particular day based on individual hours...
View Articlehow to draw in Acrobat?
I know this is probably not the right place for that but...I am developing a Asp.net app that deals with PDF forms. I have learned how to do the entire javascript on PDF documents, how to submit FDF...
View ArticleAcrobat X -- Reorder Pages by Bookmark Sort Order
Is there a way to programatically / automatically re-order the pages of a PDF by sorting them according to bookmark order? I have 56 pages and each one has exactly one bookmark, which is numerical. I...
View ArticleHide/Show layers with Javascript
Hello, I am trying to find a Javascript method for hiding/showing layers in a pdf document. I would like to be able to use an if/else statement to set the visibility of multiple layers. Let's say I...
View Articlehide start stop barcode characters
using acrobat pro xi on windows with a form that has a pdf417 barcode field and a barcode number text input field. currently using the following javascript to place start stop characters in the pdf417...
View ArticleWould someone look at this file and tell me why dropbox to is not populated
I have been reading try to do this, but it is not working, if someone has a better idea how to do this it's greatly appreciated. Tried to upload a document, so here is a picture of it buttonsCentral...
View ArticleUsing dynamic referencing in PDF Form with Checkboxes
I have created a checklist that contains approx 60-70 steps. About 20 of them are to have a checkbox that fills an adjacent field with the date, and another with the user name. I have already got this...
View Article, Trouble importing from text file into PDF Acrobat 9.0
Hey all! I'm trying to use the JavaScript found on this Adobe page to insert text into my PDF: http://help.adobe.com/livedocs/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/h...
View ArticleCustom Calculation Script Help Needed
I need to make a script that Sums a column of fields based on whether or not information found in another column of fields is the same or specific text. Please see below screenshot of what I would like...
View Articlecan someone pointout the error on this
CheckBox (Box1) Dropdown (drop1) when two conditions met, then drop2 is populatedHave below as custom calculation script in drop2 var v==this.getfield("drop1").value;var...
View ArticleCheck to see if entered date lands on a certain "Day"
Hello -I'm looking for a simple way to check if an entered date on a PDF form lands on a certain "day" of the week (i.e. Sunday). If so... nothing happens; however, if it's not the desired programmed...
View ArticleHow reset Acrobat form field using javascript API
How reset Acrobat form field using javascript API
View ArticleQuestion to Adobe: Ruling out non-Adobe viewers via Acrobat Javascript
Hi, ***I would like to address this question to Adobe Acrobat developers:**** I'd like to add a doc-level javascript (thru another script) that will check the viewer type, and if it neither Acrobat (6...
View ArticleRounding down.
It's a simple formula. (X-10)/2 rounded down to the nearest whole number. This is what I have so far: var a = this.getField("str") event.value = (a.value -10)/2 But that just does the math part, and...
View ArticleValidate fields before signature
I have 2 fields in my form that I would like to make sure are not empty before people sign the form.The names are:Name candidateNameEndClient I have set these fields to Required, but it needs a trigger...
View ArticleAction that finds specified words and highlight the whole sentence or paragraph
Hi All, I know a action file from Acrobat users group (http://acrobatusers.com/content/find-highlight-words-and-phrases) which find and highlight a set of words using Acrobat action. But, is this...
View Article