Questions tagged [adobe-javascript]
32 questions
0
votes
1 answer
Showing and hiding a list box on a spawned template page in Adobe Acrobat Pro
I'm struggling here and I'm hoping I'm just missing some small detail.
In a nutshell, I have a PDF file that by default has three pages shown and five hidden template pages. A drop-down form on the first page has five options and depending on the…

ProfC
- 47
- 1
- 10
0
votes
0 answers
Calculation Future dates with number of days
Can someone help with script for Adobe pdf.
I got 3 text field
Start Date
Number of Months
End Date
So I want a script when i populate Start date and Number of months, automatically populate the end date
example
I enter start date= 1/12/2018
then…
0
votes
1 answer
How to Convert numbers to word in indian Currency Format
I have A pdf form With this field
1.Invoice
2.Date
3.Truck No
4.Party Name
5.Party Place
6.City
7.GSTIN
8.Product
9.HSN
10.QTY
11.Rate
12.Amount
13.CGST
14.SGST
15.Total
16.Number
These are my Form Field
I need to Convert My Number to word By…

user9373184
- 13
- 2
- 6
0
votes
0 answers
Two variables not setting Requirement correctly
I have a checkbox, a dropdown, and a signature field.
If the box is checked or the dropdown is set to a certain value, the signature field needs to be Required. If the checkbox is unchecked and the dropbox is not set to that certain value, then the…

G..
- 1
- 2
0
votes
1 answer
Adobe Acrobat Required Radio Buttons Javascript
This is an Adobe Acrobat DC question. I'm working on the Javascript area and so I am hoping this is the place.
Currently creating an application form where there are "Yes" or "No" answers (using radio buttons). I want them to be required to answer…

James Dean
- 1
- 5
0
votes
1 answer
Adobe Acrobat Pro DC custom calculation script advice
I'm trying to create a form with:
a series of numerators and denominators to calculate
if the field is left blank, it is not included in the calculation
the calculation to be updated in real time, and not wait for each field to have a number in it…

drwnicc
- 1
- 2
0
votes
0 answers
Editable PDF with dynamic barcode generation
I'm trying to generate some editable PDF using Java. For that I'm using the Aspose.PDF library (Aspose.PDF Java), which exposes some nice methods, which allow me to generate a document, like the one below, but only at runtime.
I need to know if…

Marius Cirstea
- 123
- 1
- 5
0
votes
1 answer
Accessing external JS functions in Adobe Animate CC
In my Animate CC file I can handle the loading of external js files, but am struggling to understand how you access the functions in those external files from the timeline? For example, if my external script has:
function videoPlay() {
…

Scott Johnson
- 107
- 3
- 8
0
votes
1 answer
How to load dll file in acrobat javascript?
Here are my steps to load dll in js file
var x = callFunction();
function callFunction()
{
var mylib = new ExternalObject ("lib:fullPath:PrintableInt.dll");
var a = new PrintableInt(1);
alert(a);
mylib.unload();
}
I am getting error at…

Janak Patel
- 87
- 7
0
votes
1 answer
Adobe folder level JS runs on Acrobat Pro DC but not allowed on Acrobat Reader DC
I have an use case where PDF form is downloaded from IIS / MVC, filled by end user and submitted back to server. After successful submit FDF response triggers document protection to disallow changes to document. Protection is activated by folder…

Tero Meriläinen
- 53
- 1
- 4
0
votes
1 answer
PDF Form Submit to email
I have a PDF form, it's very basic, only 4 fields. I need to add a button and have it send an email out based on data entered into the form.
Currently I have the following.
var's for the four fields.
var cName = this.getField("Name").value;
var…

Bob007
- 109
- 1
- 7
0
votes
3 answers
Silent printing on clients printer for a hospital front desk ADF project
I am working on a Hospital front desk ADF project, here I need to generate visit slips these dont require print preview.I want to get to print the slips without any print dialogs nor do I want a popup window. I tried lot of stuff found on the net…

zDroid
- 426
- 1
- 11
- 32
0
votes
4 answers
Moving created files with JXA
I'm new to JXA scripting, but I'm attempting to troubleshoot some older scripts currently in place here at work. They loop through an InDesign document and create several PDFs based on it. Previously, they would be stored in a folder called…

CJ Williams
- 5
- 4
0
votes
1 answer
Adobe Script to show active Word Count
I have a script that allows me to view the Character Count limit, and then it counts down. I would prefer to display a Word Count instead because the majority of people don't count characters. I've attached a link to the pdf I've created for…

Millhorn
- 2,953
- 7
- 39
- 77
0
votes
1 answer
Adobe reader - Javascript error when closing/saving a digitally signed pdf
I am trying to save a digitally signed pdf. But when I close the document after clicking on save, I get this error in the javascript console.
NotAllowedError: Security settings prevent access to this property or…

Arthas
- 89
- 9