gregorian to hijri and viceversa javascript
I have a Javascript for a Hijri / Gregorian calendar.I need to get it into Adobe Acrobat PDF.The business requirements for this are easy. Just take the script i give you and get it to work in Adobe...
View ArticleAccessing Javascript console in Acrobat X Std
Good evening, for some reason the "Ctrl + J" shortcut does not work on my Acrobat X Std. The shortcut does show up in the helpfile so I assume there is something wrong. Does anybody else have the same...
View ArticleCreating order form and need Java Script to calculate unit price and quantity...
Hi, I am creating order form in Acrobat Pro , and I have codeOrder QuantityUnit price $201500$ 0.522011000$ 0.36202300$ 0.26202500$ 0.2 How make Subtotal and Total price with Java script. I do not know...
View ArticleError while first update
Created PDF form with javascript. when i update any field in first time after open PDF form, getting message in javascript debugger as below:Acrobat EScript Built-in Functions Version 9.0Acrobat...
View ArticleCertificates - Javascript warning
If a form document was certified with a digital certificate, would the javascript warnings in dialog and app.alert message be eliminated ?Where does one acquire a digitial ID / certificate ?Sorry - I...
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 ArticleSave each page of a multi-page document as a separate file using spawned file...
Hello We are currently changing our hard-copy personnel files and converting them to pdf files. We have scanned the entire file into one multi-page document. I am wanting to save each page (or groups...
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 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 ArticleCreating a checkbox that will populate another field with a number
I would like to create JavaScript whereby checking a checkbox populates another field with a number, but leaving it unchecked = 0. I have tried (unsuccessfully) to create the code, but it keeps...
View Articlehow to store string to text file
Hi All Please find my script coding var s= new Array();var tPath = fPath.replace(".pdf",".txt")for (var p = 0; p < this.numPages; p++) { s.push(this.getPageLabel(p));}var allText=s.join("\r");...
View ArticleSimple custom dynamic stamp
I'm looking to build a custom dynamic stamp but I have NO javascript skills. I'm looking to be able to balloon (number) blueprints to uniquely identify all dimensions listed on the print. I'd like...
View ArticleEmail Button and Three dropdowns
I have three drop down fields, and one email button. At a give time only one of dropdowns has values (email address) in it. I am using below code that works great with only one filed, is there anyway...
View ArticleCannot enter custom calculation script
Hello, I'm unable to enter a custom calculation script for a text field in Acrobat XI. When I paste my code and click "OK", the script is not reflected in the "Calculate" tab. Only the "Value is not...
View ArticleCalculating a percentage up to a finite number.
I am trying to create code that will display 70% of a person's weekly income up to $1000. I need an "if" code so that if the total is over $1000, the box will show $1000 or the lesser amount. I'm new...
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 ArticleAdding custom arguments to links
This might be an easy question, but we can't find a way for now.We need to create a script or plug-in that makes it easy for users to enter/edit links using a specific syntax. This syntax is used on...
View ArticleIf Else Statement for PDF Form
I am unfamilar with JavaScript and need to create a calculation for a PDF form. The form is used to determine profit. There is a radio button called payroll with two values, "internal" and "external"....
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 Article