How do I count/add fields with numbers and fields with letters?
This is an attendance calendar I'm making for my work.Cells in CLIENT A column will be marked with either a number ( >0, indicating how many hours attended) or a letter (A = absent, H = Holiday).I...
View Articlepdf http request
hello I work on Acrobat Pro My goal is to send arequest HTTPthrough my PDF file I took a classic example: I put javascript code in Programmes/Acrobat/......../javascript/ajax = function(cURL) { var...
View ArticleCustom JavaScript to omit NA selection.
I have a form that uses 5 sections of combo boxes. In section has 4 sets of combo boxes and you have the option to choose 0,1,2,3, and NA. Beside each of those combo boxes is a score which reflects...
View Article"Save a copy" does not run the JavaScript defined for AA WS/DS
I'm displaying the pdf in browser (IE) and need to audit the user saving the file (e.g. from the floating toolbar's "Save a copy"). However, the script inserted to run on Additional Action Did...
View ArticleCustom JavaScript Help
I have 5 combo boxes with choices of Y, N and NA. When yes is selected the score will equal 3, when no is selected the score will equal 0, when NA is selected the score will show no score. I have a...
View ArticleSaving - Network versus Local Drive
We created an inventory sheet using Acrobat Pro X that does some calculations. Once we fill it out we save it to capture the data and then create a flatten version to send to customers to avoid issues...
View ArticleCheckbox change value in field and reveal hidden text
HiI need to change a value in a field when a checkbox is pressedthe default value could be 10$ in "formfield1"But when the checbox is checked the value in "formfield1" should change to 8$I also need a...
View ArticleWhat action besides the mailto: one will work with a submit button to...
I have a submit button that uses the mailto: function to activate the required fields property on a pdf fillable form, but our users would prefer that the form not generate an email. Please let me know...
View ArticleCalculating a due date in Adobe XI using Java script....
I have two fields in a form. One with today's date being calculated with the following: var f=this.getField("Today");f.value=new Date(); The second field I am trying to add 7 days to, but I can't...
View ArticleExporting FDF files using Acrobat Reader
I have developed some forms using Acrobat Pro v9 that have buttons to save the data as FDF files using the exportAsFDF function and another button that saves the file as a PDF file with the new...
View ArticleAcrobat 9 Batch Processing - Get PDF filenames from folder?
Hello, Can anyone provide me with an example with how to use Batch Processing (when set to a specific folder/files) to get a list of filenames in that folder? I haven't been able to find any examples...
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 ArticleLengthy Drop Down List Items
I am completely new to Acrobat and Javascripts. Are there any scripts that can:- Wrap text within a drop down list?- Automatically wrap long drop down items into a text field below it? Or, if there is...
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 ArticleLock form & email as PDF Javascript
Hi Guys, I am using Adobe Acrobat X and creating a Forms natively. We do not use LiveCycle. So I have created a form with several fields, buttons a date picker - some of which I have found online. The...
View ArticleAdding a date stamp using Acrobat XI
Hi there I want to add a date stamp to a voucher PDF, so that when it is downloaded and printed out, it displays today's (system) date. I followed the tutorial at:...
View Articleopen file using Javascript
I am trying to open a file using a javascript dropdown menu. I know acrobat allows users to open a single file using the standard features, but I have about 30 different files that need to be...
View ArticleUsing Excel VBA to save PDF file as a text (plain) file?
I'm using 8.0 Acrobat Pro. Third party apps are not an option (I'm restricted from installing anything on my office PC). I could simply save each PDF manually, but given the number of files this would...
View ArticleDefaulting to current date for a text field
Acrobat Version 8.1.2I would like to have my Adobe form take the current date default for a text field. Any idea how this can be done? I tried following on the Field Properties Calculate Tab "Custom...
View Article