Add watermark from file coding
I have some excel VBA script that will print data that is entered into an excel spreadsheet to pdf and then insert it into a default layout pdf as a watermark. In order to keep this as understandable...
View Article'flatten.txt' script for Acrobat 9 Flatten Document Menu Item
Hello,I was following the steps in this blog (Add a Flatten Document Menu Item to Acrobat) to add a Flatten Document menu item in Acrobat 9, and the link the 'flatten.txt' script is dead. The page...
View ArticleClassic 'Flatten PDF' question
So I have created a fairly complex fillable form in Acrobat Pro (10.1.8)... I have saved it for use by other users in Adobe Reader. (File>Save As>Reader Extended PDF>Enable Additional...
View ArticleHow to validate default printer before silent printing using adobe javascript?
Hi, I have written a adobe javascript function which will be called on a click of a button in the pdf page. When you click the button, It triggers a silent printing using the default printer assigned....
View ArticleCalculation/Validation/Action
I'm kind of stuck or missing something here. I have a DropDown with 3 entries preformatted but also have the option check to let users enter custom text. However thats not ths issue. The issue is that...
View Articlecan someone tell me if this would work...andif not why....
I want to grade a test that uses radio buttons to indicate the answers...there are 58 questions with five answers to select from for each question...I'm using a button that when clicked it will look at...
View ArticleAcrobat Form comes up "Operation is not permitted"
I made a simple form to register for an event and put it up on a clients website.The form can be filled out but when the end user tries to submit the form on the website, Acrobat reader comes back with...
View ArticleScript to Mask first 5 digits of Social Security Number in an enterable text...
Hello,I'm in search of a script to hide the first five digits of a social security number such as "XXX-XX-1234", so whatever the user enters in the first 5, whats returned is always X. Using Acrobat 9...
View ArticleAdd watermark from file coding
I have some excel VBA script that will print data that is entered into an excel spreadsheet to pdf and then insert it into a default layout pdf as a watermark. In order to keep this as understandable...
View ArticleHow 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 ArticleNeed assistance writing a JavaScript code for validating the length of...
var transit = this.getField("bankNumber").valueAsString;var transitLength = transit.length;if (transit.length !=== 5){xfa.host.messageBox("The transit number has to be 5 digits.")} I'm using Adobe...
View ArticleAuto-populate the days of the week from a single field
I am trying to add a script that will auto-populate the days of the week from a single field. I've got a sample script that will populate the fields from today's date, but that is not what i'm looking...
View ArticlePrint the last pages of a multi-page document
I have a document that is dynamic in the total pages depending on what staff choose for answers to questions.I want to print just the last 22 pages as those will always be the last 22 pages I have the...
View ArticleHide/Show layers with Javascript
Hello, I am trying to find a Javascript method for hiding/showing layers in a pdf document. I would like to be able to use an if/else statement to set the visibility of multiple layers. Let's say I...
View ArticleExpand/Collapse all the Bookmarks in a PDF file
Hi, This is my first message on the board :-) I work with very large PDF files (i.e 2000 pages, 700 bookmarks on 5 or 6 levels!) and I'm looking for a script (Acrobat 9 Pro) allowing to expand/collapse...
View ArticleForm Won't Submit Outside Browser
Hello, I have a form that uses the submitForm() JavaScript function to submit the form to a handler. The handler adds the completed form to a SharePoint document library. The form submits successfully...
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 ArticleHow to combine quads?
Hi All,I would like to combine the annotations of several words using their quads, but am finding the conversion from the quads string to array and back very confusing. Anyone has a good tip on how to...
View ArticleHow do I populate two text boxes (different values) from one combobox
I have successfully used the following script to populate one text box from one combobox:// Set this field value to the value of the combo boxevent.value = getField("Combo Box25").value; However, I...
View ArticleHELP! If else statement
I need help with the following form questions: Field 1: ConfHotelYorNField 2: HotelRateField 3: IRSMaxLodingFiled 4: EmpCost If the person answers "Yes" to the question in Field 1, nothing else needs...
View Article