Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
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
I wrote a winform app that opens a pdf file using Acrobak SDK. basicly this is my app: mApp = new AcroAppClass(); avDoc = new AcroAVDocClass(); String sourceFileStr = @"sample.pdf"; avDoc.Open(sourceFileStr, ""); pdDoc = (CAcroPDDoc)avDoc.GetPDDoc(); mApp.Show(); I am trying to catch the event before closing the opened application window or even after close. I couldn't find a way to to so. Any hints please?
Hi Guys, I really need some expertise. I have developed a PDF Template with a button "SEND", the purpose of this button is to send the entire template (PDF) to a certain email and a certain CC mail. This is no problem to compute in adobe x pro. But, I also want to incorporate subject area in the mail. This subject area must refer to a specific textbox in the template. Example: Mailto: "Test@test.com"Cc: "test2@test.com"Subject Test9010 (Generate from the entered data in the template). Does anyone have a suitable solutions? I have almost searched the entire google and forums for solutions. Thanks in advance,
Please, how to split pdf without losing Tags (Balises in frensh) and Bookmarks (Signets in Frensh) with acrobat DC. Thank's (Svp, Comment fractionner un pdf sans perdre les Balises et les signets avec Acrobat DC. Merci)
Hello, why don't you support Adobe Acrobat Pro DC in 3DConnexion documents?Thank you
I have a text field named ReportNumber_TB. Users of my form will enter an alphanumeric code in ReportNumber_TB that includes employee initials. I have another text field named ContactInfo_TB. I need ContactInfo_TB to automatically populate the full name and email address associated with the employee initials that were entered in ReportNumber_TB. For example:if ReportNumber_TB contains “AAA” then ContactInfo_TB populates with “Alice Adams, AAA@email.com”if ReportNumber_TB contains “BBB” then ContactInfo_TB populates with “Bruce Banner, BBB@email.com”if ReportNumber_TB contains “CCC” then ContactInfo_TB populates with “Chris Carter, CCC@email.com”if ReportNumber_TB contains “DDD” then ContactInfo_TB populates with “Dan Davis, DDD@email.com” What script can I use to do this? I’ve searched but can’t find anything to try that’s similar enough to what I need to accomplish.
...that I never followed or have any interest in. I don't know what started it, but who can I contact to help me STOP them? I know this isn't the right place, but don't know where that would be.They're constantly interrupting my email work. I don't want to mark them junk, as I do on occasion ask an Acrobat question, and will want to get the responses. Any suggestions? Thank you!
Is there any way to force a layer in an Acrobat form to appear over top of a field? It seems like the structure of an Acrobat form is that all fields appear over top of all image layers. I want to create an instruction layer that appear when a button is clicked. I've positioned the instructions where they do not overlap the field and can be read as the user fills in the field. Of course, when fields are highlighted, other fields obscure the instructions. There are many fields on the form and the instructions are fairly extensive, so there is no space large enough where no fields would overlap. I'd considered turning off highlighting for the user but that highlighting does help the user to know which of the fields they need to complete. I'd also considered a solution involving multiple pages with separate fields which poplulate a page with the complete form but that just seems cumbersome. Any thoughts and ideas are welcome and appreciated.
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.