javascript that can convert numeric values to words like
Can anyone help me in this matter. I want to make automatic conversion of number to word likeex. 300 = Tree Hundred, in different box. Thanks in Advance
View Articleradion button to show/hide drop down field
I have three radio buttons, and I want to show a different drop down based on which one is clicked!using this script in one of the buttons is called "Central Office" but it is not doing anything, can...
View ArticleAcrobat Crash - Memory could not be read
First of all sorry if this has been covered before, I searched for a few keywords from my error but couldn't really find anything of any help. I am using Acrobat Professional 7.0 in conjunction with a...
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 ArticleHelp with Dynamic Stamp
HelloI have created a dynamic stamp that I swear was working great this morning, but now odd things are happening. I am very new to this. Heres what i have done so far....I created the PDF for the...
View ArticleHelp with timesheet
Hi I have been asked to create a time sheet for employees to sign. I need 3 x start/finish times per day and a total hour worked each day. We already had a time sheet made in Excel which does all this...
View ArticleHow to create a pop up calendar in adobe acrobat or any other adobe tool via...
I want to create a pop up calendar in adobe acrobat or any other adobe tool via adobe javascript in a PDF form .I wish to create the calendar without any third party tool.I found few options like...
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 ArticleHow to create a pop up calendar in adobe acrobat or any other adobe tool via...
I want to create a pop up calendar in adobe acrobat or any other adobe tool via adobe javascript in a PDF form .I wish to create the calendar without any third party tool. I found few options like...
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 ArticleCompress a reader extended pdf form
How can I compress a reader extended pdf form.The form is now 3,5 mb, it's a form with 2 logos on masterpage, extra stylesheets and 2 fragments + some top level navigationfunctions. Anyone knows this,...
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 ArticleCustom calculation not executing in Firefox
I have a custom calculation script in my pdf (Adobe XI): var v = this.getField("DefendantListBox").value; if( typeof v=="string" ) event.value = v; else event.value =...
View ArticleCustom Text Field in a Dymanic Stamp
Im creating a new dymanic custom stamp, but instead of the date/time, when inserted, I need to then manually enter text into the dymanic text field. How do I change the script in the dymanic feild of...
View ArticleInsert or Stamp Filename
I have adobe acrobat 8. I want to insert or stamp the file name to the pdf. I have approximately 400 files to stamp with the individual file names so I would like to do it automatically. All help...
View ArticleSort bookmarks alphabetically
I have several major bookmarks and quite a few subbookmarks below each of the major bookmarks, and the subbookmarks need to be alphabetical within their major bookmark category. I've not been able to...
View ArticleInternal error occurs when applying fixup with javascript
I am trying to apply fixups using the javascript preflight method. When I omit fixups, using "this.preflight( oProfile, true, oThermometer)", everything goes well.When I don't omit fixups, using...
View ArticleSplit full name with mixed in middle name
In a drop down have full names but some have middle name and I want to get the drop down and put the last name in a text filed and first name/ or firstname and middle name in the second text filedall...
View ArticleCan I import a DLL file in javascript how the syntax.
Can I importa DLLfile injavascripthowthe syntax.
View ArticleHow to set a pop up calendar control in pdf form using javascript?
I'd like to add a pop up calendar control in a PDF form using Adobe Javascript. The user should be able to select a date from the calendar control.Awaiting a solution at the earliest.
View Article