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 ArticleCan i change annotation text
I Need to create a replace type function that will get the text in the tagged link annotations and add a string to it. Is this possible. I have looked all through the api reference and cannot find a...
View ArticleCreate Acrobat Form Field with JavaScript and Restrict to Numeric Values Only
Hi, I am using a JavaScript loop to create a number of similar form fields. I am trying to restrict the data entered in these fields to numbers only. I am able to validate numbers that are entered, but...
View ArticleDependent dropdown lists in Acrobat
Hi, I am a first time poster and was looking for help with some scripting in a PDF form I have created. I am basically looking to have a second dropdown list dependant on the value of the first but I'm...
View ArticleUI
Hi Team, Hope you are doing good. I just wanted to know, if its possible to create UI panel in Acrobat, with check boxes, tick boxes etc., like Indesign javascript UI panel. Many thanks for your support.
View ArticleArbitrary side-by-side pages
Using a single PDF, is it possible to have links that display two side by side pages, but not sequential pages? For example, the user clicks a link on page 1 and the view changes so that page 1 and...
View ArticleAllow user to override javascript calculation
I am a newbie to javascript, but I managed to make a formula that works. However, the problem I now have is that I need to tweak it so that the calculation does NOT happen if the user of the form...
View ArticleHow do I convert Excel formula to Javascript?
I tried using Online Excel Formula Beautifier to convert an Excel formula to javascript for use in Adobe Acrobat Pro XI >Forms>Text Field Properties>Custom Calculation Script but it didn't...
View ArticleRequest Help with Javascript in Custom Format or Keystroke in Text Field
In my PDF form's "Comment" text field, I would like the word "Comment" to default (in gray) until the user starts typing their comment, then disappears. If someone has a custom script to share that...
View ArticleNested If statement confusion
so i have a clock in field and a clock out field and a third field that should show the number of minutes between the 2. However if the difference is 10 min or less then i want it to show the actual...
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 ArticleAcrobat Pro X document open event
Hei, Where I can find document open event. I would like to save my pdf-form when I open it? If there is no action wizard for this purpose, can somebody tell me how I can script this. Thanks to your help!
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 ArticleText field custom format only when field is completed
I am creating a form that I need a text field to have the format of "Model: " & text field value and then when it is blank for it to be just blank. I put in event.value = "Model: " + event.value;...
View ArticleAdobe forms submit as PDF attachment and have fields in email body
Hi there, Been struggling with this for a few days now. I want to submit my PDF form as an email attachment to a generic email address but also need to have certain fields show up in the email body....
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 ArticleScript for tick boxes, drop down boxes and form fields
I rarely need to use javascript which is a good thing because I just cannot get my head round it, but you lovely people on here have helped me before so I'm hoping you could help again please. The...
View ArticleDelete Page script not working on other PCs
Hello, I have a document that uses several different scripts in order to add/remove or show/hide different fields and pages based on selections. The form has been done and functioning for my team for a...
View ArticleNotAllowedError: Security settings prevent access to this property or method.
hey guys, I'm getting this error when I click in the check box in adobe. do I have a settings issue or a syntax issue or what? can anyone help? NotAllowedError: Security settings prevent access to...
View ArticleCheck only one checkbox advance to Text Field
I’m working in Acrobat Pro DC, I’ve created a form and I have the following issue. The form asks about rental income, whether it is monthly or yearly (the format is below). What I would like to happen,...
View Article