Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
I have created a fillable form with several formulas. One of the areas I'm having an issue with is coming up with the javascript for "Interest on Tax Due."I basically need a formula to do the following:Interest on Tax Due (Multiply the number of months Past Due times the amount on Line 3, and multiply that by .025).
I am creating a form in which the user enters the Total number of travelers "NumbTravTot" from 1 through 4.I also have 3 separate field titled "TotMeal1", "TotMeal2" and "TotMeal3".I need to create 4 separate fields for each traveler that if the "NumbTravTot" field = a certain number, the respective traveler field will add all 3 of the "TotMeal1", "TotMeal2" and "TotMeal3" together and show that total amount.If the "NumbTravTot" field is a "1", then only the lower field for Traveler 1 "TotalMealTrav1" will populate the added amounts. The other 3 traveler fields will state: "$0.00".If the "NumbTravTot" field is a 2, then both the lower fields for Traveler 1 "TotalMealTrav1" and Traveler 2 "TotalMealTrav2" will populate with the added amounts (showing the same total for both). The remaining Traveler Fields will show "$0.00".The remaining "TotalMealTrav3" and "TotalMealTrav4" fields will follow suit depending on if a 3 or a 4 is entered into the "NumbTravTot".
I am trying to register my Acrobat XI Pro and am told I have an invalid Serial number. I am entering the 24 digits and I've tried entering with and without the dashes. How can I register my product?
I went to Preferences --> Internet and unchecked all three boxes, but downloaded files still open in the browser. Please help - I need them to open directly into Adobe. Just got this new DC version and I can't find anything!!
I am trying to format my pdf file so that when pdf is opened by the receiver, they have a popup window legal notice they need to click to accept prior to accessing file. It reads as a javascript window-- see image below. How do you create this?
I am prolific in Access but Ignorant when it comes to Adobe![Question moved to the Acrobat JavaScript forum]
I am embedding links into my PDF via Acrobat. I want to know if there is a way to customize the links within a PDF so that when the user views the PDF while in a browser, the links will open up in a new tab. Is there any javascript I can insert or another route I can take? Currently, when you click on a link in the PDF while viewing in a browser, the link opens up in the same window and you lose your place (which is a poor user experience.)
SCIENTIFIC CONTRIBUTION :1. Conference lecture 6.000 USD 2. Conference industrial symposium 15.000 USD 3. HOT session (hands-on workshop) 12.000 USD 4. Tutorial 10,000 USD PROMOTIONAL : Advertisements (final program / conference handbook) :5. Outside back cover 2.500 USD Inside front cover 2.000 USD 6. Inside back cover 1.800 USD Full page inside 1.500 USD 7. Conference bag inserts 1.000 USD Conference bag 15.000 USD 8. Conference lanyard 10.000 USD EXHIBITION SPACE RENTAL :11. 6m² stand 9.000 USD 12. 9m² stand 12.000 USD 13. 12m² stand 15.000 USD 14. 18m² stand 20.000 USD TOTAL AMOUNT ORDER : …………..……………………..USDNote: 1-8 are check boxes and 11-14 are radio button. I only need the sum of checked options. please help
I have a PDF form, in which there's a button. When the user presses the button, I need to copy some text (an email address) to the clipboard, so that the user will be able to paste it in other applications. This text can be assumed to be constant (i.e. I can hardwire it in a JS).I thought about creating a n invisible textfield in the form with the text, and the using selectNthPageWord and app.MenuItem("Copy"). But this works for only one word (an email address is processed as separate words), and also the clipboard seems to be erased once the JS finishes. I need the text to remain there.Any help, please?
I found this script in the forums and I was playing around with it and discovered it would hide all the fields but would not make them visible when I made the changes to visible. Here's the script:var nButton = app.alert({ cMsg: "Do you want to hide fields?", cTitle: "Make Read-Only?", nIcon: 2, nType: 2 });if (nButton == 4) { for (var i = 0; i < this.numFields; i++) { var fname = this.getNthFieldName(i); this.getField(fname).hidden = true; // makes all fields readonly }}this.getField("ButtonA").readonly = false; this.getField("ButtonA").display = display.visible;This script works to hide all fields but when I change "hidden" to "visible", and click the button, the fields remain hidden. I'd like to use something like thi
I am looking to automate the creation of bookmarks on a 300+ page PDF in Acrobat. There is consistent title I would like every three pages at the top of the page, but it is a hassle to go through the entire document, highlight every third heading, and bookmark it. Is there a way I can automate this process using JavaScript? Alternatively, it would be nice to make a bookmark at each change in a variable field that is in order numerically, though I'm not sure if that's possible with Acrobat.Thank you in advance and sorry if this was the wrong place to post this question!
Have an existing pdf fillible form that opens (send mail) MS outlook 2007 but fails using MS outlook 2016Use acrobat XI and windows 10.
Old computer crashed. Trying to activate adobe on new computer after deactivating on old. Need guidance. Also - accidentally erased Adobe Shock wave program pre installed on new computer. How do I recover.
Can Adobe convert WordPerfect Office X3 files to PDFs?
Hello,I have a form in which one of the questions has the option of answering in two columns. Currently when I put in check boxes it will only allow a tick in one column. I see that the answer choices are all under one group so I think this issue could be solved by inserting another group - does anyone have any tips on how I could do this?Thanks
I have Adobe Acrobat DC (Standard). Is here anyway to combine multiple pdf pages to make one pdf document?
I have a PDF form that does some simple arithmetic: taking numerical entries from the user, adding or subtracting them, and then displaying the results in another field. Right now, all my calculation fields display 0.00, and they update as you add data. But if an user would rather print the form and hand write the numbers, how do you prevent the form from displaying (and printing) 0.00 in the calculated fields? I've tried this, and it doesn't work:var cash = this.getField("Total Cash on Hand");var petty = this.getField("Petty Cash");var diff = cash.value - petty.value;if (cash.value == "NaN" || petty.value == "NaN") { event.value = "" } else event.value = diff;
Is there an easy way to disable focus on all fields that are read only and locked in the entire document, essentially moving the focus to the next field in the tab order?
Sometimes my pdf documents contain some Field objects of type textbox which are not visible to the user and were used to hide some sensitive text underneath them. In javascript, I will find these Fields and their coordinates and then create an Annotation object with the same coordinates to highlight position of the Field object to the user. The problem is that when the Annotation object is created, it gets hidden behind the Field object (it is placed behind the Field object). If I delete the Field object or set its hidden prop to "hidden" then I can see my Annotation. How can I see the Annotation without changing the state of my Field object, ie, how can I create it on top of the Field object?
With the older version of Acrobat Pro I use the batch processing to protect several PDF files in one time.With Acrobat Pro DC (CC 2015) I can only protect PDF file one by one.Did I miss something?Thank you
I have two fields where information is entered. When the numbers are calculated, I would like for the last digit of each entry to not be included. How do I accomplish this?Entry 1 is 1.23452Entry 2 is 1.23437Should be calculated in a new field as 1.2345 - 1.2343 (the two and the 7 are dropped off, respectively).
I have a form that asks questions with different possible answers to click on. Now when the answer is checked i need to have that field to equal a certain number. Then these totals would be added up for a complete total. For example: 1 question is:What is your age?____ (1) 56 and over____ (2) 46-55____ (3) 36-45____ (4) 20-35So if you chose 56 and over then that would equal 1 but if you chose 46-55 then it would equal 2. This field needs to be a text field i believe or a button but then the totals can calculate to a Sub Total from all questions. Help
Hello everyone,i've been searching and trying a lot of things but it just doesn't seem to work for me, maybe because i just started using js in adobe.In one dropdown menu i select (for example) a car type (VW, BMW etc.). Based on this, the selection possibilities of another dropdown(containing all types of car models for all car companies: golf, X3 etc.) shall be narrowed down to certain models(only VW e.g.). Any suggestions? I know how to get the content of the first dropdown via "getField" but hiding/unhiding or adding/removing in the second dropdown is the problem.Thanks!
I need to insert a document containing several pages into another document after every certain amount of pages.For example, my destination document is a 200-page document containing 100 2-page letters that I have to print out. Each letter will contain two enclosures that are in a source pdf file. Currently, I have to drag and drop the source file into the destination file behind each individual letter to get it ready for printing.I have been trying to write a script that will do this tedious work for me, but I am so green and I'm running into so many roadblocks. If anyone out there can point me in the right direction, I would greatly appreciate it.
Hello!I need to create an interactive PDF. I am a graphic designer and I do not know JavaScript.In my PDF document I want user to enter his russian phone number in format +7 (111) 111-11-11. Here "+7" is russian country code and it should be exactly like this.I understand that user might try to input "+" or parentheses or he might forget to press spacebar or accidentally hit some letter. So here is what I want exactly:1. User can not type anything but digits. When he types any other symbol nothing happens. No warning or any other thing.2. When user clicks on the field and inputs any symbol then this symbol should be changed automatically to +7 and an opening parenthesis should appear.For example: user types 7 then this 7 gets replaced to +7 (3. When user continues and type local area code like 963 the closing parenthesis should appear right after he types digit "3". At this point he should see +7 (963)4. When user types next three digits a hyphen should appear. For example
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.