How to do a better form post with javascript?
Good afternoon.We want to make more efficient internal form post in a Web site have a lot of trafic. With internal posts I am talking about the information the user didn't introduce directly in this...
View ArticleJavaScript Calculations for Quoting Customers with html Website...?
Hi I am new to JavaScript, but I know there is a way to do math with it. What I am trying to do is: with html have 2 <input> tags (lets say the ID's will be "box1" & "box2") the customer...
View ArticleHow to run script on Adobe Acrobat 9 Pro
HI all i'm new to Adobe Acrobat 9 Pro Scripting, and I'm hoping someone can help me how i can run any javascript on Adobe Acrobat 9 Pro. I have no idea which place (location) take script then run....
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 ArticleRadio buttons that pass a value to a textfield
Hi everybody;I’m trying to create a “Rating Matrix” for the evaluation of new raw material. On this form I create a group of radio buttons (i.e. Radio1 to Radio5). Each radio represents a rating value...
View ArticlePrinting a PDF via Acrobat Javascript
Hi - I have a need to print a PDF programmatically, via Javascript. The PDF is embedded in a Web page. I use postMessage to communicate with the PDF. I've created a simple HTML page with an embedded...
View ArticleCalculate the % of Change
I need to calculate the % change from A to B. I've used the Simplified field notation and came up with the correct value: (A-B)/B However, I need this value to be formatted as a percentage and "A" and...
View ArticleJavaScript to lock / unlock a signature field with a password
Hello! I have currently been struggling with a solution my employer wants to implement regarding a signature field in a PDF: We have a form with a signature field in a document that is passed through...
View ArticleJavascript/ Batch Processing - Query (Please assist/advice)
Hi Where can I find on the internet a JavaScript that will do the following for BATCH PROCESSING: -Combine single PDF files-Crop the pages-Check the sequence of the pages that it goes from 1,2,3 and...
View ArticleFolder Level Help
I can not even get started with what I want to do. I understand that I may need to use app.beginPriv(); Not sure how to use it. function Hello() {app.alert("Hello World!");return true;} Hello();My...
View ArticleLinks properties
Hello everybody!I use JS script which create links on each page of the current document. var linkWidth = 377, linkHeight = 18;for (var i = 0; i < this.numPages; i++){var cropBox =...
View ArticleCopy Paste and Rename a Folder
Hi Guys, Learning Javascript for PDF as I go, and this forum has been most helpful so far!! Am trying to create a button in a form which will run a javascript to perform a few file maintenance...
View ArticleHow do I invoke Word PDFMaker from a macro?
Hi,I need to automate creating PDF's from Word with hyperlink fields converted precisely. The Adobe toolbar "Convert to Adobe PDF" button does exactly what I need. How do I invoke this type of...
View ArticleAdding Text Watermarks increases file size - how to reduce?
I am processing PDFs as part of a larger automated workflow. The workflow calls a Javascript function (via Applescript) that opens and manipulates a PDF. My issue is when I addWatermarkFromText my file...
View ArticleInserting pages with Javascript
Hello, Is it possible to insert pages using Javascript? I would like to insert a page from a file upon the click of a button. I was using the following as a "Mouse Up" event in a button:...
View ArticleAcrobat X Pro, Drop Down with Lots of options+filling 2 other fields
I have 3 columns of particular interest. The current form uses 2 drop down boxes, and one manual text box.I'm interested in refining the process. I'd like to pick the one most significant data from the...
View ArticleJavascript to pull a PDF field into the Subject line of email?
I've created a fillable PDF form using Pro X. I'd like to program the Submit button so that once in the email portion, the subject line would automatically pull 3 specific fields from the PDF file....
View ArticleExpand/Collapse all the Bookmarks in a PDF file
Hi, This is my first message on the board :-) I work with very large PDF files (i.e 2000 pages, 700 bookmarks on 5 or 6 levels!) and I'm looking for a script (Acrobat 9 Pro) allowing to expand/collapse...
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 ArticleConvert Feet and Inch to cm (and vice versa)
I need some help with conversion of height. The form was designed by the department and there is a field where one need to enter the height of the participant. The height can either be in cm or in Feet...
View Article