Unlock the power of Acrobat SDK through our community.
Récent
HII am using ADOBE Acrobat Pro DC V 2018.011.20040My aim is to manually fill out the top table i1 to i3 and j1 to j3. Then press the bottom table calculate button and the result appears in the value column beside it as a %.Using WBC button as an example the formula is (j1WBC-j3WBC)/(i3WBC-j3WBC). Applying the formula to the WBC value text field . I have proven the formula works.However i need to put all the data into the top table before doing the calculation. My solution was to press a button, it does the calculation and assigns the value to the text field beside it. I have set up the button properties in the java script I have put rWBC=(j1WBC-j3WBC)/(i3WBC-j3WBC).rWBC is the name for the text beside it.At the moment pressing the button does nothing.Your comments and help will be most appreciated.Regards MH
I am trying to find a javascript that will allow all of the fields in my form to populate in sequential order. I have 10 fields on the PDF and I would like them to be numbered sequentially based off of the first field. Any help would be greatly appreciated.
I have an excel file with over 60,000 numbers. I am trying to code in (using js) these numbers to autofill my pdf form when a user enters a certain number in a field. For example, if the user enters "9999999" into a field, four other fields automatically fill based on the number they entered. However, since the calculation script only allows a certain number of characters, I am unable to write this code (basically a if/then statement) for all 60,000 numbers. Is there a way I can keep these numbers in an excel file and have the calculation script read this file and put these numbers into an array?
Hello I want to create a PDF document that only allows the user to edit text fields if they are blank. Once the field is not blank it should not be editable (read-only). This is the code i used for that:{var f = this.getField(event.target.name);if (f.value == "")f.readonly = false;elsef.readonly = true;}I also have a button that asks for a password, and if the password is correct they can edit a field until they click out of the field.My issue is that the above code only works if the custom calculation script is set to this. If I take the same code and add a Mouse Up JavaScript Action it does not work correctly. For example if a field is blank i have to click on the field then click out and then click on it again to enter a value. Is there way to focus on the script once i click on it?The reason I want to have the script in a action rather than a custom calculation script is that i have many fields and pdfs that need to modify. So instead of going to each field individually and pasting
i have created a dropdown list. i want to copy the list several times on the same page and across multiple pages. when i copy and paste, the dropdown answer selected gets replicated across all the dropdown lists so i cannot have different answers to each question. how do i stop this happening?
Hi, I creating PDF document with script on its load. Script content is some like:try {var cURL = "http://www.whitemesa.com/interop/InteropTestC.wsdl"var cTestString = "This is my test string";// Call the echoString SOAP method -- it is an RPC Encoded methodvar response = SOAP.request({ cURL: cURL, oRequest: { "http://soapinterop.org/:echoString": { inputString: cTestString } }, cAction: "http://soapinterop.org/"});app.alert('ret', 3);} catch (expp) {app.alert(expp, 3);}I know what it need some "Form Save Rights" to be viewable in Adobe Reader. And I saving it in Adobe Acrobat Pro with: File menu -> Save As other -> Reader Extended PDF -> Enable more tools.But when I opening new pdf in Adobe Reader 2018.11.200400, I seeing "MethodNotAllowedError" again/Question: what should/could I fix? My SOAP server will be my own, what I should install onto it? I just need an internet-datetime in my pdf.
I have a custom program written in C#/.NET that opens PDFs simply using System.Diagnostics.Process.Start(). For one user if they open a PDF through this custom program, they then are unable to open PDFs in Windows Explorer.If they attempt to open a PDF in Explorer it takes a minute and then they get a Fatal Error: "Acrobat failed to connect to a DDE server.".They can continue opening PDFs using the custom program, they just can't open using Windows Explorer.If they close the last of the PDFs opened up by the custom program, then they can start to open PDFs using Explorer.I've tried disabling the anti-virus program, reinstalled Adobe, looked for competing Adobe programs on the computer etc.I've also tried adjusting the code so it passes the PDF file as an argument to the Acrobat.exe.The user is on version Adobe Acrobat Pro DC 2015.006.30418 Has anyone had this issue before? We've used this software for years with no trouble.
I need a script for a .pdf form that if the value of another field is zero this field will be zero, if not the field will become the value of a third field.i.e. if Q = 0 then P = 0 else P = U
I am attempting to have one list filter the possible selections for two different dropdownlistsI have the first one right but I can't seem to get the second list to work. Here is the JS I am using.// This is used to Populate the G/L Account dropdown list base on the Location selection//switch (event.value) { case "- Select One -": this.getField("G/L Account").setItems(["-----"]); break; case "Cape": this.getField("G/L Account").setItems(["- Select One –", "22258 CAPE GENERAL FUND G/A -", "22259 CAPE GENERAL FUND UFM -", "22260 CAPE DIRECTOR G/A -", "22261 CAPE DIRECTOR UFM -", "22262 CAPE ACCOUNTING G/A -", "22263 CAPE PERSONNEL G/A -", "22264 CAPE MARKETING G/A -", "22265 CAPE MARKETING UFM -", "22266 CAPE GREEN HOUSE G/A -", "22267 CAPE GREEN HOUSE FOOD -", "22268 CAPE GREEN HOUSE BA
Bonjour à tous,J'utilise Excel et VBA pour exporter de nombreux PDF, utilisés par mes collègues comme un formulaire qu'ils impriment et remplissent à la main.La fonction "Détecter les champs" disponible dans Adobe Acrobat Pro DC me permet de transformer ce PDF en formulaire, j'aimerais pouvoir automatiser cette étape de détection des champs avec VBA pour que mes collègues puissent remplir le formulaire sans l'imprimer.Je n'arrive pas a trouver de ressources pour piloter cette fonction via VBA, pourriez-vous m'aider ?Merci d'avance.
In an MS Access Database, using VBA calling the acrobat objects, I am creating and joining a number of different PDF pages, and creating a set of book marks in the resulting document. In the development PC I have set a reference to the 'Acrobat' library. All works fine on development PC, however I need to run the database on other PCs which do not have Adobe Acrobat installed. Question: Is there a way to simply install the Acrobat library on the other PCs, or do I need to install a full version of Adobe Acrobat on each machine. If the latter what is the minimum (cheapest) Acrobat version I need to purchase to get the Acrobat reference installed.Thanks
Hi,If I modified the javascript code for an existing, free action wizard offered by Adobe Acrobat, do I need permission from Adobe to copyright the derivative of the original action wizard? It appears all of their free programs are copyrighted per https://www.adobe.com/legal/terms.html but it is unclear whether I can still copyright the parts I modified to create a derivative which is significantly different than Adobe's original work.I realize no one is a lawyer on this forum but if anyone can point me in the right direction, that would be really appreciated. I have researched the internet but have not found a clear answer.Note the Action Wizard was made in Adobe Acrobat X.Thanks.S. Morgan
So right now, I'm trying to create a fillable pdf form in Adobe Acrobat Pro 2017 for the character sheet of a tabletop game so it automatically calculates the various stats. The problem I'm having is that I can't get a checkbox to export the value "Off" when it's unchecked like it's supposed to. Either that or my Javascript is garbage because I don't get Javascript at all.What I want to happen is, if the checkbox is checked AND the value in textbox called "Ranks" is 1 or greater, then the text box called "Total" is equal to the sum of 3 + ranks + other boxes. Otherwise, if the checkbox is unchecked, regardless of the value of ranks, then the total should just be the ranks and other boxes.Right now, the value of the total box is calculating as if the checkbox were always checkedHere's the current script as is for one of the total boxes:var skill = +getField("Skill Check").value; //this is the checkboxvar ability = +getField ("Abl Modifier").value;var rank = +getField("Ranks 1").value;va
Can anyone help?Every time I try and print several 2-sided copies of a multi-paged document, if it is an odd number of pages - it starts the next copy on the back of the previous copy.So if I've got a document 3 pages long, it would normally print 1&2 back to back and then 3& nothing page back to back.ALL other packages I use will do this, but not Acrobat.Acrobat seems to not want to waste paper! and instead decides to start the next copy without the break:e.g. Acrobat will print 1&2 back to back and 3&1(of next copy) then 2&3 etc. So it's not even that I can then go back and reprint the messed up second page of everything, it completely stuffs up my printing.Is there a setting I'm just not aware of? It's seems crazy that ALL other packages know not to do this, but Acrobat thinks this is ok!It is driving me bonkers - not to say wasting lots of paper and ink.thanks
I want to give my customers the option of inputting mm/yyyy OR yyyy OR mm/dd/yyyy on the adobe pdf fillable form when I send it to them but am having trouble making this work.Does anybody know how to do this?THANKS!AW
Hi everyone, I have finished all of my other PDF based projects with great help from the community. I am now at the final task which as the name of the topic suggests, is a save as function. I have read the documents about it, I am not fully understanding. Can someone show me what the script is supposed to look like for a save as function that calls from three text fields? Also, where does the script then get placed? As for the button that needs to be made on the file, how do I attach the script to the particular button?Thank you in advance.
My team and I work a lot with comments and replies and often have to copy them on to a separate document. How we have done it in the past is copy the original comment (it does not copy any of the replies) and then manually re-enter the replies and change the properties to the name of the person that actually made the reply. I thought there has to be a better way to do this. Any help is much appreciated.
Hi everyone !I am using acrobat 15 on windows.My question is the following : Can i put some hypertext link in order to send the user to a website within the app.alert box ?Thx u !!!!!!!!!
Hello All, I am in the process of trying to create a dynamic stamp. This is a first for me.I've followed the tutorials, but can't seem to figure it out.Ideally, I would like check boxes, but it looks like that it not an option. Maybe a prompt box that pops up?I have attached a picture below of the stamp I am trying to create..Thank you in advance for your help.
river, boca, san lorenzo, racing are markers that I have in a pdf, I want that when I click on "river" the text is highlighted in the pdf (as if I did a search that is highlighted in blue and then disappears) someone I could say the javascript code since I do not know anything please thank you very much
This is scenario that I'll be working on:The company that I am working for has thousands and thousands of procedures of varying length (in terms of the number of pages). For example, lets assumethat a procedure in 15 pages long. So, at the very beginning of the procedure will require the supervisor initials and then procedure will be sent out forcompletion, and, once the procedure is complete, it'll be sent back to the supervisor. I will create a submit option at the end of the procedure,which will be linked to the supervisor's email.So, what I wanted to know if there is a way where based on the initials of the supervisor at the beginning of the document, the"submit" tab at the end will be linked automatically to the corresponding supervisor. Suppose there are 10 supervisors (1-10). Once supervisor 5 has input his initials at the beginning, supervisor 5's email address will be automatically linked to the "submit" tab. So, when the "submit" option is clicked, the procedure will beemaile
In know there exists a BrowseForDoc in the javascript library, but I want to select a folder only.Is this possible?Thanks.
In Adobe Acrobat Professional, after I select the Select Tool, close the document, and open another document, the Select Tool is selected in the opened document. (The program remembers the tool which was last used.) I need to know how to make all documents open with the hand tool selected by default, regardless of what tool was selected the last time.I have tried to put a check mark beside “Make hand tool select text & images” in the General category, but the program still remembers the tool which was used last time.Is there a script which can set the Hand tool as the default choice?
Bonjour ,Je cherche (et ne trouve pas ...) la solution qui me permettrait de générer un 'Escape' depuis une ligne de commande effectuée sous Macro-recorder.L'action "Keypress Escape" existe bien , mais ne réussi pas à fermer ma fenêtre de recherche ..Lorsque cette commande est lancée , elle ouvre le menu démarrer de W7 , alors que manuellement , au clavier , la pression sur Escape ferme bien cette fenêtre Recherche.Quelqu'un pour m'aider ?Merci.
Hello everybody.I have a form that I made available for filling in Dropbox. I made available the account in some tablets and in this form I created an icon that when finishing the completion, the person clicks on this icon and at the top is created a text that serves for the correct nomenclature of this file to save. The problem is that when we select the "Save in" option in acrobat (mobile), I can not copy this name and save the file with this nomenclature. Is there a way to save the file with the name we want in Acrobat and Dropbox via mobile?Regards,Berg
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.