Unlock the power of Acrobat SDK through our community.
Askettäinen
hi, i want to take a number in one field and multiply by .01 and place into another textbox.
Hello all,I have less experience of javascript but from time from time I can reach easy targets with javascript. Now, I have another problem.I have to run a sequence and the task is: show a check mark box with 7 possible check marks. Take into account that you must be able to select multiple check marks.The values (the text (description)) has to be reflected to the document properties: "Title". If you selected multiple check marks, there must be a ";" between selection 1 and selection 2.It would be great if somebody can set me on the right direction.At this moment, this is the temporary code I tested, but the result is (of course) not correct.// Dialog Definitionvar oDlg = { strName: "test", cB: "", initialize: function(dialog) { dialog.load({"usnm":this.strName,}); }, commit: function
When creating PDF's I am having a difficult time setting up a signature box that people are able to sign with a stylist from a tablet, like an Ipad.I am able to sign these pdfs with my own information just fine - what I am trying to have setup is to take an Adobe pdf document out to a client, and have a client sign a signature field with a stylus on my tablet. Using my tablet, I cant seem to get this to work. I only have the option to sign my own name
Hi, on a fillable form that I have created, I don't want the font size to be auto. I double click on the text and I change the properties so that the font is at size 6, so that when the user types in a number or whatever it fits in the box. However, it keeps on changing back to auto. This happens on only some of the text fields and not all. I have found no correlation or cause on what this could be. Thanks for the help.
Hi!I need to make an action which duplicates page 1, 8 times in a 3 page pdf. I have found some scripts, but I can’t make them work. Can someone help me with some java that will work with action wizard? ( I don’t know much about java scripting, normally I just copy/paste scripts.)
Compression of text is always on. To turn it off, set the appropriate option Distiller. Where can I find this option to disable compression?
Hello,I have created a plugin to create a highlight annotation using COS object.Now, I want to delete that annotation by comparing the contents in it.How can I achieve this?I am using:SDK : Acrobat Pro SDK(Version1)Product: Acrobat Pro DC(Version2015)Platform: Windows 7Thanks,Best Regards,Navnath
Hope someone can help with my issue. I have a simple script attached to a button that I created using Adobe Pro DC. The Submit button has a script that sends the form to an email address specified in one of the forms fields (field is called ClientEmail). It all works fine in Adobe Pro DC but when I try and run the form in Adobe Reader XI, the following error pops up in the Java Script Debugger box when clicking on the Submit button:=======JAVA SCRIPT DEBUGGERAcrobat EScript Built-in Functions Version 11.0Acrobat SOAP 11.0GeneralError: Operation failed.Doc.mailDoc:20:Field Submit:Mouse Up========This is the Java Script I have attached to the submit button:Action = Mouse UpSelect Action = Run a JavaScriptThe script is as follows:var cToAddr = this.getField("ClientEmail").value;var cSubLine = "This is the subject line - test"var cBody = "Test message body."this.mailDoc({bUI: true, cTo: cToAddr, cSubject: cSubLine, cMsg: cBody});
I uninstalled Acrobat XI Pro Mac as I was having some issues.I am unable to reinstall. I successfully installed the .dmg file, but upon installing Acrobat XI, I get a Failed message.
Hi,Can I check if there is any javascript to autofill/autopopulate a text field when an end-user imports an file/image/pdf based on the filename of the imported file/image/pdf in Acrobat Pro?I have attached a screenshot of my form. Not sure if it's possible, to have the text field ("Photo name") auto populated from the filename when end-user import a file/image/pdf in "Photo".I am very new in Javascript, not sure if such function is achievable.Thank you.
I have a fillable form that our salespeople fill out with specifics for a certain door that needs to be ordered. I would love for the salesperson to be able to click a button at the end of the document called "add another door" that will add another page exactly like the first. This new page, however, will have the customer information copied (name, address, etc), but the rest of the form fields will be cleared so that a new door can be filled in. The idea is that the salesperson can be at a customer's house and use one form to complete the necessary information for multiple doors at one address.Thanks so much for your help.
is it possible to auto populate a PDF with the last 2 digits 20__ - 20__ with current year to next year every time I open up a PDF page? example 2017-2018?
I have to email applications to 20 people. Each application is a single page containing personal information for each person and four fillable fields. I don't want to send 20 separate emails or password protect each application and attach as an individual file. What I would like to do is combine all 20 applications into one PDF and send one email to the 20 people, but each person would only have access his personal application to complete and print.Does anyone have a suggestion as to how I can accomplish this task? I am slightly more than a novice with JavaScript, but I don’t know the best approach to accomplish my task and keep everyone's personal information secure.I am using Acrobat DC Pro and users are using DC Reader.All suggestions are appreciated!
I have some FDF style PDF forms. I am trying to open one of them in Internet Explorer. The javascript that adds FDF data to the PDF template and opens it in IE does not seem to working. The IE is set to open the PDF using Adobe Acrobat Reader DC Professional. The IE version is 11. The PDF open with no FDF data added. Can anyone throw some light on this problem.Thanks,Jyothi
Hi there,Recently upgraded to Adobe Acrobat Pro DC, but the "Send for Signature" option is not available any more. Not even available through the "Tools" menu. Any suggestions?
The java script executing in 8 pro is faster but in 11 pro it is too slow. Can anyone please let me know the issue.
How do I set adobe reader X to default to auto rotate portrait/landscape when printing? It has somehow changed to portrait.
Hi,I have a PDF that contains calculations. This PDF works just fine if used on the PC, but won't if opened on my iPad. From what I've read online, Adobe doesn't have an app suitable to execute dynamic forms for iPad (and I've tested them all).HOWEVER.My confusion comes from the fact that a form built along the same principles does work on my iPad. The person who made it is not able to be contacted because reasons, so I can't pick their brains as to how it was done. But when I open their PDF on my iPad the drop down menus work, the calculations run automatically when data is entered....Does anyone have any ideas at all as to why this may be?
Hello,I created a plugin to add a custom menu which will get the selected text and then I can do the operation on that text.AVDoc avDoc = AVAppGetActiveDoc();// if a PDF is open, get its number of pagesPDDoc pdDoc = AVDocGetPDDoc(avDoc);// Get the selected text as a text selectPDTextSelect pdtext =static_cast<PDTextSelect>(AVDocGetSelection(avDoc));Now, I want to get the actual text content with this object. How can I achieve that?ThanksBest Regards,Navnath
We have installed Adobe Acrobat X Pro , among others . Over time, the program does not work while the program previously functioned fine. He will not start when double-clicking the icon . If I remove the program and restart it will work again , but after a while he stop working again .
I have long been using the acrobat chrome plugin to turn webpages into pdfs. But now, when I try to "print" out a web page, it seems to print but never asks me where to safe it and then disappears. And there pdf is not saved anywhere. You can see what I mean in this screencast.Kindly advise how to fix this.Christoph
I have a form that I am trying to sum up a total of seven lines, but only have them total if the check box next to the value is clicked. How do I do this?I do not have them in a table, this is just for easy display of the form I created.TABLE Example:CHECK BOXITEMVALUEXITEM11XITEM21XITEM31XITEM41XITEM51XITEM61XITEM71DOES NOT HAVE CHECK BOX, JUST A SUM OF CHECKED BOXESTOTALSUM OF ABOVE LINES IF CHECK BOX IS SELECTED
Hi there allI have been developing some Javascripts for social sharing.I have the images for FB, Twitter and Google.the link for each of the netoworks is javascript:then the function nameso facebooks link is javascript:fbshare()all works fine on Chrome, Safari and Edge - and on mobile. But on IE11 I get the below error..Make sure that the web address //ieframe.dll/dnserror.htm# is correct.Any ideas? works fine in all browsers except IE[Moved from non-technical Forum Lounge to specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
I am trying to make a form that will force the user to get signatures in the correct order. I want signature block 2 to be read only until signature block 1 has been signed and validated. I am using digital signature blocks. I am sure this can be done with Javascript, but I am very new to javascript in adobe and am not sure what syntax to use.
Hello,I'm a newbie to javascript and I have a fillable pdf form with two checkboxes that will be contained in our document management software. I need to check to make sure one of the check boxes is checked and if not display a message box indicating one of the check boxes must be checked. I tried using a radio button and the values displayed correctly inside of our document management software however, the pdf always showed the same radio button checked inside of the document management software.I've been searching through the adobe forums but have not found a solution.Thanks in advance for your assistance.Best regards
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.