Insert images into interactive PDF
Hello All, I am trying to create an Interactive PDF (forms) for users that should insert: - Name- Surname- Profile picture These information are then used to generate a badge and print it.So far I was...
View ArticleAdding a date stamp using Acrobat XI
Hi there I want to add a date stamp to a voucher PDF, so that when it is downloaded and printed out, it displays today's (system) date. I followed the tutorial at:...
View ArticleHow to fill PDF form programatically
Hi everyone,We are automating a web application using QuickTest Pro. In some scenarios we need to fill a PDF form and click 'submit' button. Is there any way we can use Acrobat SDK to automate this...
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 ArticleTrying to create a form field that calculates years of experience based on...
This isn't the script but it would be: XX years of experience on this date XX/XX/XXXX add 1 So every year a particular date the number would auto populate the years of experience based on the date the...
View ArticleAuto Fill Question
Hi All! I'm not sure if this is possible: I have a multipage fillable form and I was asked if it were possible to have information from one page populate the same designated fields on another page (or...
View ArticleJavaScript - input a # in a text field and a certain checkbox to be checked...
I am editing a pdf form in adobe XI pro. I need a javascript to do the following. I have the following text field titled “A1” and the following checkboxes titled “SetA1.1” “SetA1.2” “SetA1.3”...
View ArticlePosting the Acrobat PDF Digitally Signed Back to the Server On Submit or...
Can you script it to so a PDF will post itself back to the server after it is digitally signed with a certificate. If there is no event for once signed could the digitally signed PDF be posted back by...
View Articleconvert numbers to words
is there a script I can use in banpdf to convert numbers to wordsso if I put in 1000 in another text box it will say One Thousand My banking system which uses javascript does this, but I need to do it...
View ArticleAny way to check successful submit to a web server via javascript?
I have a submit button that submits the pdf to a server. It is functioning properly. But I was wondering if there is any way that I can write a javascript that checks for the success of the document...
View Articleconvert - modify pls
Hi. this is what I entered in the custom calculation script to the Form that I am making: // DestroyDate1 =DATE(YEAR(ProjClosureDate1)+RetentionPeriod1,MONTH(ProjClosureDate1),DAY(ProjClosureDate...
View ArticleCustom Format Script Help
I am not too familiar with scripting but am hoping someone can provide some guidance or at least somewhere online that will show me how to do this. Here's what I'm trying to do: I have a text field...
View Articlepopulate dropdown list from dropdown selection
I have a form field with two dropdown lists. I have seen an example of this in an order form but everything was multiplied out to accomodate several rows and so the coding wont work for what I am...
View ArticleCustom Calculator or Validtion
I have a form with 3 fields. All text boxes. "YearlyTotal" - customer input field - formatted as number with $"IncentiveLeft" - read only- formatted as number with $"IncentiveLevel" - read only - no...
View ArticleHow select annotation
Is it possible to select the annotation(s) using JavaScript. There is no property or method is not available Acrobat Javascript API reference guide.
View ArticleContinuously get a value in order to autofill a text box.
I am creating a type of KPI scoreboard that will tell the user what type of level they are currently operating in depending how they respond to four questions. I have set it up so that:Column 1 =...
View ArticleUsing javascript to save a pdf to a different directory and generating a new...
I have built the following script in an attempt to create a submit button that will automatically save the document in a different directory on my computer. It will also use the form field data...
View ArticleForm Level Validation Script Needed
I need a form level validation script. I have a form with several text fields and it is not used to collect information, but as a resource for others to attach to a contract by printing and signing or...
View ArticleInitialize multiple popups
I am trying to put two popups in a custom dialog. I am having trouble though because I can't figure out how to initialize the two different arrays that hold the choices for the two popups. When I use...
View ArticleRecoding value into equation
I have 17 segments that are named SP1 through SP17. Each of the fields can have value of 0, 1, 2, 3, 4, or 9.I know how to add up all the fields i.e. event.value = this.getField("SP1").value +...
View Article