Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Browsing all 12130 articles
Browse latest View live

Check to see if any field is empty

I have a pretty large document that has over 200 text/check boxes. What I want to do is create a button that makes a pop-up warning for any blank fields in the entire document. Right now the only way...

View Article


Dynamic Stamp - Prepopulate text field

I have a dynamic stamp that I created but I need to add a value, if it exists, which is located under "Document Properties/Custom" to a text box on the dialog when it initially displays.  The Name of...

View Article


Remove 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 Article

Lock form & email as PDF Javascript

Hi Guys, I am using Adobe Acrobat X and creating a Forms natively. We do not use LiveCycle. So I have created a form with several fields, buttons a date picker - some of which I have found online.  The...

View Article

Is there any functionality for generate barcode automatically using javascript?

Hello everyone ,  I Have one barcode in my pdf . There are many field in javascript . After filling all fields If i click on submit button then generate barcode . In my barcode size is 50 character .If...

View Article


Is there a way to center align the items in a drop down menu?

Hello,I have a drop down menu on a form and would like for the items to be centered in the space I've created for the menu. Right now everything appears to be aligned to the left and I cannot figure...

View Article

placing a signature box after stamping with a dynamic stamp

Hello, I am unsure of how to call the position where the dynamic stamp was placed within the document from withing the calculation script of the stamp. I have a dynamic stamp that prompts the user to...

View Article

Display 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 Article


How to generate PDF using FDF file and the PDF form template (PHP)

Hi Folks, I'm really sorry that I couldn't follow all the valuable discussions going on here, regularly. I need some immediate help. I NEED A PHP SOLUTION. I'm able to generate FDF files using the PDF...

View Article


Dependent dropdown lists in Acrobat

Hi, I am a first time poster and was looking for help with some scripting in a PDF form I have created. I am basically looking to have a second dropdown list dependant on the value of the first but I'm...

View Article

Why are semicolons not showing up in my exported text?

I have a Javascript that pulls out the text from a document and places it in a special file for further use in an HTML web page.  Because it is going into an HTML web page I am encoding special...

View Article

initial view

Dear scripters, I have this script for Acrobat 9 Pro.I'm almost there but it seems I can't get to the "Fit Page" option at Initial View.Does anybody knows what I'm doing wrong?   tell application...

View Article

How to Apply Security or Remove in Batch using Acrobat X

I’m using Acrobat X Pro. I’ve used Acrobat Pro 6-9. I need to remove security in batch and apply security to about 100 PDFs. I’m totally lost in Acrobat X. Where are all of the batch sequence commands...

View Article


How to automatically set Print Scaling to 'None'

Is there any way to automatically set print scaling to 'none' on an existing PDF document? This setting is set manually by going to File > Properties, and then going to the 'Advanced' tab and...

View Article

how to draw in Acrobat?

I know this is probably not the right place for that but...I am developing a Asp.net app that deals with PDF forms. I have learned how to do the entire javascript on PDF documents, how to submit FDF...

View Article


Lengthy Drop Down List Items

I am completely new to Acrobat and Javascripts. Are there any scripts that can:- Wrap text within a drop down list?- Automatically wrap long drop down items into a text field below it? Or, if there is...

View Article

Is there a way to add a timestamp from a server to JavaScript code?

I have been able to add a timestamp from a server using certificate > timestamp. Does anyone know if it is possible to write a JavaScript that will check the timestamp to see if the pdf expired? Thanks

View Article


Anyone have "batchseq.zip" for Adobe Acrobat 9? If I have to start from...

Acrobat 9 here. Want to do document processing to set a password on all PDFs. No idea where to locate batchseq.zip to download given that 9 is not supported anymore. But...failing that, guidance on...

View Article

Running a Date Script, checking to see if the Field is empty

I have a Date Script     var f = this.getField("WeekEndDate");     var d = new Date(f.value);     d.setDate(d.getDate()-6);      event.value = util.printd("mm/dd/yyyy", d); This works fine, but when...

View Article

Text field enlarge to view total texts

I use adobe acrobat xi. I allow multy lines for a text field so that it is possible to write more words than there is actually room for, so that the text scrolls up. However, the problem is that it is...

View Article
Browsing all 12130 articles
Browse latest View live