linksklick Hand-Werkzeug rechtsklick Hyperlink
Ich habe ein PDF geschrieben mit dem man auf Textfelder klicken kann und somit wird in das Textfeld hinein gezoomt.Mit einem erneuten klick zommt man wieder heraus. Dies funktioniert über ein kleines...
View ArticleJavascript for Acrobat XI
Hello everyone. Using the creative cloud I just upgraded from Acrobat 8 to Acronbat XI. I cannot find the Javascript documentation for that version of Acrobat, nor can I find the SDK for that version...
View ArticleDetecting a failed POST communication in a Form's javascript
My PDF form has a 'Submit' button that is a standard button with Javascript responding to the button's 'Mouse Up' event.The Javascript calls the function 'submitForm', and this results in a POST to a...
View ArticleJavaScript E-mail Validation Script Issues
Hi Everyone: I am using Adobe Pro. I'm looking to validate a custom textbox I created which will contain email addresses, for example:xxx@xxx.xxx; xxx@xxx.xxx; xxx@xxx.xxxI wrote some JavaScript which...
View ArticleHow to disable - General preference -> Create links from URLs. Using Acrobat...
http:\\www.sdss.com should not be suggested as a link. We have manual option to uncheck -> Create links from URLs, but I need to achieve this through the script. Please help on this ASAP.
View ArticleCalculate 24-Hour Time (aka Military Time)
I am not very good with JavaScript. Having said that I have had someone send me a script to help me with a form that is built in Livecycle ES4, however, it isn't working form me. It works in the HTML...
View ArticleDocument-level Javascript as Object
I created a document level script called Utility.I want to create methods within this script rather than coding each one separately.function Utility(){this.getFormattedDateOnly=function(pDate) { if...
View ArticleSetting Reader preferences
I believe this is not possible within Javascript, correct ?I think the best one could do is to provide a button to do an execMenuItem("GeneralPrefs")....no ? However, I was wondering....is it possible...
View Articlethis.dirty replacement
I noticed this property is set to true on the slightest changes.I need a formdirty property such that it is only triggered upon changes to one of the form field values. Can I assume that if the...
View ArticleLimit the amount of characters of a text field based on first digit
Hello and thanks in advance for your help! I would like to limit the amount of characters of the text field based on the first digit of the number (the text field is only limited to a number...
View ArticleError displaying HTML response from HTTP Form Submission
Hello, We have built a custom software solution that uses Acrobat Reader to submit PDF forms (designed in Acrobat Pro) to a custom HTTP handler service for processing. Once the service is finished, it...
View ArticleJavascript help for newbie
Hi,I have a 18x12 booklet form PDF (each PDF page consists of 2 9x12 images) that I need to split into single 9x12 pages.Found 2 scripts on the net to split pages in Acrobat and the other one to...
View ArticleAdd text to PDF based on File name
Hi Everyone, I am trying to set up an action sequence that will take the file name and insert it into the PDF document at various places. I have the following code which works to an extent but ere is...
View ArticleJavaScript and Drop down menu help?
Hi, I'm having trouble trying to get options in my drop down menu to update in another section. I have the below script in a hidden field and everything seems to be working but it keeps picking up the...
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 ArticleNeed Help, retrieving a combo boxes actual/print/visible value instead of the...
Hello, I need help, retrieving a combo boxes actual value, not the export value. I have a combo box with multiple options to select from. each of those selections has a separate export value, which...
View ArticleHow to get export value of a listbox / combobox
Hello!Can anyone tell me, how I could get the ExportValue, chosen by the user, of a listbox rsp. combobox?I have a list ob Values in the listbox, for exampleJan, Feb, Mar, ...And I need to get the...
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 ArticleOpen Data Object - Open File attachment within pdf document
I am trying to build a script which will open file attachments embedded in a pdf document. I have used the following javascript to list all embedded files within a document so I can retrieve the name...
View ArticleHow to require field input using the this.mailDoc function
I have a this.mailDoc script in a form I'm putting together. It's working fine, but what I'm needing are instructions on how to require certain fields to be filled in before the this.mailDoc can...
View Article