Acrobat X -- Reorder Pages by Bookmark Sort Order
Is there a way to programatically / automatically re-order the pages of a PDF by sorting them according to bookmark order? I have 56 pages and each one has exactly one bookmark, which is numerical. I...
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 ArticleHow to toggle highlight fields?
I'm looking at trying to toggle highlight certain fields based on a selection of a radio button and a checkbox. I want to highlight text fields based on their selection, just to emphasis the importance...
View ArticleI need to display the name of an Inserted file
I've created an approval form that will be attached to another PDF. The PDF will be inserted to the approval form. It will become page two of the form. I want to display the name of the inserted PDF on...
View ArticleDetermining the index of a selected item in a ListBox
Hello,I can't seem to figure out a simple/direct method to identify the index of the selected item in one list box.I feel like I'm missing something, but I can't seem to figure which (if any) property...
View ArticlePopulate combobox based on another combobox selection
New to Acrobat scripting. Read a few articles, searched the web, but not seeming to work. I need one combox with three regions, based on the selection of one of those regions I want it to populate a...
View ArticleLinks properties
Hello everybody!I use JS script which create links on each page of the current document. var linkWidth = 377, linkHeight = 18;for (var i = 0; i < this.numPages; i++){var cropBox =...
View ArticleAcrobat X Pro, Drop Down with Lots of options+filling 2 other fields
I have 3 columns of particular interest. The current form uses 2 drop down boxes, and one manual text box.I'm interested in refining the process. I'd like to pick the one most significant data from the...
View ArticleSyntaxError with form
I have a drop down that populates a multi-line text field.Everything works except on my last paragrah. I can even get it to work if I only include some of the text in this particular paragraph but if I...
View ArticleJavascript to pull a PDF field into the Subject line of email?
I've created a fillable PDF form using Pro X. I'd like to program the Submit button so that once in the email portion, the subject line would automatically pull 3 specific fields from the PDF file....
View ArticleHow to create a date field that is fixed upon signing?
Hi, I have been creating a series of PDF forms on Adobe XI Pro that are designed to be filled in using Adobe Reader (hence are saved as Adobe Reader Extended). Once the form is complete there are...
View ArticleAuto Tab without setting each text field
Hello, I have a 50 page PDF document with fillable text fields that I would like to auto tab (character limit is set to 65). I have seen where you can create a document level javascript then set each...
View ArticleLinking to Forms to other documents
I have a form that I need to link to the instructions in a different file. The instructions manual contains instructions for multiple forms, and what we want to accomplish is that when the user select...
View ArticleCan't get past Illegal character 3
Hello all. I can't get past Illegal Character 3 in JavaScript code. I think everything is closed off how it should be. Any ideas? Thanks.
View ArticleAuto Printing PDF docs in FTP folder
Ok so here is the deal, I have an FTP folder set up in a Windows 2003 server environment. I will be recieving PDF docs into an FTP file a few times a day and I would like to know if there is a way for...
View ArticleCustom Format Script Help
I am not too familiar with scripting but am hoping someone can provide some guidance or at least somewhere online that will show me how to do this. Here's what I'm trying to do: I have a text field...
View ArticleDelete Document Level Script Using JavaScript?
Hello all. Is there a way for a document level script to delete itself? I am running Adobe Acrobat Professional 11. My situation is that I am currently analysing data using a Java application. The Java...
View ArticleJavaScript Line Limits in Adobe Forms
Is there a limit of JavaScript lines that can be entered into a field in a form? If yes, is there a work around?
View ArticleJavascripts folder for Acrobat X on MAC
there is a Javascripts folder for Acrobat 9 under the install location, but I do not see that for the acrobat x installation on MAC.any ideas? thanks!
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 Article