Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
When logged in acrobat DC it only allows me to create a portfolio and when I send it no one can open on the other end.
Hi,I am trying to modify a script for dependent dropdowns, and am running into some issues. I have 4 drop downs. Box 2 is dependent on Box 1 and Box 4 is Dependent on Box 3. I can get Box 1 and 2 to populate and work; however when I try and add in the second set, it fails. It will either populate the 4th box based on the 1st box or not work at all.My Script is as follows.myBox1Values = ["", "1st Choice", "2nd Choice", "3rd Choice", "4th Choice"];myBox3Values = ["", "A Choice", "B Choice", "C Choice", "D Choice"];this.getField("Box1").setItems(myBox1Values)this.getFiled("Box3").setItems(myBox3Values)var DeptData = { "1st Choice": ["1st Choice-SubChoice1","1st Choice-SubChoice2"], "2nd Choice": ["2nd Choice-Subchoice1", "2nd Choice-Subchoice2"], "3rd Choice": ["3rd Choice-Subchoice1", "3rd Choice-Subchoice2", "3rd Choice-Subchoice3"], "4th Choice": ["4th Choice-Subchoice1", "4th Choice-Subchoice2"] "A Choice": ["A Choice-SubChoice1","A Choice-SubChoice2"] "B Choic
I need a possibility to convert pptx file to pdf from my app. Can I use Acrobat SDK to achieve this? If yes, should Actobat be installed on each machine that does it?Regards
Hey everyone,Hope all is well.I am trying to prevent the user from hitting the enter key on a multi-line text field. It is important that the field has 512 characters and I have already limited it upon formatting.However, whenever the individual uses Enter to write in another line, it appears that something happens and when I import the data there seems to be more characters (?) and I get an error. If the same text is entered but no enter key has been pushed, I can successfully import.Is there any way I can prevent the user from hitting key 13?I looked around and it seems to be something related to preventDefault, so would appreciate if someone could point me in the right direction or share any piece of code that could be used.Many thanks,
Hi all,Can use same help on trying to hide fields on multiple pages that was created from a hidden template page. You would click on the 'ADD PAGE' Button where it has this javascript linked to it. this.getTemplate("Provider").spawn({nPage:this.numPages, bRename:true, bOverlay: false});The fields on the hidden template page are prefaced with:"P0.field_name"Fields I want to hide are prefaced with:"P0.Hidden.field_name"When I click on the add page button, the above fields become prefaced (respectively):"P#.Provider.P0.field_name""P#.Provider.P0.Hidden.field_name"The # would represent the numbered page. So 'P1' after clicking 'ADD PAGE' button once, 'P2' after clicking 'ADD Page' button a second time.I would like to now be able to hide all of the "P#.Provider.P0.Hidden" groups when I click on a 'HIDE' Button across all pages, no matter how many were created. The below script is using a hidden check box field to be able to turn on and off the hidden value using the
I'm using a script I found online to place the file name of a PDF within the document itself (we use the file name as a purchase order number). I have a text box with properties under the Format tab, format category Custom, Customer Format Script isvar name = this.documentFileNamename = name.substr(0, name.lastIndexOf('.'));event.value = name;When first entered as text field property it adds file name to the field (yay!), but when the file name is changed the text field doesn't update, just stays the same. We use the file name as a reference for a purchase order system, so it'd be nice if the bookkeeper could see what the file name was that printed the document. Any ideas on how to get it to update the text field with the current file name, even when the file name changes?Thanks, Mike
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 =
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.