Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
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.
Hi. I have the below scenario, whereby there are two checkbox options and if yes is selected for either of them, then they need to provide details in the text field, even if no is selected in one but yes is selected in the other I need the text field to be visible, but if no is selected for both then the text fields should be hiddenI currently have this script (or something similar) in all of the checkboxes:// fields to show and hidevar field1 = this.getField("Specify any restrictions etc and/or failure to comply with restrictions etc 1");var field2 = this.getField("Specify any restrictions etc and/or failure to comply with restrictions etc 2");// check box that changes visibilityif (this.getField("Check Box49").value == "Yes"){//hide these fields field1.display = display.visible; field2.display = display.visible; } else {// show these fields field1.display = display.visible; &nb
Im trying to calculate a total based on numbers typed into 4 fields - which works fine - however, I also have to add a number to that total (a base cost to which the other 4 fields will be added). In the simplified field notation, I have the following: AACCgraphics+AACCFurniture+AACCFloor+AACCExtras+45500 With the addition of the +45500 into that script, it displays the initial total correctly in the total field, however it doesn't add any numbers from the other fields. I feel like this should be a simple thing to do, but I can't figure it out. Help!
Hi AllI while ago I posed a question on this forum asking if anyone knew how to write a script that would have a 'Result' field show "Awaiting Input", "MATCH", or "MISMATCH", depending on whether the value entered into a in a 'Reported' field matched exactly the valued in an 'Expected' field.The original post is here; Script for Dependant Visual Status - I had some fantastic help from George_Johnson and try67, to whom I owe a great deal of gratitude - may thanks once again!I now have a need for a script that will do a very similar thing, but I need the visual status of my 'Result' field to show as "Awaiting Input", "Pass" or "Fail", depending on whether the value entered into the 'Reported' field is at least the value of what is in the 'Expected' field, rather than needing to be an exact match.So, I have a read-only field called 'Expected-Sector-Count'. The expected value is "9,514,260"I need the 'Result' field to show as "Pass" if the value entered into the 'Reported-Sector-Coun
I'm working in Acrobat X, but users are using a variety of Acrobat and Reader of every version. A client needed a PDF to ship with layers turned off, but be returned with layers turned on. After I added this to the script that displays the PDF results, then saved the PDF with Reader Extended PDF>Enable Additional Features:if (layers.state == true){layers.initState = layers.constants.states.on;}else{layers.initState = layers.constants.states.off;}...the regular PDF worked fine in Acrobat, but the Reader Extended version stops execution with the message:Acrobat EScript Built-in Functions Version 10.0Acrobat SOAP 10.0NotAllowedError: Security settings prevent access to this property or method.OCG.initState:11:Field Finalizar:Mouse UpThe error message tells us nothing, but when I comment out the lines that switch the constant.states status, the error goes away. But then the layers are not visible when the head office gets the PDF back.I've looked this up in the Acrobat SDK, but constant
I'm doing a Spanish language form that displays a list of countries in a drop-down:Seleccione el PaísColombiaCosta RicaMéxicoPanamáPerúThe country name is is used to display different options. This worked as expected when the list of country names was in the dropdown validation box. But then I had to move the validation to a document-level script and now the validation doesn't work on any variable that has an accent in it. (Only Colombia and Costa Rica work as expected). So I added the following to the dropdown validation to try passing unaccented values to the document-level script:var dropdown = event.value;if (dropdown == "Seleccione el País"){var resetDropdown = "Seleccione el Pais";}else if (dropdown == "Colombia"){var resetDropdown = "Colombia";}else if (dropdown == "Costa Rica"){var resetDropdown = "Costa Rica";}else if (dropdown == "Panamá"){var resetDropdown = "Panama";}else if (dropdown == "Perú"){var resetDropdown = "Peru";}else{var resetDropdown = "Mexico";}SetCountry(reset
Hi All,Good Morning...Is it possible to Export Tagged PDF XML structure using PDF Javascript or any other plugins.Thanks & Regards,Senthilvel S
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.