Unlock the power of Acrobat SDK through our community.
Actividad reciente
Hello, I need to export my pdf as fdf and save it server. I have script that is working, but it's not working in adobe acrobat reader. Can someone please help me know I can export in Reader. var fields = [];var Arrays =[];app.alert("Started")for (var i = 0; i <= this.numFields - 1; i++){fields.push(this.getNthFieldName(i));Arrays = fields.sort( function(a,b){return a - b; } );}//Don't change JavaScript, expecet Domain name, otherwise It will not workvar aSubmitFields = fields ;var cFDF = this.exportAsFDF({aFields:aSubmitFields,//cPath: "JHHJH.fdf",//bAnnotations:true,});
Has anyone in this community been successful at getting a WhiteList Policy to work? We have a Windows .Net program that needs to open our pdf's in a particular directory on the server. We are using the Adobe Acrobat Browser Control Type Library 1.0 (AxAcroPDFLib). The ONE example in the security docs looks quite specific and straight forward. However, I cannot get the browser control to show any of the pdf files with protected mode turned on. The program loads it but it remains solid gray. Any help would be greatly appreciated.
Is there a way to auto populate a text field with consecutive numbers? Looking at the picture, say I start typing in 'Operation TypeRow1', I want the 'Op #' in that same row to auto populate as the number "10". and then when I start typing in Operation TypeRow2, I want the 'Op #' to auto populate to 20. Side Question:The Op # for a Rework is always 900. Say I type "Rework" into the 'Operation TypeRow', I want the cooresponding 'Op #' to auto populate as "900" but also keep the formatting mentioned above. Is this possible?
HiDoes anyone know how I might use an action in adobe pro to add a document specific footer (ie a reference number) to a folder of documents - based on an index (xls or CSV). So CSV could have filename and then reference and action would look at this to find the reference and then add it as a footer to the document, then move to the next document and repeat. Any thoughts - or other ways to achieve this would be welcome! Many thanks
Hello everyone,i would like to show a signature field "CEO" in Adobe Acrobat Pro CC only if the checkbox, "Approval by CEO nessary" is checked.The background is that the signature of the CEO is not always required. The document can only be locked if all signatures in a form are filled in. Thanks a lot Bastian
Since I couldn't find the Acrobat scripting forum which used to exist, I had to post my question here. I have a simple PDF form which will be filled by users. At the bottom of the form, I placed a "Send" button that will automatically attach the PDF to the email and will eventually be sent to the concerned person. Is there a way to have the Entity Name (see image) show in the e-Mail Subject instead of having the document name?
I am new to this and i am trying to put a simple if statement into a field based on the value of another field. Can someone help me correct the below? var score =this.getfield("PriorityScore").value;If ((score <5))event.value="Declined";If ((score >5)&&(score <=9))event.value="Low";If ((score >10)&&(score <=17))event.value="Medium";If ((score >18))event.value="High";Else event.value= "error";
I am simply trying to measure distance on a PDF map using the Measuring tool, but the moment I click on the map I am switched to the Geospatial Location Tool. How do I stop this from happening?
I have little knowledge on Java Script, but what I am trying to do is have a dropdown list with salesman names and also a "type in" option if the name is not listed. I was thinking that I could have this drop down list with a text field behind it and then run a script to whenever the "type in" is selected in the drop down, it disables the dropdown and the text field appears. Is this possible or is there a different way to do this?
I am trying to use the doc.pageWindowRect information as part of some code I am writing using the Adobe Acrobat Javascript API. I originally found that doc.pageWindowRect was undefined, and through various posts on this forum, found that I needed to activate the media extension first, by running something likeconsole.println(this.media); Normally this prints something like:[object DocMedia]but on some computers used by our client, this just prints 'undefined' instead. It seems that having this.media undefined means that doc.pageWindowRect will stay undefined too. Does anyone know how to make sure this.media is defined, and thus enable doc.pageWindowRect? Or any other way of getting hold of the doc.pageWindowRect information? I wondered if there might be a delay in activating the media extension, and have tried repeatedly running code to display this.media and doc.pageWindowRect using app.setInterval, but even after waiting for a couple of minutes, they are still not
Hi Adobe, I'd like to use the C# .Net (console application) to Merge PDF from Acrobat DC SDK ("Web Server"), Is it possible to do? If not, please let me know how can i do it? And what's difference between Adobe PDF library SDK & Acrobat DC SDK? Which one can run to "Web Server" for Merge PDF?
Hi, I want an auto date for two text fields. so every time i open this form, bellow two field dates should auto-update. can u pls help me to do this using javascript. thanks.. 1. First payment date = Today date + two months2. Second payment date = First payment date + 1 Year
I am hoping to add some validation in to check whether certain fields are null if some are filled out. Unfortunately just using the required field isn't enough for this as I don't want to always make it mandatory, I just want to make certain fields mandatory if some are filled out. For example: Email AddressDescriptionBoth of the above fields are optional, however if a description is entered I want to validate that there is also a value for Email Address on submitting the form. I have this part of the script complete I believe. I am hoping for some assistance on how to only submit the form if the validation passes. At the moment I have it set up as two different mouse up actions (Run a Javascript & Submit a Form) meaning that they're independent of eachother and it still submits the form even when the validation fails and an alert is brought up. So I am seeking help in writing the submit a form logic in my JavaScript file if anyone can lend a hand.
I have a complex .pdf file with fillable fields. Once these are filled in, I want to extract the data in the fields, for insertion into a database.I know that I can use Prepare Form, then More|Export Data... will create an .fdf file. Then I can use Merge Data Files Into Spreadsheet... to generate a .csv file that contains all the fielded data. Then I've written some code to extract this data and put it into my mssqlserver database.There are several steps involved and I would like to streamline them as much as possible.Beginning at the beginning.1. When I select Export Data, I am presented with a dialog that uses "Test Adobe_data.fdf" as a default filename. Can this default be changed? Can it default to the name I used last time?2. When I select Merge Data Files Into Spreadsheet I am presented with a dialog requesting the file. Can't it default to the .fdf file I just created? This dialog has a checkbox (Include most recent list of files to export data from) but I don't want the m
I have created a time sheet but it is not converting the time correctly, for instance clock in at 8:00 and clock out at 4:00 it is reading that as 12 hours and not just 8 hours like I need it to. I am using Adobe Acrobat DC Pro.I have followed this tutorial https://acrobatusers.com/tutorials/date_time_part1/index.html but it has really not got me anywhere. Any help will be appreciated
We have a document approval process that needs 4 possibly 5 people to sign off a document. I've created a very simple document approval form whereby there is an Approved yes/no radio button for each indiviual that needs to approve the document. I've used show/hide for each radio button so that if "yes" is clicked against a name (x, y...), "date" (x1, y1...), "name" (x2, y2...) and "signature" (x3, y3...) fields will show for that name only and the remainder will appear hidden. This works well however, once the next individual who needs to sign off the document clicks on the appicable "yes" button, the previous signature is hidden. My question is...How can I make such that if a "yes" button has been selected, the fields associated with that button remian visible if previously completed...bascially I'm looking for something like If radio button x = yes, then show fields X1, x2 and x3 and if rado button y = yes, then show fields y1, y2 and y3 and so on. I hope this makes sense. All answer
Acrobat, Reader v. - 2020.012.20043 and 2020.012.20048I'm developing add-in for Acrobat/Reader and with versions mentioned above when I try to sign document via Fill & Sign or Adobe Sign Adobe starts to produce infinite set of events and eventually crashes.Chain of events: PDDocDidSavePDDocWillClosePDDocDidClosePDDocDidSavePDDocWillClose PDDocDidCloseThese set of events occurs few times and Acrobat/Reader application crashed.This is not happened before and reproduces on old my plug-in builds.
Dear Support, I would like to query about the business use of Acrobat DC SDK.The target server with OS MS Server 2012 R2 installed. It is using C# .net framework 4.5.2 to develop the application.I would like to know if Acrobat DC SDK could achieve the following actions.Convert image files(e.g. JPG, TIF) to pdf fileCombine multiple pdf files into one pdf file (append pages)Is there any dependency (application to be installed) for the SDK? If Acrobat DC SDK could not achieve the actions, please advise if there is any other SDK could help. Best regards,Ming
When I export a 10 page pdf to an excel spreadsheet the java script tells the excel spreadsheet to create a sperate tab for each page of the pdf. In the older version of Adobe, the 10 page pdf would export into one long tab, rather than 10 seperate tabs. I need to know how to change the java script in the newer Acrobat DC to export a 10 page pdf into one long excel spreadsheet tab not into 10 seperate tabs for each page of the pdf.
I have 4 checkbox fields check1,check2...etc all has export value of 1. If I use SFN or value is, it calculates them correctly but I can't figure out how to calculate values in custom calculation script.
I know very little about scripts so please bear with me. First I'll explain what I did and then explain how I need to modify what I did to do something slightly different.I originally wanted a text box ("ACRO_St") to display the value of a second text box ("Dex_B") automatically, but when a checkbox called "ACRO" was checked, ACRO_St would then display the value of Dex_B plus the value of a third text box called "Prof_B" (and I wanted a plus sign in front of the final value). Knowing zero about scripting but reading the help provided by forum users to others, I was able to accomplish what I wanted with the following script: if (getField("ACRO").value=="Yes") event.value = getField("Dex_B").value+getField("Prof_B").value; else event.value = getField("Dex_B").value if (event.value>0){var cr ="+"}else{var cr=""}AFNumber_Format(0,0,0,0,cr,true) Now I want to modify this script so that, while continuing to do what it already does, if I then check a second checkbox called (
I am using simplified filed notation to perform subtractions on a budget form.They all work great and have no trouble displaying a zero value when its a simple subtraction (value1-value2).However on my last field I want to take the total income and subtract everything I have spent (about 40 fields) and get a zero balance. When i try to do this i get this warning "The value entered does not match the format of the field [ ]"The calculation works fine and displays the correct value for anything above ".01" and will display negative numbers ".01" and below as well (if i go over budget), it just cannot display a zero, which is my goal for that to equal zero every month.I tried looking though the forms and haven't found an answer that works yet for my situation.Happy to post the form here as well, just not sure how to do it.Thanks in advance,
I am trying to make a PDF Golf Score card. I have the layout sorted but what I need help with is a script to total the scores a user would enter. So where I have the fields PAH1 etc a user could enter a number and I want the total to be added and displayed in the field next to OUT. I would really appreciate help with this. I have never used any scripts in Acrobat and am a designer not a coder. Cheers!
I need to use Adobe XI Pro but the license i purchased via Amazon is for Adobe Acrobat DC Pro, using my Adobe Account ID i am not able to get login to Adobe License Website so if there is a way to change the license key from DC to XI please let me know.
The adobe version which I am using Steps to replicate:Create a pdf, secure it password protection:1. Provide a password to open the file and (User password)2. Restrict editing and select changes allowed to any except extracting pages3. Enter change permissions password (author password)4. Save the document and close it5. Open the secured pdf, provide the user password below should be the security settings. The permissions on the document6. Select the compare tool, select this file. Select any other random pdf file (Note: No password prompts are shown here)7. Select compare8. the compare tool will generate a list of differences and opens the difference in a new tab.9. Close the tab and go back to the orignal file tab.10. Now the file is comletely unlocked.Permissions post the usage of the compare files tool in the below image. When compare file tool is used for this document, this doesn't prompt for the author password and directly compares the content of the
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.