If/then checkbox script help in Adobe Acrobat Form...
If have an order form that has two different pricing fields (regular price per item & subscription price per item) for each line item and then a quantity and then a total field. Lastly, there is a...
View ArticleEnforcing required text fields in pdf before saving or printing
Hi all, First of all, please know that I have just spent over an hour going through as many threads as I can regarding required fields but none of them seemed to answer my question since most dealt...
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 ArticleQuestion to Adobe: Ruling out non-Adobe viewers via Acrobat Javascript
Hi, ***I would like to address this question to Adobe Acrobat developers:**** I'd like to add a doc-level javascript (thru another script) that will check the viewer type, and if it neither Acrobat (6...
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 ArticleTo draw in the pdf using pen tool in acrobat reader x
hi im using the app.execMenuItem("Annots:Tool:InkMenuItem"); in the javascript of textbox in acrobat pro 9. When i click the text box pen tool is activated and im able to sign in that textbox. But in...
View ArticleCombining an even pages file and an odd pages file into one PDF achieving...
Hello all!I have several documents that were scanned (in another application) using an autofeed scanner yielding one file for all frontpages (odds) and one file for all backpages (evens). I have these...
View ArticleHow to set a PDF to expire (Working Script)
Here is a little script I made up the other night. You can use it to allow a PDF to be opened only until a set date. I use this for when my employees go to service a customer. I want them to be able to...
View ArticleConvert multiple files (word docs) to multiple pdf
Hi,Is there a script I can use in batch processing to convert about 1500 word documents into pdf? I know it's possible to convert multiple files into one pdf, but this is no good to me. Doing these...
View ArticleCalculating Based on Checkbox Value
ok I have simple situation, one checkbox and one text field. If the check box is checked, I want the value of the text field to be 3(just an example).I'm new to formcalc on the text field calculate,...
View ArticleDynamic stamp using Acrobat JavaScript.
I have created a dynamic stamp using Acrobat JavaScript in Adobe 10.0 with text fields that require user input before pasting the stamp, and while the original file for the template is open the stamp...
View ArticleLock 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 ArticleNeed to create date/timestamp or watermark when printed.....
I want to be able to have the time/date printed out on a pdf when it is printed. I could be as a header/footer or a watermark. It doesn't really matter. Is this possible? Can it be done in adobe...
View Articlecannot change from default printer in Acrobat X by code
pp.printerName = "\\\\print server\\printer"; works flawlessly in Acrobat 9 Standard but will not change from default printer in Acrobat X Standard unless run in the console. I've checked the printer...
View Articlehow to find pdf page size and display alert message?
hii need to process thousands of pages every day and some of them are wrong size (i.e. not matching say 300mm X 500mm).how can i set a javascript so that if a pdf is not 300X500 mm it would pop up an...
View ArticleTurning layer on or off depending on answer is greater or smaller than a...
Hi there, I've set up a PDF form in which I've got a few simple calculations boxes. All calculations work fine but now I've been requested to ad another box which, if the answer in the final...
View ArticleFolder-level JS that adds a doc-level JS
Hello fellows, I'm struggling with a folder-level script that should:1. Create a menu item under 'File'.2. When clicking the menu item, it should: a. Open a prompt, asking a user to enter an email...
View Articlepoint to a file you don't know the name of
I am wondering if its possible to find the name of the file if I know what folder its in without knowing the name. Adobe makes coded fdf file names and I don't know the name until after its created and...
View ArticleWorks at Document Level but not from addToolButton
I have code that works perfectly when I run it from the document level of Acrobat Pro 8.0. When I try to put it on the app.addToolButton function I keep getting undefined errors. Could someone review...
View Article