Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
I have a PDF form that's gone awry; some check boxes turn black when printing, while others don't and there's no clear reason for this. Worse is that those black check boxes are completely black regardless of whether they're checked or not, so there's no telling whether they're actually checked.I've saved the scripts from the "All JavaScripts" option of the form, as the scripts work great, and now I want to load those into a new export (from InDesign) of the form. Unfortunately that doesn't work; none of the scripts seem to save in the new form. I'm guessing it's because they can't be bound to the proper fields due to them not having the correct formatting set yet.All fields are named logically as in "quantity-[product]" and "net-price-[product]", so I'm thinking it should be possible to run a JavaScript once (using an action set to a button press?) to set all fields whose names start with a certain string ("net-price" for example) to a certain format. Now that brings me to my problem:
Hi,Hoping someone with a better brain than me can help with this...I currently have some Java in an interactive PDF that shows field based on a calculation:var nResult = this.getField("Comp A total score").value;if ( nResult > 13 ) {this.getField("Result Average_CompA Not demonstrating").display = display.hidden;this.getField("Result Average_CompA Emerging").display = display.hidden;this.getField("Result Average_CompA Good").display = display.hidden;this.getField("Result Average_CompA Strong").display = display.hidden;this.getField("Result Average_CompA Exceptional").display = display.visible;}else if ( nResult > 10 ) {this.getField("Result Average_CompA Not demonstrating").display = display.hidden;this.getField("Result Average_CompA Emerging").display = display.hidden;this.getField("Result Average_CompA Good").display = display.hidden;this.getField("Result Average_CompA Strong").display = display.visible;this.getField("Result Average_CompA Exceptional").display = display.hidden;
I have a PDF form that has a submit button that sends a notification email using the javascript app.mailMsg() function. I need to use app.mailMsg() as the form is auto-saved to a company server as it's filled out and I just need to send a notification email using one of the form variables (the doc. number). I do not need to send the form.The form also uses a digital signature field to track who in the company is submitting forms. My problem is, if someone signs the document, the app.mailMsg() call ceases to work and generates the following error:NotAllowedError: Security settings prevent access to this property or method. Doc.subject:2:Field SUBMIT:Mouse UpI've managed to track the problem to the digital signature. At any point, before signing the document, if the submit button is clicked, it generates the appropriate email. Once the document is signed, security measures prevent the submit button from working. Is there a way to fix/workaround this issue?
I am running a mail merge to customize a pdf with an email address and URL for 150 different people. is there a way to have the form underline those two fields during the merge?
I have an excel spreadsheet which contains simple calculations but it seems not working on pdf fillable form with custom calculation script?can anybody help me to get rid of this issue?Actually, I am doing this calculation on a filed but don't know to achieve this figure result in field100*(1+25%)So, 25% field can be read-only or not visible but this will not calculate the result of 125?Here is the code I am using:// Get first field valuevar v1 = getField("pay rate").value;// Get second field valuevar v2 = getField("Text2").value;// Set this field value equal to the differenceevent.value = v1 * v2;I am hiding 25% filed as this will remain same and do not need to show.Here are excel sheet and pdf formI am attaching excel sheet and pdf file for reference.Thank You in advance!100*(1+25%)
I have used a series of calculations and a concatenation to build a string. I want to use this string to then retrieve the value of a variable that has already been set.Here's an example:function endValue();var returnVariable //variable for function to return - should have a value of "The Value I want in the End" when returnedvar example1 = "already";var example2 = "Set";var alreadySet = "The Value I want in the End";var concatenatedString = example1 + example2;//would have a value of "alreadySet"// here's where I'm lost. This sets the value of returnVariable to "alreadySet" instead of "The Value I want in the End"returnVariable = concatenatedString;return returnVariable; }I hope I've explained this well enough. I've tried searching for help, but I'm not even sure what I'm looking for.
Hello,I work in a company where graphic workflow use signed .pdf in routine.Our regulatory department needs to check the size of the fonts AFTER THEY ARE SIGNED.Before signature, the "modification" tool can be use to select and check font sizes within the pdfs.Once it is signed, we cannot access to this tool and can verify sizes of fonts.Is there another way to check it in SIGNED pdfs ?Is there another tool or a plug-in ?Or a specific way to create our signature to have this function still available after ?VERSIONS USED :Creation of pdfs : Acrobat 10 & DC on macsReview/font check : Acrobat reader and Pro XI on PC.Thanks in advance,S. JANDOT
I've having some trouble with either rounding or calculating (or both), values for a timesheet.I thought my coding was all correct, however it seems to be rounding UP.Example:Start time Break Finish time Total hours 8:30 15 mins 13:15 5.00 Total hours should be 4.50This is the coding I am using:var Break = getField("Break1").value;// startvar start = getField("Start1").value;var startArr = start.split(":");// finishvar finish = getField("Finish1").value;var finishArr = finish.split(":");//differencevar hourDiff = Math.abs(finishArr[0] - startArr[0]);var minDiff = Math.floor((Math.abs(finishArr[1] - startArr[1]) / 60)*100);if (minDiff.toString().length==1)minDiff = '0' + minDiff;var output =
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;
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.