Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Expensive, good afternoon.I am creating a material request form with 08 columns and 10 rows. The first column refers to the materials, where I created a drop-down list with 534 lists. Each item has a code. I want to click on an item in the drop-down list and the code for this item appears in the second column in a text field. How to do this? And getting, I want to repeat this dropdown list and text field in the 10 lines. it's possible? Hugs, Berg
When will CEP be supported for Acrobat?
Hi all,I am currently using Adobe Acrobat DC (not pro), and so I do not have access to document level javascript for some reason. However, what I do have, is a form that I created a long time ago, with a date and time field that automatically fills updates when the form is opened. However, when I copy the exact field into a different form, the date and time stays as what it was when I copied it over, and won't update when the form is reopened. I can't remember how I originally set the date and time field up, but I know for a fact that I have never owned Adobe Acrobat DC Pro (And so have never had access to document level javascript).How can I set this up without Document level javascripting that executes when the form is opened? How is it possible that somewhere in the code of my old form it already sets the date and time but it's not done within the date and time field itself? How would I go about finding where that Javascript is?If anybody has any ideas, I would love to hear them.Tha
Hi all,I am creating a PDF document from scratch with the Adobe SDK Library. My first version of the code is working but I would like to improve the speed of the algorithm.Here is the initial workflow :1 - Create a new empty document via * PDDocCreate * PDDocCreatePage * PDDocSave2 - For each text element to add * PDDocOpen * PDDocAquirePage * PDPageAcquirePDEContent * PDEContentAddElem * PDPageSetPDEContent * PDDocSaveAs I said, this process works fine but it's not efficient because each time we open and save the same file. So my second thought was to do :1 - Create a new empty document via * PDDocCreate * PDDocCreatePage * PDDocSave * return pdDoc2 - For each text element to ad
I have created a Javascript Window attached to a Radio button where upon selecting Yes, some text fields populate and upon selecting No, the fields are hidden. I realize that if yes was selected by mistake, the fields still remain visible when you return to the window and click no. What can I do to make the script work where you can return to change selection and it remove and hide the fields consistently?Here this my script,//Message for the popup window//cMsg = "Do you want to deactivate the incumbent's previous position for this Job Change?\n"var nRtn = app.alert(cMsg,2,2,"Deactivate Previous Position");// field that populate upon selecting the option Yes//if(nRtn == 4)this.getField("LayerButton7").display = display.visible;if(nRtn == 4)this.getField("Text16").display = display.visible;//Fields are hidden upon selecting No//elseif(nRtn == 3)this.getField("LayerButton7").display = display.hidden;elseif(nRtn == 3)this.getField("Text16").display = display.hidden;
I've found the correct JavaScript for validating required fields upon a document action (Print/Save/Close) with a popup prompt; but I am looking to get rid of the Red Boxes (as they are ugly) by either searching for all blank fields or changing the color of the red box. All fields within the form are required, and as a result the form becomes very clunky. Any suggestions?
I want to do the following in web application developed using .NET(JQUERY, ANGULAR):1. Check PDF is password protected or not2. Check PDF is corrupted or notPlease help with sample codes and examples
I a doing a form and I have to put two validation at the exit of a field. The validation must be done when a go out by tabulation.The first validation is to make visible fields is a date is write in a specific field.The second validation is to check a box is the date of reception is higher of the date of acceptation.Where and how a can do those validation.Thank you for your help.Helen.
Bonjour,En ce moment, je fais un formulaire en PDF et j'ai deux validations à faire à la sortie d'un champ par tabulation.La première validation est lorsqu'une date est inscrite dans un champ et que lors sort du champ par tabulation, je devrait avoir quatre autres champs qui deviennent visible.La deuxième validation est que lorsqu'on inscrit la date réception et qu'à la sorti du champ, elle est supérieur à la date d'acceptation, une case à cocher doit être cocher.Où je dois placer mes validations et comment je les fais.Merci pour votre aide.Helene.
Hi,I just need to create a calculation in which, in column A (Número de tarjetas a almacenar) you have a list of options to be selected. Depending on the option you select, the price is shown on column B.Just with this, I would be really happy :-).An aditional question is if I can determine as an exeption that if you select the last option "Más de 10000", then the price "Coste mensual" is calculated with a formula which is a number from another box* 3Many thanks!
Is there any way of setting up an existing PDF which is set up for single sided printing to two sided printing So that you get left and right hand pagesAny help would be good Thanks Paul
I am building a ui, where i want to extract pantone shades/colors from a pdf file. Can't find any documentation for the same.
Hi, I am really confused by the SDK licensing based on the forum posts and the license terms on the Acrobat website. I wish to build plug-in that will be implemented with Acrobat Pro DC version only and not with Adobe Reader. Are there any cost attached to the SDK? To my understanding, if we are not planning to have the plugin for Adobe Reader, there is no need for RIKLA program. However, do we need to pay or get approval for plugins for Acrobat Pro DC?Are there any restrictions in distributing plug-in made using the SDK for users with Acrobat Pro DC only ?
I'm not sure if I want to do the monthly subscription or not. How many computers can I use my subscription on with one monthly subscription?
HiI am designing an Access Database that combines a number of PDF documents and adds a set of bookmarks to various locations in the document , and also to a number of files and / or folder external to the PDF document. Currently I using VBA to open the PDF object and create the set of bookmarks, which for the most part work fine, however the are some issues: some of the linked JPG or other graphic files open in a browser (not the associated graphics program) or not at all (The cause is not a file association issue). Oddly, the resulting PDF will work correctly with some PDF readers and/or versions of Acrobat. but not in others. I have included some of the code below which should explain what I am doing:- 'Late Binding Set gApp = CreateObject("AcroExch.App") Set gPDDoc = CreateObject("AcroExch.PDDoc") ...... If gPDDoc.Open(sTargetPDFPath) ThenSet jso = gPDDoc.GetJSObjectSet BMR =
Dear allUisng MathType in Word gives the possibility to make internal links to the numbered equations. When I convert my Word file into pdf all the hyperlinks/cross-reference (Figures, references, Tables, ...) except the equation ones work properly. I have Word 2013/Matytype 6.9/Adobe acrobat Pro Xi/ Windows 7.Thank you very much in advance
Greetings All,I have a drop down field which has all the Countries Names (Afghanistan, Albania, etc.) and for the export values I used each county's 3 digit code (AFG, ALB, etc.)After using this code for a few other fields, I need the actual country names when the user selects a country. In essence, I need both the selection Name and the export value. I would prefer not to create an if else tree for each export value to give me the name of country again (See Below):if (this.getField("Birth_Country").value == AFG){event.value = "Afghanistan";} if (this.getField("Birth_Country").value == ALA){event.value = "Albania";//so on and so forth for 200+ countriesThe end goal is to have a text field with the full name of the country "Afghanistan" and use the 3 letter acronym as part of an address "123 main st, kabul, AFG".Any help would be appreciated.
Greetings All,So the premise is I'm trying to create a print button which checks which buttons are checked off, then prints off the ones which are checked off. I've got the following code so far://The following code outputs which page numbers to print based off of checkbox into Field "Print_pages"//all checkboxes are named "print1", "print2", print3", etc.//initial page which will always printvar output = "[0,0]"; event.value = output;//conditional pages, the output for each checkbox is in ",[1,3]" formatif(this.getField("print1").isBoxChecked(0) == "1"){event.value += this.getField("print1").value;}if(this.getField("print2").isBoxChecked(0) == "1"){event.value += this.getField("print2").value;}if(this.getField("print3").isBoxChecked(0) == "1"){event.value += this.getField("print3").value;}// etc. etc.// //// Print button var pp = this.getPrintParams();pp.printRange=[this.getField("Print_pages").value];this.print(pp);Question) Is there anyway to condense the if statement into a f
I have an image component which has two color fields "background color" and "border color". Initially when opening the dialog and selecting the value, the color swatch is working fine. But once I have saved the values in dialog, on opening it again the value of background color is overriding the value of border color. I have written a custom colorpicker.js. The code is$(document).on("click", ".bgColor ul", function(e) { var dropdown=$(this).parent().closest('span').find('ul'); var button=$(this).parent().closest('span').find('button'); var hexcode =$(this).parent().closest('span').find('select'); touchDialog.colorDropDown(dropdown,button,hexcode);});$(document).on("foundation-contentloaded", function(e) { var dropdown = $('.bgColor ul'); var button = $('.bgColor button'); var hexcode =
I've created an inspection form for work and would like it to auto calculate the date for next inspection 6 months minus 1 day from the date carried out. I found a script for adding days and that works fine between e.g Aug to Feb but not for Sep to Mar, where Feb only has 28 days. Any suggestions would be appreciated.
This is the first time I'm using this site and Adobe acrobat Pro as well. I have two pages of Timesheets. Each Page is seven days calendar dates. I want enter first date of a calendar week then I would like the rest of both weeks to populate automatically for total of 14 days calendar week. If anyone could assist me please, I would appreciate. I am using adobe acrobat Pro. Thank you
When I click on any piece of text in a Adobe PDF that is a link to a URL, your software responds with an error popup that says: "Adobe Acrobat - Acrobat could not run the web browser. Unknown Error.(123)" (Using Firefox Browser 46.0.1) Can you help me identify the problem and fix it????? Porter
How can I auto-fill a user's name (or abbreviation of their name) in a text box? I know how to do the auto-fill for a date, but can't get the JavaScript to work for a user's name. This would be when the form is opened. I'm using Acrobat Pro DC XI.
I would like to change the border color of all of the fields in a 60+ array of fields, dependent upon whether a button is hidden, without having to set each field border color one-by-one. Here is an example of how I have this set up, which is not working. How can I do this?var btn = this.getField("btn.ABC");var highlight = new Array() highlight[0] = "chk.BP" highlight[1] = "txt.CD.A.Line.01.b" highlight[2] = "num.CD.BPAC.A.01" highlight[3] = "num.CD.BPBC.A.01" highlight[4] = "txt.CD.A.02" highlight[5] = "num.CD.BPAC.A.02"if(btn.hidden == true){highlight.borderColor = color.white}else {highlight.borderColor = color.black}
Hello everyone, hope all is well.It has been a while since I last visited and this forum has always been very helpful and I thought it would be good to clarify a (newbie) question.I am trying to obtain data from several form fields using the below code:var count_item = 1;while (this.getField("Bem_Descr_"+count_item).value!==""){var REG27 = [];REG27 ["descricao"] = this.getField("Bem_Descr_"+count_item).value;REG27 ["valor_ant"] = this.getField("Bem_Posicao_Anterior_"+count_item).value;REG27 ["valor_atual"] = this.getField("Bem_Posicao_Atual_"+count_item).value;REG27 ["pais"] = this.getField("Bem_Codigo_Pais_"+count_item).value;var output_reg27 = "\r27"+NR_CPF+REG27.descricao+REG27.valor_ant+REG27.valor_atual+REG27.pais;app.alert(output_reg27);count_item++}I am able to see each of the results using the app.alert, but I need to have each of the results in a single string altogether.Could anyone point me in the right direction?Many thanks in advance!
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.