Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
Ok, I have Javascript below that populates multiple checkbox values and multiple text box values into 1 single text box on a different page BUT the values of the text boxes are numbers and when they populate to the single text box there is no way of telling what the number value pertains to. so for example: If I type into "Temp" textbox "96"....I want "Temp - 96" to populate to the single textbox. Is this possible with this script? if not, please help!var values = []; for (var i=500; i<=505; i++) { var fname = "CheckBox "+i; var f = this.getField(fname); if (f==null) { console.println("Error! Can't find: " + fname); continue; } if (f.valueAsString!="Off") values.push(f.valueAsString); }if (this.getField("Vision Findings").valueAsString!="") values.push(this.getField("Vision Findings").va
My PDF will display page 2 after open fileI want display page 1 after open file.I want process by Script or COM.
Good morning,I have a form that contains two user input fields: Severity (A-E entry) and Likelihood (1-5 entry). I would like to have a third field autopopulate a response based on the user entries.For example: User enters C in Severity and 4 in LIkelihood the autopopulated response would be H1.The autopopulated response comes from a risk matrix I have created.Is this possible through some sort of script?
Excute me,Then My Adobe Acrobat Reader DC Update To Version 2019.008.20071My pdf form doesn't use java function .loadXML() in my pdf formPlease Help me find a solution to this problem. Thank you
Hola a tod@s,necesito crear un botón en un formulario (acrobat XI) que al pulsarlo imprima directamente en pdfcreator (sin ventanas ni de acrobat reader ni de pdfcreator) la hoja en un directorio y con un nombre concreto : por ejemplo en c:\pruebas y cuyo nombre sea la fecha actual; por supuesto en PDF.Espero vuestra ayuda. Muchas gracias
Using Acrobat XI Pro, I can't figure out how to open the window that contains ALL the Javascripts in the document. I need to add a single line of code to all required fields, and it would be 10x easier if I could go through all the scripts in the document at once, instead of clicking Properties > Actions > Edit for each field. In Acrobat X Pro, in EDIT mode, I would click Other Tasks > Javascripts > Edit all Javascripts to accomplish the same task, but I'm using Acrobat XI Pro at work, and the menus are very different.
Currently working on creating a flyer and a new brochure. The flyer was created on MS Publisher and the Brochure on InDesign. I've successfully added the format text in the publisher document so that the reader OUGHT to be able to recognize it...but no luck. I've converted both to PDF as well.I've been able to rearrange reading order successfully without any issues and have tagged all pieces of the document properly. The images I would like the screen reader to recognize have all been tagged as a Figure/Caption and all have the appropriate alt text and are on the list in the reading order. However, no matter what type of tag I put on the image, the screen reader refuses to recognize the image descriptions I've included as alt. text and just glazes over them. How can i go about fixing this and get the images to read along with the text of the documents?I've read various forum posts and have not found anything useful in regards to this issue.Any insights?
Dear all,I am using a VBA macro to fill contents of an MS Excel-document into a PDF with formfields (on a Windows 10 machine). The PDF document contains about 1500 fields that are filled. Since the last Adobe Acrobat update (October 2nd, Acrobat Version: 19.008.20071) this process has become a poor performance. Before the update the filling of the PDF took at most 30 seconds. After the update it can take up to 30 minutes, depending on whether the Adobe backround process is closed in the task-manager or not. As far as I could find out the slow performance only affects the filling of the formfields of the PDF. Reading information from the formfields of the PDF seems to be not affected. Using the debugger, the performance is as before. Has anyone encountered the same issue? Is there some setting I have to change in order to get the "old" performance?The connection between VBA and the PDF follows the standard procedure: Create an AcrobatExch.app object. Get an AcrobatExch.PDDoc object and
Novice AlertI've got a field where I'm trying to provide some feedback text based on the answers in other fields, it's only partially working though. The custom calculation script is:if(this.getField("Box 1").value == "Off") event.value = "";if(this.getField("Box1").value == "Yes") event.value = "";if(this.getField("Box 1").value == "No") event.value = "Feedback text 1.";if(this.getField("Box 2").value == "Don't Know")event.value= ""; if(this.getField("Box 2").value == "Off") event.value = ""; if(this.getField("Box 2").value == "Yes") event.value = "";if(this.getField("Box 2").value == "No") event.value = "Feedback text 2.";if(this.getField("NonPassCarryingLiftsQuarterlyInspections").value == "Don't Know")event.value= "";However, the field only displays Feedback text 1 and not feedback text 2What am I doing wrong?TIA
HelloI am creating an application in C ++ using Acrobat SDK.In Japan, we developed d-LinkMaker (www.d-sols.com). However, there are still incomplete places.I want to reference / edit embedded go-to action.Please tell me how to read the file name of embedded document.if (PDActionGetSubtype(pdAction) == ASAtomFromString( "GoToE" )){ ASInt32 destPage; ASAtom fitType; ASFixedRect destRect; ASFixed zoom; PDViewDestination pdViewDest = PDActionGetDest(pdAction); if (PDViewDestIsValid(pdViewDest)) { PDViewDestGetAttr(pdViewDest, &destPage, &fitType, &destRect, &zoom); } else { * *
I want to make a text area in an upcoming fillable pdf that has a limit of 250 characters. I would like to have below it a reference that shows the remaining characters left for that text area. Please see the picture example below.Thank you for your ideas and knowledge!
Hi there,Big thanks to everyone, I already received great help on this forum from technical wizards! User inputs manually into RentPW (rent per week) i.e, 500, 550, 1000 etcThere is a radio button PaymentType with TWO either-or choices:Full - Pay everything up front in fullPart - Pay monthlyIf the user selects Choice 1, I need the SecureDep field to be populate with: RentPW * 2If the user selects Choice 2 - I need the SecureDep field to be populated with: RentPW * 6Is this possible? Just in case, I have attached the actual form: Dropbox - Test Booking Form.pdf
Good evening, I am trying t create an action that will delete all the pages after the 2nd page of the document, then save the file to a different folder.I have tried using the "Delete pages" action, and that didn't work. but saving the file to another folder works just fine.
Hi there - forgive the complete noob question, hope you can help.SecureDep = Security DepositRentPW = Rent Per WeekRentPCM = Rent Per Calendar Month (Calculated at RentPW*52/12)ContractLength = Contract Length in monthsI'm trying to populate the Balance to Pay field.Security Deposit can either be 2 weeks or 6 weeks. The Balance to Pay will change depending on this single field.If the Security Deposit is 2 weeks, then the Balance to Pay will be ContractLength * RentPCMIf the Security Deposit is 6 weeks, then Balance to Pay will be RentPCM+(RentPW*4)So....unsuccessfully I have tried:IF(SecureDep/2=RentPW, ContractLength*RentPCM, RentPCM+RentPW*4) This didn't work in Simplified Field Notation Can someone please kindy help me with this? I don't know any Javascript and already tried 2 hours to find a solution, thank you so much!
i want set a more than 2 passwords pdf Document if it is possible or not can tell me
We want to control from an external program written in .Net, the comparison of two PDF documents and automatically display the result of the comparison .Thank you for your help
Hello everyone. I have experienced the following situation.I have an interactive form designed with Adobe LiveCycle Designer ES4 which is then executed with Adobe Acrobat Standard DC (Version: 2015.006.30457). The form is utilizing the functionality of the Net.SOAP object for obtaining some data.When the content-type of the response was "text/xml" or "application/json", for example when requesting SharePoint data, all worked as expected for both synchronous and asynchronous calls.However, for the response below when the call was made synchronously Adobe Standard generated RaiseError pointing to the Net.SOAP.request() method. If, alternatively, the call was made asynchronously the callback function was not invoked and the rest of the code continued executing as if nothing had happened. In the latter case though upon exiting Adobe Acrobat, "Adobe Acrobat DC has stopped working" and “An unhandled exception occurred in Acrobat.exe [ some number ]” messages were generated.Response raw data
I know you can password protect a PDF very easily using Acrobat. What I would like to do is link the PDF to multiple passwords, rather than just a single password. I want to be able to send my document out to a few hundred people on CD, and each of them have their own unique password to open the file. Is anything like this possible? Thanks.[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Comments is to ask about the operation of the Forum, not a specific program][Moved from the Comments forum to an Acrobat forum... Mod]
Hello,Apologies if this has been asked before, but I have searched with no luck.I want to assign a button in my PDF to open up an .ai file in Illustrator. Now, I know I can use the Open File action, navigate within Finder to find my file to link to. That works fine.But I need a bit more flexibility than that, as I want to be able to manually type in a file path (reason, my PDF will be shared with three offices, each of which will have their own file paths. I don't want to have to travel to the other office just to relink a new file, should something change. If I can type in manually I can set the file path remotely)So I thought to use app.openDoc....app.openDoc("/Users/produser/Desktop/testfile.ai")However, all that does is open up the file in a new window within Acrobat.Is there a way to tell Acrobat that the target application for the file is Illustrator, not Acrobat?ThanksJTH
I have a form in which the latitude and longitude for a starting point can be entered, followed by the latitude and longitude for an ending point. The distance between the two coordinates is then automatically calculated. As it is right now, If I enter a value in the first latitude column and the first longitude column, the distance column will populate with a value, even though the second latitude and longitude columns are blank. I would like the distance column to remain blank until a complete data set has been entered. If anyone could help me with this, I'd surely appreciate it. Script for the distance text field of the first row:function distance(lat1, lon1, lat2, lon2, unit) { var radlat1 = Math.PI * lat1/180 var radlat2 = Math.PI * lat2/180 var theta = lon1-lon2 var radtheta = Math.PI * theta/180 var dist = Math.sin(radlat1) * Math.sin(radlat2) + Math.cos(radlat1) * Math.cos(radl
I'm trying to use win32com and pandas modules in Python to try to open a PDF Template file, import an XML file and save the new form-filled PDF file.This is my code:import win32com.client, win32com.client.makepy, os, winerror, pandas as pd, errno, refrom win32com.client.dynamic import ERRORS_BAD_CONTEXTxml_file = "mq_xml.xml"ERRORS_BAD_CONTEXT.append(winerror.E_NOTIMPL)src = os.path.abspath('mq_template.pdf')win32com.client.makepy.GenerateFromTypeLibSpec('Acrobat')adobe = win32com.client.DispatchEx('AcroExch.App')avDoc = win32com.client.DispatchEx('AcroExch.AVDoc')avDoc.Open(src, src)pdDoc = avDoc.GetPDDoc()jObject = pdDoc.GetJSObject()jObject.importDataObject("MyData", "mq_xml.xml");jObject.SaveAs("mq_final.pdf", "com.adobe.acrobat.xml-1-00")However, when I run this I get:Traceback (most recent call last): File "parser.py", line 20, in <module> jObject.SaveAs("mq_final.pdf", "com.adobe.acrobat.xml-1-00") File "<COMObject GetJSObject>", line 2,
I have JavaScript that runs best with the bookmarks panel open. I know app.execMenuItem("ShowHideBookmarks"); toggles the bookmarks panel but I've not been able to find a way to detect whether it's already open.Is there one?Thank you
Fill and Sign is not working when I open a PDF link in Internet Explorer. Is there a reason for this? It was working fine just last week.
Hi,We have created a script that move PDF files to different folders based on if it's one page, or multiple page. This works with Adobe Acrobat installed locally. Problem is that this script will run on a server, and then we need license for ALL users accessing the server, which can be a variable amount of people for different environments. We have thought about the SDK, but not sure if same license regulations apply, or if the SDK itself is sufficient. Any sugestions to solve this problem would be appriciated. Kind Regards,Vidar
We have developed a pdf document that includes form fields and various calculation fields. Currently we fill out the information for our customers on our PC and send them a flattened PDF for their records. Is there a way that we can have the customer fill out the pdf online for themselves with the same form fields and calculations working, and have the system email them a flattened copy of what they filled out. I spoke to someone a few months back and I was under the impression there is a server side solution that could handle this. Anyone got any ideas. Thanks in advance.
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.