Unlock the power of Acrobat SDK through our community.
Recently active
Hello, I've created a dropdown box and clicked "custom input allowed". Each input value has an export value assigned, which then appears in a separat textfield. That works, if I select the input value via dropdown. If I write in manually nothing happens. Here the same export value should appear in the textfield. And if the customer makes an input which doesn't exist, a window should open "Check your details". Can someone help me, how and especially where I can enter this script? In the attachment my example (unfortunately you can not upload it as a pdf). Thank you in advance!
Hello everyone!I apologize in advanced if this has been done before but it is not the easiest thing to google! Also I'm not sure if this should be under JavaScript or a different forum so I'm sorry if this is the wrong place to ask!Let me briefly explain what I'm doing first.I work for as a contractor and twice every year my company goes out and does preventive maintenance (PM) on a large amount of traffic camera's and message signs. What I have set up in the field is a master PDF file for each type of device we PM that I'll open with a Laptop or iPad and enter in the state's district number, the ID of the site (CAM-09-001 etc..), the date is was done, the PM cycle number, and a long list of drop down boxes that declare the working order or condition of the things we check at each site (cabinet condition, visibility due to trees/obstructions, etc..). They're all a simple "Excellent, Good, Fair, Poor" drop-down list for the conditions fields and the other fields are just a simple fillab
I am trying to batch extract the first page of multiple (a couple hundred) pdfs and then convert those individually extracted pdfs to jpeg. I've tried the Extract to folder script but according to the Action Wizard there is a syntactical error that I can't seem to figure out. I have access to Acrobat 9 and Acrobat DC. Please help!
What I'd like to do is create something like a thermometer. I'm not sure as to how many fields I would need. I'd like to have a field to enter a number like a temperature and what time. Then another field that would calculate how many points the temperature has gone up in 60 minutes. Something like a point per minute. But, then goes down depending on the conditions, so there should be another field for that to be calculated in. I'm kinda confused as to how to do this. Any thoughts or ideas or suggestions will be welcomed. I don't know even if it's possible. I have little knowledge as to how to or what I need to do to create something like this. If it can be done with javascript, please, let me know. Thanks, guys.Field1 //enter the time, perhaps from the computerField2//enter the temp (or number) at that timeField3//calculates the points temp has risenField4//calculates the points temp has fallen
Hello,I am writing reader for PRC data to extract the 3D model data from PRC. While doing this I am not getting or decide the value for type_eligible_for_reference variable to decide weather to read the CAD ID and PRC unique ID while reading extra geometry data from PRC.Please guide me in reading the PRC data from extra geometry file structure section.Any help in reading the PRC data will be appreciated.Thanks in Advance.
I'm using this script to alert the user to click a button:if (this.calculate) app.alert("Please click the ''On'' button before proceeding.\n\n**Note:\nThis alert will appear whenever the ''On'' button is not clicked\n\nBe sure to click the ''Off'' button when you are ready to perform your calculations.\n",3);What I'd like to know is, is it possible to use the OK button in the alert to set (click the Button2) when the OK is clicked to close the popAlert window. I have two buttons that hide and show when clicked. Button2 is visible and when I click it, it hides and shows Button4. It's just to turn on then turn off. So, would it possible to use the OK button to click Button2, hide it, and show Button4? Then they can click Button4 for themselves when they are ready to. It would help streamline that process of turning the buttons on/off for the user.
I have a plugin that adds and removes custom properties to and from a PDF. After my plugin changes the custom properties, I want it to also save the PDF but I only want the custom properties portion of the document to be updated. The reason is that if the user has edited the PDF but not saved those changed then I don't want to force those changes to be inadvertently saved. In otherword, I need my changes to custom properties to be separate from the user's changes to the document or pages or other components (unless of course they just do a normal save, or edit properties and save, then it doesn't matter).Is it possible to save ONLY the Custom Properites of the AVDoc from a plugin from SDK 9?I can use AVDocDoSave to save the document entirely, and silently, but I'm afraid that will confuse users because it forces them to save their current work without realizing it and they may not have wanted that to happen.Thanks
I've tried the suggestions.I've deactivated and reactivated.The problem still happens.Any other ideas, this is very annoying.
What Java Script code can be used to ensure that the text within a fillable form is bold when in "Prepare Form" properties of Adobe Acrobat Pro DC?Can this be done in InDesign?
I need a little help. I am terrible with JavaScript on a good day. I have a form used to audit project compliance. I've been manually counting the number of Findings on each audit. I assume there must be a way to have Adobe complete this task for me. All of the drop downs affected by this script are named "Finding." 1-14. I need to count all instances where there is a finding, omitting the selections of "OK - No Finding" or "Select" displaying the summed value in the "Count" field. TIA!
This is a basic question but I can't find the answer. I am running a script from one pdf and want to change a field in another pdf. To refer to the main pdf, I used something likevar mainDoc=this; How do I set a variable to refer to the other pdf?Originally, I used : var otherDoc = app.openDoc("second.pdf", mainDoc);This all worked well but it doesn't work on Reader XI, possibly because protected mode is on and I can't turn it off because it's a computer network at my workplace. I'm trying to work around it by opening the second pdf manually and having it open while I trigger the script from the main pdf. But it's not doing anything.Thanks!
, al año siguiente viajamos a Guatemala, el vive en USA, y este
///Document level Scriptif (event.source.forReal){var stampDialog = CreateDialog(builder);app.execDialog(stampDialog);}function CreateDialog(dialogBuilder){var sd = new Object();sd.builder = dialogBuilder;bChk1:false;bChk2:false;bChk3:false;bChk4:false;stredt1:"";sd.initialize = function(dialog){var init ={"Chk1": this.bChk1,"Chk2": this.bChk2,"Chk3": this.bChk3,"Chk4": this.bChk4,"Name": this.stredt1,};dialog.load(init);};sd.commit = function(dialog){var res = dialog.store();this.bChk1 = res["Chk1"];this.bChk2 = res["Chk2"];this.bChk3 = res["Chk3"];this.bChk4 = res["Chk4"];this.byName = res["Name"];};sd.validate = function(dialog){var res = dialog.store();return true;};sd.description ={name: "Stamp Dialog",elements:[{type: "view",elements:[{type: "view",char_height: 10,elements:[{ type: "static_text", item_id: "stat", name: "WSB Approval", char_width: 15, alignment: "align_fill", font: "dialog" },{type: "view",char_width: 8,char_height: 8,align_children: "align_top",elements:[{type: "
Good morning!I'm trying something new and looking for a little help : )I assigned export values to some drop down selections in my form. The values are not calculating in the score field I set up. The score field has a custom script which uses a copy of the drop down fields arranged in an array. This script works on other forms with number fields validated from 0-4.What could be keeping the export values of the drop down selections from calculating? Could it be the way I'm naming the fields?When I try to change the format of the drop down fields to Number, I get a message saying, "The format does not match one or more values specified in the dropdown list. To change the format for this dropdown, first change the dropdown list values in the Options panel to match this format," although, I have assigned each dropdown selection an export value ranging from 0 to 4. Any suggestions?
Here is my situation.I have created a custom tool button which when pressed will acitvate the dialog.When the info has been entered and the dialog is closed the values saved in the dialog will be written our in a free text annotation.I can create the button.I have created the dialog.I can print out the stored values to the console so I know everything is working as it should be.Now where I am stuck is getting those values to the annotation. I have been reading all the documentation but can't make anything work.If someone could please point me in the right direction on how to access stored variables in the dialog object I would greatly appreciate.The code itself works fine. It's just the skeleton right now. I will beef it up later. just can't figure out how to pass the values to the annotation function. I have tried putting the annotation inside the commit method but that just gave me an error saying it wasn't a function so I tried moving it outside which is where my code stands n
I have a statement which has 4 options and user can only select option from them, For exampleQ: Which fruit is called the king of all from these?a. Appleb. Grapesc. Mangod . PeanutMy Answer: _______When the user will select any one checkbox from above, i want the text field to show that option alphabet in the below text field.Like if he select 'Apple' i want to show the alphabet 'a' at bottom only.Currently, i have given these 4 options checkbox a number value which i am using to calculate marks so as far my knowledge this can only be done by giving the above checkbox value a substitute in the below text field using javascript.Can somebody assist me in this since am not an expert in javascript?Many thanks.
I have a brand new shrink wrapped DVD version of Adobe Acrobat XI pro I installed on a Windows 8.1 (64 bit) desktop machine.Adobe acrobat will not update I get (Error 1328).When I entered the serial number to register the product on Adobe.com, i get a message saying "enter valid serial number."WTF, it is a valid serial number for a product I paid for.What is the problem?
Hello !I'm so sorry, perhaps this is a really stupid question, because I could have found the answer. I'v read so many posts about, but I can't reach what I want.I'm using Acrobat 9 Pro. I want to extract or insert pages with a button in my pdf by using javascript. I know, it's not possible with a trigger in document scripts.So I made a js-file named "insert_page.js" and put it into Adobe's javascript folder (C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Javascripts). The content of the script simply is:function extract_page(){this.addField("Testbutton", "button", 0, [100,100, 150, 80]);this.getField("Testbutton").fillColor=["RGB", 1, 0, 0];this.extractPages(0, 0, "/c/Users/destinationfolder/newPage.pdf");}Writing this in the console: everything works fine !!! Calling from the Button, nothing happens. What ist wrong ? Please help me !!remark: the field is only added for being sure, that the function ist really called by clicking the button. I don't really need it. Interesting is jus
A serious error has been detected and Adobe Acrobat 8.1.0 Standard can not continue. Please re-install the application.
I am setting up a form that has a comments section. The comments section consist of multiple boxes (font size and font set) to ensure the text doesn't change so that it stays over the lines in form design. I want to take the entire text from all box fields and copy to one individual box on a separate page. I am sure this will require script of some sort, can anyone help me to do this? These boxes:to this box:
I created a PDF form, and some fields are required. Once my co-workers fill out the form they must print it and sign it. The problem is, some of them avoid the required fields and go straight to print the form.I was wondering if there's a JavaScript to set the print button to not let users print unless they have fill out the required fields?Or at least get a message warning saying they need to fill out those fields.Thank you
I am attempting to create a fill-in PDF form that is a scorecard. Points values are assigned based on what the user selects from a drop down list. I have the individual points working, however, there are a lot of Syntax Errors. Also, I cannot figure out how to add all the different values together. I have tried simply making the total a calculated field that is simply the sum of the fields picked from the list, but it just shows as zero. I have confirmed the calculation order and the total is listed last, but still no success. Here are a few examples and the javascript used: I have ResidenceStatus as a drop down field with the choices below. This is the javascript from the ResidenceStatusScore field:var ResidenceStatus = this.getField("ResidenceStatus").value;if (ResidenceStatus=="Owns/Buying") event.value = "55";else if (ResidenceStatus=="Rents") event.value = "40";else if (ResidenceStatus=="Other") event.value = "30";else if (ResidenceStatus=
Hello,It's been a little while since I've visited the Adobe forms. Hopefully, everyone is well!Can anyone answer if I can assign values to the selections in a drop down menu? I'd like to provide a visual score in my form with respect to text answers from drop down selections.For example, drop down selections will be text, but I'd like to "assign each selection a value" to be calculated in a field dedicated to a numerical score:Not applicable - assign value of 0Good - assign value of 1Fair - assign value of 2Excellent - assign value of 3A score field will average the answers and provide a percentage based of the text selections the user chooses, but the numerical values will be calculated in the background showing only the score in the dedicated score field.If this is possible, can anyone point me in the direction of finding a script for this specific function?
Hello everybody,I've developed a stamps package for one of your teams on the organization and they've been using it for a while now, a week ago they presented me with their updates.One of this updates is the possibility to adapt the size and proportions of the background to fit the size of the text, instead of the text adapting to the frame the way that I've manage to do.Basically the question is of its possible to modify the size while changing the proportions? is this possible? or what is the closest way I could manage this?Thanks in advance.
Adobe Acrobat Pro DC, updated to the latest subversion.After you open it, it will close within about 30 seconds -- no messages.Looking in the event logs at Windows Logs/Applications, only ones I see regarding Adobe are....The description for Event ID 0 from source Adobe Acrobat cannot be found.The description for Event ID 0 from source AdobeARMservice cannot be found.I've tried uninstalling/re-installing, repair installation, made sure it was completely up-to-date, etc.Windows 7 64-bit
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.