Change field color to red
I have sets of check boxes in an Acrobat form. The user can is required to select one or more of the check boxes in each set. Leveraging off of a previous post by Try67, I was able to create a hidden...
View ArticleHow to get the export value of dropdown field under validate in adobe acrobat?
How to get the export value of dropdown field under validate in adobe acrobat? I tried using getField("dropdownname").value which gives the previous selected export value.Then tried event.value which...
View ArticleHow to hide the calendar in adobe acrobat even if date or month or year is...
I am using Form Router Calendar. But on setting the script FormRouter_ClearCalendar in the blur event it works . But on clicking month or year it disappears. Please provide a solution at the earliest.
View ArticleDisplay Filename in PDF File
Hi there, hoping for some help on what I think is quite a simple issue. I want to create a blank single page PDF file which has a text field automatically and dynamically completed based on the file...
View ArticleJavaScript to Print to PDF with a pre-determined file name
I know how to add a button and set it to print, but that only brings up the print dialog...What i am trying to achieve is to have a button that executes a javascript to print to the adobe PDF printer...
View ArticleNotAllowedError: Security settings prevent access to this property or method.
hey guys, I'm getting this error when I click in the check box in adobe. do I have a settings issue or a syntax issue or what? can anyone help? NotAllowedError: Security settings prevent access to...
View ArticleAdd Curent Date & Time to PDF when Printed
This is my first post so please excuse any ignorance. Basically we are in the process of creating electronic copies of SOP’s and putting them on our file server for all staff to access. Due to...
View ArticleConditional Statements Needed
Do you know if there is a way to make a script in Java that can represent: To get "Competitive Cost Savings", you must subtract "average" from "Awarded" (I have this part) I need the following:...
View ArticleJavaScript Calculation Overide
I have this javascript that calculates a shipping field based on where the customer is from and if the amount purchased is over $250. There is also a check box that can waive the shipping and that is...
View ArticleHow to Auto-populate TextField in Acrobat x with a value determined by user...
I have a group of 3 Check Boxes for user to select their Work Shift: The check boxes are set up to be mutually exclusive (same name: "EMP_Shift", different Export Values: Day, Evening, Night). Form...
View Articleextract part of a form
I've created a digital form in Acrobat Pro.This form contains 10 chapters.Each chapter contains 3+ pages.My client wants to fill in a chapter and then export that chapter as a PDF. For example:He fills...
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 ArticleI need some help!!!
Hi, this is more of an html question than a javascript question, but here it goes. I am designing a web page for a client of mine. I am having problems with making the right side of the page be at...
View Articleget.Field from 2 different text fields
Hi, I have this script i'm trying to run. The purpose of the script is to get csv info from a text field.Now the text field is maxed out character wise, so i've created a new text field...
View ArticleHow to show/hide image on multiple pages
Depending on the location field, the image (logo) on the forms changes. How could I place the same image in the upper left hand corner of the page of pages 5-25 in Acrobat with JavaScript?
View ArticleDrop down menu with multiple values
Hi all and thanks for your help in advance.If been trying to get my head around scritps for adobe and have done some basic forms in volving them that i use for work, but this one has got me stumped and...
View Articleactions or batch sequence - global.FileCnt is undefined
I've tried the following example in the adobe acrobat docu (see code below). However, it never reaches "End Job Code" line. Upon logging, global.FileCnt has always been undefined. Why is that? Isn't it...
View ArticlepostMessage not working in IE
I am trying to post messages from my pdf document to the web browser. I have the following code snippet below. I am receiving the alert from the pdf file in all browsers. I am not getting the...
View ArticleUsing Javascript to upload an image to PDF forum, and then some.
Currently using Java Script in a PDF forum button, event.target.buttonImportIcon(); It works but there are some issues. The files all show up as idle even though I can upload them.The default file...
View ArticleAdobe Javascript Silent printing status
I am trying to print the PDF using Adobe Javascript in a silent mode to my default printer connected to my laptop. But, The this.print() method returns "true" even if the printer is not...
View Article