Script to Split PDF files on Bookmarks
I'm totally new to Java scripting. What I'm looking for is a script I can run from batch processing with professional that will look at a collection files in s directory and split ech one of them on...
View ArticleIf Else Statement for PDF Form
I am unfamilar with JavaScript and need to create a calculation for a PDF form. The form is used to determine profit. There is a radio button called payroll with two values, "internal" and "external"....
View ArticleSort bookmarks alphabetically
I have several major bookmarks and quite a few subbookmarks below each of the major bookmarks, and the subbookmarks need to be alphabetical within their major bookmark category. I've not been able to...
View ArticleGetting "TypeError: f is null" With All Checkboxes
My form has multiple check boxes. Whenever I check or uncheck any of them, the Javascript Debugger displays this message. TypeError: f is null1051:byteCodeToolTypeError: f is null1051:byteCodeTool...
View Articleopen file using Javascript
I am trying to open a file using a javascript dropdown menu. I know acrobat allows users to open a single file using the standard features, but I have about 30 different files that need to be...
View ArticleHow do I retrieve page counts from thousands of PDFS?
Here's the situation:I work in a quick printing environment and regularly get batches of PDFs. I currently have a folder containing 4000 PDFs. I need to:1) get an accurate page count from each PDf2)...
View ArticleScript that will batch count the total number of pages in multiple PDFs in a...
Is there a script I can use in ExtendScript Toolkit that will batch count the total number of pages in multiple PDFs in a folder?
View ArticleHow do i get the face value of a dropdown box and not the export value to...
I have been using the get.field command but it only get the export value. I have been using this code//Set the vars one and two: varone = this.getField("Dropdown93"); vartwo =...
View ArticleHide all fields begining with "Section 2 ...."
Hello all, I'm currently working on a small script in order to select all field names begining with "section 2..."(so "section 2-1 Name", "Section 2-2 Address" etc...). I want to hide these fields...
View ArticleHow to ensure blank fields don't print?
I am making several fillable forms, and not all of the fields will always need to be filled in. I have default, "instructional" text in each field entering in the Custom Format Script section the...
View ArticleAcrobat in C# problem
the programm works fine on the DEV System, start on other the come ever this Message: System.Runtime.InteropServices.COMException (0x80040154): Die COM-Klassenfactory für die Komponente mit CLSID...
View Articlecan't select fields for calculations
someone suggested I try this section. Hi I am using acrobat 9 pro and i can't slect field for calculations. I can select all of them by clicking on select all and can deselect all. but I cannot choose...
View ArticleAutomatic Number Generation When Opening an Acrobat Form
Hello, I've created a PDF Job Ticket Form with several input fields using Acrobat Pro, now I would like to have this form automatically generate a sequencial number on each page of the form everytime...
View ArticleAdding a formula to form with acrobat professional
I am new to this so please be nice. My boss handed me the program last week and I have been creating a form (to the best of my abilities). I need to know how to insert a formula into a field so that it...
View ArticleInsert signatre via javascript and close document...
Hello, I have designed a medical form template... %95 of it is being filled by patients "Health Related" and only less than %5 is being filled by doctor... A SaveIt button turns all the fields into...
View ArticleExtract PDF Form Data Using JavaScript and write to CSV File
I have been given a PDF file with a form. The form is **not** formatted as a table. My requirement is to extract the form field values, and write them to a CSV file which can be imported into Excel....
View ArticleNeed to search then remove an array item every time code loops until nothing...
Hello, I've created a function that searches the array to see if an item exists and then by using splice() will remove that item from an array each time the code loops. The first time the code loops...
View ArticleSpecifying a font of "font.HelvB" produces a non-bold font that is the same...
I'm using Acrobat X with JavaScript and am attempting to specify a bold Helvetica font via "font.HelvB". However, the resulting font isn't bold and is the same as specifying "font.Helv". How do I make...
View ArticleAfter setting the "Changes Allowed" security permissions to allow...
Hi, Historically I've successfully set the security permission "Changes Allowed" box to "Commenting, filling in form fields, and signing existing signature fields". This has grayed out the Forms...
View ArticleIf I get the user to select a location from a drop down box
If I get the user to select a location from a drop down box (Atlanta, Orlando, etc total of 14 locations) then I want to write the address for that location in a text field what is the best way to do...
View Article