Unlock the power of Acrobat SDK through our community.
Recently active
Hello,I'm encountering a problem when I'm updating the PRICE1 value, it also updates PRICE2 (divides PRICE2 by 1.2 too) and vice-versa. There is no other javascript code.My calculation order is : PRICE1 > TOTAL1 > PRICE2 > TOTAL2 Anyone can tell me where is the problem please ? Thank you
Hello, we use the “Fill and Sign” function to fill out forms. There are logically fields in forms where you have to write some text, Text with more tan one sentence. There is a problem here that everyone should have:1.) Use the Fill and Sign function and add a text field to any PDF2.) Now copy or write text into the text field, e.g. 240 words What's happening now?1.) I can no longer edit the text properly, it lags like hell2.) If you place the cursor in a certain place, it sometimes takes an extremely long time for the cursor to be placed. It works fine for the first few letters/words in the text field, but it gets worse at the end of the text field. Very strange3.) If you open the windows task manager and simply click in the text field, you can see how the RAM requirement increases with each click. 2GB, 3GB, 4GB. Just by clicking on the text field. Tested on 10 different PCs with Windows 10, including private computers and laptops. It affects several Adobe Rea
I have a Mac running OS Monterey 12.6.9. I'm running MS 365 desktop apps for Mac version 16.82 and have the latest updated Adobe Acrobat downloaded from Creative Cloud. I have issues when converting a PPTX file to PDF within MS PPT desktop app. If I select Yes to rich text cloud based service, then the file either does not convert (conversion process crashes and Acrobat auto-quits) or it converts but does not preserve the fonts in the PPTX file (even if I embed fonts within PPTX file first) and the tags are labeled correctly but are empty (no text identified by tags) and contains no reading order. When I select No to rich text cloud-based service to convert to PDF, the file converts but is not tagged. When I select autotag within Acrobat, I either get this error message: "The file does not meet any of the special features mentioned as reasons why the document cannot be tagged." OR the file is tagged but tags are empty and there is no reading order shown. Attachments below- "test docume
I think I may have accidently turned on an option a few months ago and I want to turn it off. It appears that, whenever I open a PDF, Acrobat starts to prepare the document for something. There is a window that pops up on my screen almost immediately after opening that says, "Please wait while document is being prepared." It then shows the page numbers as it "prepares" the document. It normally only takes 5-10 seconds to prepare a 10-page document, but a long document can be very disruptive. I am given the option to cancel the process, but this often locks up Acrobat and I have to close the app.What is going on and can I stop it. Should I stop it? I don't really know what it is doing. I have noticed that the window that displays the above message does not indicate which application the message is coming from, so it is possible it is not an Adobe message. Thank you.
Hi guys, need your help. I am automating PDF and need to automate tags change/update.In below code, there is no error encountered and the new PDF saved without issueThe problem is, the new tag is not applied in the new PDF documentPlease give me advise how can I do it?Thank you in advancePublic Sub renameTag() Dim jsObject As Object Dim objField As Object Dim result As Boolean Dim oneCell As Range Dim testField Set jsObject = pdfDoc.GetJSObject For Each oneCell In wsTagReplace.Range("tblTagsReplace[Rename?]") If oneCell.Value = 1 Then 'need to change/update tags Set objField = jsObject.getField(currentTag) objField.Name = newTag End If Next oneCell result = pdfDoc.Save(PDSaveFull, Replace(fileName, ".pdf", "_new.pdf")) Set objField = Nothing Set jsObject = Nothing End Sub
Hi, we are currently trying to implement webhooks as part of flow to update approved quotations in our system. We've run into issues with the setting to allow 2-way ssl which does not appear to return any certificate in a typical location in our C# Backend Application. httprequest.connection.clientcertificate is not populated and there is nothing immediately obvious in the headers. We also tried not returning the same cert in our response and Adobe accepted our response rather than failing on initial creation.Is there a particular location this SSL cert should be present or anything I might be missing, such as an invalid pfx with no error?
I have a PDF that has three comments. They are locked. When I click on the comment and unlock it, I can delete the comment. But then it deletes the text box associated with the comment.
I'm working on an assessment tool which requires scoring for each of 15 questions based on values assigned to radio button options. I'd like each question to recieve one score in a hidden text field, so I can then get a sum for selected questions (i.e. questions 3, 6 and 12) as a subset score. Questions are labeled as "group1" through 15; Options are labeled "choice1" through 5. Here's an example question (value in parentheses): In the past 10 days, how much were you bothered by a coworker?Not bothered (0)Slightly bothered (1)Bothered (2)Significantly bothered (3)Extremely bothered (4) I figure the same script could be used for each questions, all are formatted the same way. Any help is appreciated.
Hello I am using adobe.pdfservicessdk in .Net and i am getting my expected results.My only concern over here is, whether inner functionality call any api which take my data outside environment? As we have strict instruction that data should not go outside invironment. Thanks in advance.
I make sheet music PDFs, then collect them together in a big file using Acrobat. In that new file i add internal links, for example in the table of contents to another page. I make them invisible rectangles.Then i send the resulting PDF to my ipad. I use Forscore. In that app, all the links show up as green rectangles, the same areas i made links in Acrobat.So, invisible in Acrobat, visible in Forscore.In Acrobat, after searching, no apparent adjustments or preferences possible, afaik. In Forscore, also no preferences/view choices to be made regarding links.I honestly don't know which app might be the problem, but my experience suggests Acrobat.Any ideas how i can make links truly invisible?Using a macbook pro, late model, everything updated. Newish ipad, updated.Screenshot attached, showing links [green] versus no links [normal text]. I would like very much for that green to go away.Thanks in advance, for any information that might help me retain my sanity.
Created a dynamic stamp to pull the author name (identity name) and current date and time. When the stamp is placed nothing happens...took script from a youtube video and customized it. Nothing. Then canceled script and went into each field and put script...nothing. I am a beginner so I apologize for the childlike description. if((event.source.forReal)&&(event.source.stampName == "#CustomerService")){this.getField("Reviewer").value = identity.name;this.getField("Datetime").value = util.printd("m/d/yyyy h:mm tt", new Date());}
Keep getting this message when combining files - exhausted Adobe help - they couldn't fix it! Adobe Pro Dc and Windows 10 Pro. Anyone clever enough to find a fix?
I have fillable form where users are having issues when they enter a value in the field. It appears as a "double exposure" or with a shadow - that's the best way I can describe it. See example below. It's a required, freeform field with the font size set to 10. Any help would be greatly appreciated. Thank you!
Hi Team, I am new to the application, I am using the below code AcroPDDoc FormulairePDF = new AcroPDDoc();// FormulairePDF.GetJSObject();FormulairePDF.Open("I:\\RC7294.pdf");var jso = FormulairePDF.GetJSObject();jso.getField("FI_Name").Value = "Hyderabad"; The above code thorws error "Value does not fall within range". I am trying to get the field name but couldn't. Can you help me please. Thanks,Vinayak
Hello;I have a form where the client is asking that 8 numeric fields (labeled as percentages) are totaled and validated against 100%. If the total is over 100, they have one alert message, and if it's over 100, they have another alert message. This alert also needs to let the user know (I guess print out within the alert message) what their total is so they can make the necessary corrections to equal 100. Is this possible?I appreciate your help.
I am having trouble locating a how-to on putting the snapshot tool on my toolbar in Acrobat DC. I know how to access it via a menu, but I want the snapshot tool where I can see it, click on it and use it immediately. Can't find any instructions on how to do this, just how to get to it via the edit menu. Where are the customizing toolbar instructions? thank you.
Hi,I created a version of a business form with Adobe Pro XI, however whenever I have the company complete the form and send it to their client for signature, all form fields disappear. Process is as follows:Employee opens form in Adobe Reader app, completesOpens file in Adobe Sign to send for signatureThe files are available on Dropbox - Adobe I uploaded the form that I created and also the form that the client receives when sent from the app (file.png). The original form that I created seemed to work fine, however we noticed that the signer was able to change the fields, so I went ahead and edited the form fields again in the version 2 doc as by sender. Any advice to help me would be appreciated! Thank you!!
Hello community, I want to put Digitale Signatur automatically on first page per Button.Please look in my txt file. There is my code. But it is not working. app.security is undefined.What do I have to adjust in my code? Best RegardsJosh
The following page stongly suggests that there are three ways to do this: https://opensource.adobe.com/dc-acrobat-sdk-docs/. See "Compress documents" in the Feature Comparision table. It looks like you can do it via DC, PDFL or Acrobat SDKs. I have Acrobat Standard installed on this computer. .Net is my preferred route, but I can use Python or execute a command line program from either of those. Is this possible? If a .Net approach is available, what references do I have to add to my project (which specific assemblies/DLLs)? Ideally someone could provide a *complete* code example. I don't necessarily need to fine tune the compression. I just need functionality very similar to manual "Optimize PDF" in Acrobat Standard. I would like to stay within the Adobe 'ecosystem' and not rely on some third part that may come with issues or unnacceptable (low quality/resolution) output files. Thanks!
Guys can you exapnd your python SDK, I want to compress PDF files using the API.right now I am using GhostScript and python to acomplish it. ThanksEran
I am trying to establish a weighted average calculation where the number of fields that are part of the calculation could vary between 7-10 depending on how many factors get considered. This is for an employee performance review and we've created checkbox groups for each factor. This is the formula currently being used but need to adjust so we can use a variable number of factors to be considered per employee: (0.7 * ((Group1 + Group2 + Group3 + Group4 + Group5 + Group6 + Group7 + Group8 + Group9 + Group10) / 10)) + (0.3 * ((Group11 + Group12 + Group13 + Group14 + Group15) /5)) Any advice?
New York requires the completion of its RP-5217-PDF form for all real estate closings. The form automatically generates a bar code. My office uses Apple/Mac computers and the barcode appears in all versions of Adobe Reader and Acrobat Pro prior to DC. The DC version shows the form without a barcode. The form is found here: https://www.tax.ny.gov/pdf/current_forms/orpts/rp5217.pdf Is there a preference setting in DC that I am missing, or is the form broken for the newest version of Adobe's software on a Mac? Please help.
I have an Avery Label template and lets say there are six labels on a sheet I want to add a print check box on each lable and if the box is checked it will print that particular lable if not it wont. Is that possible?
Hello everyone, I have the following problem.The signature field may only be writable when text1 and checkbox1 are filled in. If not, the message should appear which text/boxes are not yet filled in. Only then can the e-signature be set. I have found this code. The message appears, but it can be confirmed with ok and it is still possible to set the signature. In addition, all required fields are queried. However, only text1 and checkbox1 are to be queried as to whether they are filled. Can someone please help me? Thank you very much. this.getField("Signature").readonly = !validateRequiredFields(this); function validateRequiredFields(doc) {var emptyFields = [];for (var i=0; i<doc.numFields; i++) {var f = doc.getField(doc.getNthFieldName(i));if (f!=null && f.type!="button" && f.required && f.valueAsString==f.defaultValue) {emptyFields.push(f.name);}} if (emptyFields.length>0) {app.alert("Bitte noch folgende felder ausfüllen:\n" + emptyFields.j
I am not sure if this is the correct place to post about this, but here goes nothing... I am trying to extract data from Layers within a PDF drawing into some usable format, JSON, XML etc. I am working on CAD exports of drawings in PDF format. I am able to interrogate the various Layers within PDF XChange Editor, each of which relates to a Reference within the CAD model (Building Outline, Fence, Hedge etc.). I want to be able to extract all of the metadata from each of the Layers and display this in JSON/XML format (Fill Color, Opacity, Stroke Color, Stroke Opacity, Border Width etc.). Please can you let me know if this is possible with the Adobe PDF Extract API or any other API / services? Thanks.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.