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 Articledestroy JavaScript objects
In order to reduce memory consuming I would try to delete JavaScript objects, arrays in my code, when they are not used more. Usually garbage collector deletes the objects without any references to...
View ArticleRemove all instances less 1
I've created a LiveCycle form and I'm trying to delete all instances of a row except 1, the first row. I'm essentially trying to reset the form the it's initial state. Cheers.
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 Articlesave all open jpg files
I have the script partially working. It saves all the open psd as jpg into into a separate directory and it close some of the open files not all. The directory has five files. The script saves only...
View ArticleCalculate years (age) between two dates
Good day! I haven't been able to find an answer I've been able to use in the archives or online, and would very much appreciate some help. I am working with Adobe Acrobat Pro XI (not LiveCycle), and...
View ArticlePossible values for execMenuItem()
Does anyone know of a list showing all the possible values that can be given as parameters to the execMenuItem method? I know that I can find the allowed commands in Acrobat by selecting the action...
View ArticlePage Spawning - Prompting For Number Of Pages
I asked a similar question a few years back and at the time, the project went by the wayside. Well, the project is back on track and now I'm in a jam and need to use some javascript for some easy...
View ArticleHow do I invoke Word PDFMaker from a macro?
Hi,I need to automate creating PDF's from Word with hyperlink fields converted precisely. The Adobe toolbar "Convert to Adobe PDF" button does exactly what I need. How do I invoke this type of...
View ArticleRequired Combo Box field with User option for custom text
I'm using Acrobat XI ProfessionalMy Problem:I created a combo box with several item choices, and the option for users to enter custom text. I would like this combo box to be REQUIRED, however, since I...
View ArticleSplit document when ever page starts with specific text
Is it possible to split document when ever page starts with specific text
View ArticleDisable field highlighting?
Good Morning, Working on a form that will be distributed to a number of users. The form utilizes a lot of scripts to highlight fields that require attention. The form works/shows well when the preset...
View ArticleUser input prompt not triggering when the dynamic stamp is applied
Hello All, let me start by saying I am not a programmer and the code I have is a cut, paste, and edit that I found on some other posts that I am trying to get to work. I understand enough of the...
View ArticleHow do I Show/Hide fields based on radio buttons?
I'm working on creating PDF Forms for our Health and Safety Program and am currently working on a form where I have a series of radio button groups (each contains a yes and no button) in a section that...
View ArticleHow to Auto-populate TextField in Acrobat x with a value determined by user...
I have a group of 3 Check Boxes for user to select their Work Shift: The check boxes are set up to be mutually exclusive (same name: "EMP_Shift", different Export Values: Day, Evening, Night). Form...
View Articlebhidden doesn't keep document hidden when using openDoc
When I open a doc: var otherDoc = app.openDoc({ cPath: "myDoc.pdf", bhidden: true, oDoc: this}); My understanding was that "bhidden" should make the doc you're opening stay hidden. When I...
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 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 ArticlePopulate a drop down list based on a radio button selection.
I have a drop down field I want to populate with one of two lists depending on the selection of two Radio Buttons in a Radio group.
View ArticleDefaulting to current date for a text field
Acrobat Version 8.1.2I would like to have my Adobe form take the current date default for a text field. Any idea how this can be done? I tried following on the Field Properties Calculate Tab "Custom...
View Article