Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
I have series of parent checkboxes that trigger on child checkboxes - copying the value. But if the user changes the parent checkbox from "On" to "off" the child checkbox does not copy. This the script i founded was usingvar nhnw2 = getField("ClientHNW2").value; if (nhnw2 === "On"){ getField("ClientHNWSup2").value = "On"} else { getField("ClientHNWSup2").value = "Off";}JJ
As per the title:Is there a way for Adobe Acrobat (regardless of pro or not pro) to programmatically pull the password from the database rather than typing it manually during encryption?In addition, is there an API/function/library to trigger on-demand encryption?The initial answer is no, but is there any alternative way? If no, what are the alternatives, or how can I achieve this? I am open to any of Adobe products. To get more context of the questions, I've posted introductory questions in the PDFforum, basically what I want to achieve: How do I automate PDF encryption for multiple PDF files using Adobe Acrobat Pro?
I have no experience with java. Appreciate help in creating a custom calculation script please.The form is a checkbook register. I need to calculate the balance in each line/row of the register. Beginning balance + or - (check or deposit) = balance. Can someone please help get me started on the calculation script?Thank you!
I am currently working on a project where I have 6 different dropdown lists all with the same information that would auto populate the corresponding field next to them.I obviously am doing something wrong because I can not get each dropdown list and corresponding field to act on their own. What I end up with is being able to control only 1 at a time or all of them. If you look at my small sample code below maybe you can see what I am doing wrong. Any help would be greatly appreciated.var DepData={"Code Blue Elevator":{contact: "Your Department Chief"}, "Lab":{conatact: "Your Department Chief"}, };
// test AcroFields form = stamper.AcroFields; var fields = form.Fields; var fieldKeys = form.Fields.Keys; foreach (string fieldKey in fieldKeys) { if (fieldKey.Contains("timeholder")) { float[] fieldP
I have a series of data points in an Acrobat Form. I have two checkboxes, and if either one or both are selected, I need a value of 1. I am not good at Javascript, and I think I am missing the very simple way to do it.
I am working on a sort of rolling log. A sort of activity tracker if you will. I have the form built the way i want however I would like to build a button that will insert a new page. This way as the user fills the previous page he/she can click the button and the next one is inserted for them.
I need to print the bookmarks to essentially get a table of contents. How do I do that?
I want a button to do this:1) With single click on Field1 - hide Field1 and show Field22) With single click on Field2 - hide Field 2 and show Field13) With double click on Field1 - open a fileBasically, I want to show and hide images throughout a PDF. I want the option between having the image appear on the document and being able to open the image in a new window.Any help? I very new to Javascript and cannot figure it out.
Hey Adobe,Need a java script code that can find and highlight two list of word in yellow and red colors.send me a response [Moderator: Personal information removed] for more huge code.Thanks in advance
My English is not so good, for this I will use Google translator =)I need to connect a thermal card (as is yandeks.metriki) to pdf files that I upload to google disk, or another hosting. Is there an opportunity to implement it?Мне нужно подключить тепловую карту (как есть у яндекс.метрики) на пдф файлы которые я загружаю на гугл диск, или другой хостинг. Есть ли возможность реализовать?
Hello, I am trying to add a column of positive and negative numbers on an electronically created form as shown below:For some reason, the "Above Totals" field is treating the negative as a positive number, resulting in a total of 3 instead of 1. Once I finish typing in the next row; however, the field correctly treats the negative as a negative number as it should be calculated:There seems to be some type of delay with this calculation that does not get corrected until the user manually enters an additional piece of data. Is there a reason why this calculation is not happening automatically? Thanks so much.
Hello, I have an awesome PDF Form that works perfectly on my PC. However many of the javascripts I'm using to make it so when you check a box another checks/unchecks are not working on iPad. Here are 2 samples. Anyone know how to get this working?Example 1if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, true);Example 2if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, false);Here is another try I took doing it as a calculation field. This wont work on the iPad either.Example 3var f = this.getField("plans");if(f.isBoxChecked(0)){getField("15moLoyalty").checkThisBox(0,true);getField("10moBundle").checkThisBox(0,true);getField("10mowireless").checkThisBox(0,true);}else if(f.isBoxChecked(1)){getField("15moLoyalty").checkThisBox(0,true);getField("10moBundle").checkThisBox(0,true);getField("10mowireless").checkThisBox(0,true);}else if(f.isBoxChecked(6)){getField("15moLoyalty").checkThisBox(0,false);getField("10moBundle").c
Hi experts,Is there any way for me to return to the first page automatically once the video has finished the playback?On a similar note, is there also a way to return to the first page once my count down timer has stopped?Thank you!
Hi, Using pdf ,I want to copy all texts from pdf to frame maker. Is this is possible through script.
I need the Adobe Acrobat DC plugin code for my analysis process. Since I am working on some demo project where I want to use or access the C# based COM components.I want to access my custom plugin being provided by C# based COM components.Please provide me the Adobe acrobat DC sample plugin code.Thanks.
Hello -I'm having some difficulties with Javascript and was hoping someone could help.I have a full name field (Field Name: Project_Initiator) and would like to extract the last name and first initial into another field (i.e. Dan Smith = Smith, D.). I am using Adobe Acrobat XI Pro Mac.Thank you for your help.
Hello,I currently have a title page with form fields that I would like to automate the filling of via javascript. I have set this process up using a tab dlm file (txtfileloc) with the columns titled the same as my form fields and the rows in the same order as the names array. Additionally, I want to insert pages into the document based off of the array using the insert pages function. Both of these functions appear to be working fine with one exception. The problem is that for each iteration of the loop, instead of starting fresh with my title page again, the loop is just updating the previous file with the new results (so file "b_final.pdf" has the form fields from b, but includes the insert pages results pages from both a and b. C includes the results from a,b and c etc.). I have tried using the closeDoc function at the end of the loop to fix this, but this causes an error and after research I found this is because code is not processed after closeDoc . Does anyone have any adv
I have a signature applied t the foot of each new email in Outlook 2016I have created a send button in acrobat pro XI,When I send the PDF by email in Adobe, it directs me to the default mail client with the PDF attached but no email signature is visible in the new emailHow can I view the sighature at the bottom of the emailThank in advanceRegards
Hello,I am trying to fill out fields in a form by selecting a certain row in a text file. My javascript is if (typeof cnt == "undefined") cnt = 0;importTextData("/C/Users/Desktop/Barcodes/filename.txt", 3)With the above code i am able to fill out my form using information from the 3rd row in the text file. What i would like to do is fill out information based on the value of the first column. For instance, my text file looks like thisF. Name Gender emailJon M test@testing.comVictoria F sample@testing.comTom M test123@testing.comI would like to import the data based on the value of colu
I have radio boxes named 1,2,3,4. I have them set as Yes or No and their value as Choice1/Choice 2.When a person checks no, I need specific text to store to an array. (Each check box goes to a question and I need the question they checked no to to display later).At the end, I want to program an action button to display an app.alert that shows the questions that someone checked no to.For example, if they said no to questions 2 and 4. I want the app alert to display a message that says, you chose No for Do you smoke and Do you drink.I have combined some code, and I'm not sure if I'm on the right track. I'm new to Java Script and have been looking at other people's questions.if (getField("1").value=="Choice2") {var question68 = "You check no for question 68";}var emptyFields = [];for (var i=0; i<this.numFields; i++) { var f = this.getField(this.getNthFieldName(i)); { if (f.required && f.value == "") {
I am creating a form in Adobe Acrobat. There will be four text fields; the first two will contain the latitude and longitude of a certain point, and the next two text fields will contain the latitude and longitude of a second point. I would like a fifth text field to be populated with the distance in miles between the two coordinates. How would one create script to accomplish this? I have VERY limited knowledge of JavaScript. Thanks in advance!
I want to access the C# base COM component (i.e., tlb file) from the Adobe Plugin Code.Please suggest me how to use the broker process in order to achieve the accessibility of .net based COM component even when the Protected Mode is enabled.I was able to create a Adobe Reader plug-in by modifying the “BasicPlugin” sample.My plug-in contains few buttons. When the toolbar buttons are selected the application should display a form.The form is written in C# and the plug-in in VC++.I was using interop to access the C# code from plug-in code.Unfortunately, it does not work when Reader Protected Mode is ON.Thanks.
Good Morning,We have a user with Windows 10 Pro x64 and Acrobat Standard DC getting a unusual message when trying to open PDFs in IE11.Thats all I get, nothing more. I have reinstalled it completely even using the cleaner tool from Adobe...still no luck.Any ideas?
I know the correct way of getting the selected row is by iterating over dialog.store()[itemId].aRows and finding the row that has the "Select" property set. So I tried programmatically iterating over the rows and setting the "Select" property to true for the row I want to select but it doesn't seem to visually select the row even after calling dialog.load({ itemId: data });
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.