Unlock the power of Acrobat SDK through our community.
Recently active
I am unable find a method or API in SDK to input data into a XFA file created using Adobe Livecycle. Is there any way we can achieve this?
Hello,I have a checking in form that when submitted (depending of dropdown selections) auto fills an email with part descriptions and part numbers, this is working fine. I am updating it for other reasons but I was wondering if it is possible to have the email auto populate with different part numbers depending on the selection of part made in a dropdown? So if part 1 is selected (screen) then part number for selection 2 (harness) changes? On top of this is it possible that if the screen and harness are missing from the machine can Adobe search part of the serial number of the machine to identify which screen and harness it should have? Hopefully that makes sense! Thanks
I reloaded my PC and attempted to re-instal my regisetred version of Acrobat Pro XI. At the promt for serial number, I copied and pasted the serial number from my products page (where I also downloaded from). It says "Invalid Serial Number". Anyone point me inthe right direction?
I have 37 one-line questions in a quiz. I want to turn questions red if the answer is "No". Also, the "YES" and "NO" radio buttons are set for calculating scores. there is a total of 37 groups for radio buttons.
Gentlemen, I have the Adobe Acrobat Pro DC, but when I click edit PDF, it will not let me add, or change the text, how do it?Tks.Máximo Maia
I have Acrobat Pro 10 as a part of CS6. I am running windows 10 on a Dell PC. Every 2 or 3 weeks it stops working. Just will not launch. I have to uninstall and reinstall from the CS6 installation file using CS6 serial number. Why does it do this and what can I do to prevent it stopping
Hi Guys, just do a post to see if anyone can help me with non-programmer. I am creating an interactive pdf form and I used page 7 (11 pages in total) as a template for spawning extra"Task Card" for engineering purposes. I created a button for page generating on the Template page, and I also created a text field on the template page that can populate the sequential numbers for each new Task Card created (the Template page text field will have the total number of cards generated +1), which means the text field on the template page will have the number 7 if I generate the Task Card six times.Here is the barrier I am facing, on the second page of this PDF, I have an index table with a column named Task Card No., so how am I able to let the Task Card number (not the sum total number) pop into each cell every time I generate a card, which is basically a sequential number 1, 2, 3, etc...Another barrier is on the Template page, there is another text field with some brief description of a
Hola:Hace unos días que mi Adobe Acrobat Pro no abre los pdf desde Document CloudLa pantalla se queda en blanco. Mis clientes tampoco pueden abrirlos cuando comparto un pdf con ellos. ¿Sabe alguien porqué ocurre esto?
Hi all respectable members, I want to add RGB Colors in Dropdown items, I am using code in custom calculation, here is my code:event.value=this.getField("Dp3").value;if (event.value=="Day (08:00-20:00)")event.target.fillColor = ["RGB",234,241,221];else if (event.value=="WN (20:00-08:00)")event.target.fillColor = ["RGB",217,149,148];else if (event.value=="Sleeping O/N standby (20:00-08:00)")event.target.fillColor = ["RGB",184,204,228];elseevent.target.fillColor = color.transparent; but failed is there any way to change colors. Please I have need your help
Hi,Is there any way to copy and paste a page using "JavaScript"?I'm working on a form, where having two pages in the second page. I'm having a button "Copy the page".When I click it the two pages has to paste as page 3&4.Note: The "fields" should also be paste not only the content.Can anyone help with this
Hi I prepared a document with a form text field. The custom validation script for each field is as follows: if (event.value=="No Stock")event.target.fillColor = color.red;else if (event.value=="Medium")event.target.fillColor = color.yellow;else if (event.value=="High")event.target.fillColor = color.green;else if (event.value=="")event.target.fillColor = color.transparent; Basically, it is working fine in Adobe Reader DC Pro for me and my colleguesBut in all other Adobe Reader versions (e.g. Adobe Reader DC), the coloring is not permanent only when you hover over the field and click on it you can see it. And I don't understand what I am doing wrong! Thanks already for the help and suggestions
Hi! Not quite sure if this questions belongs to this forum or the Indesign one, but since I guess I might have to use Javascript (hopefully not, because I don't know it) I'll post here to start. I would like to create a multipage PDF, where every page (except for a content page) contains an intruction for a different tool. On the content page, I would like to click and select (with checkboxes or something similar) which pages to print, and then click another interactive button to print these selected pages.Is this possible? Of course I could just let the user manually type in which pages to print in the print settings, but that's not as elegant. Thank you!
I am using Acrobat 11. I printed a pdf document from the dialogue box and selected multiple pages per sheet. I now want to reset it to one page per sheet. When I select the dialogue box, it only offers 2,4,6,9,16 or custom. How can I resent to one per page? I have tried returning to default on the Properties and Advanced tabs and this does not work. Thanks in advance for help. JB
Hello, I have pdf created in indesign with interactive textfields and checkboxes. In adobe pro I defined default values for that text fields. Also I defined "Will print" script, so defaul values are not printable, if someone not filled up interactive textfields and leave form with default values. Form works perfect on PC, but doest work on smartphone (iOS), so form can not be printed with blank interactive text fields. It cause that it can not be filled with pen after print. Is it be possible to define default values to be visible only on compatible pdf browsers? Or someone have any other solution for my problem? Script for "will print" for(var i=0;i<this.numFields;i++) { var oFld = this.getField(this.getNthFieldName(i)); if(oFld.type == "text") oFld.display = (oFld.value == oFld.defaultValue)?display.noPrint:display.visible; }
VBA program that uses Acrobat Pro to add pages bookmarks etc, has been running for YEARS. Most recent functioning setup Windows 10 with Acrobat Pro X.Recently setup a Windows 11 PC and added Acrobat Pro DC 22 via creative cloud and server calls to create object fail. Acrobat Pro X does not appear to be Windows 11 compatible hence the update to Acrobat Pro DC 22Thank you in advance for any suggestions ?
Converting a photo passport to Min 10 kb and Max 300kb and save as a pdf. I need to know how to format that size
Hi there, I know how to set a custom format/keystroke/validation script, using setAction, on a form field using JS.Is there a way to check if one already exists on any of them using JS?I don't want to process a field if there is any code there. Thanks in advance.
I have a form that I would like a formula for. The scenario is:Security guards are booked 1:50 at $35 an hour. I would like to put the number of hours into field 35_X and then put the number of guards into field X. I would then like for the following to calculate into field Total_6: (35_X * $35)*X So, # of hours * rate ($35) * # of guardsPlease help! Thanks,Jessica
I have a form that will be submitted as a complete PDF. The form has required fields. Tried "Submit a Form" action but I cannot include specific fields from the form in the email subject. I switched to a Javascript function to submit the form; now I get the specificity of the email I desire (with field answers included in the subject line) but the required fields no longer prevent the form from being sent if they are not filled. Is there a way to get one method or the other to do both?1. Not submit form via email unless required fields are filled 2. Place specific field answers in subject of submission email mailto:email@server.com?subject=CONTENTOFSUBJECT&body=CONTENTOFBODYORvar targetEmail = "email@server.com";var subjectLine = "name" + " " + this.getField("CLINIC NAME").valueAsString + " " + this.getField("DATE").valueAsString ;var body = "CONTENT OF EMAIL";this.mailDoc({cTo: targetEmail, cSubject: subjectLine, cMsg: body})
Version of the app:Acrobat DC Pro v22.002.20191 Platform and OS version:Windows 10/11 (no other tested) Issue: Our application uses the IAC interface to draw PDF into one of our application windows using PDPage.DrawEx. IAC interface draws PDF in top-left corner of the screen. Steps to reproduce:use version 22.002.20191run the SDK sample 'StaticViewVB' or 'StaticViewVC' Expected result:The PDF page is drawn within the specified window Actual result:The PDF page is drawn in the top-left corner of the screen
Hi there, When selecting the 'All Javascripts' menu option I'm given a report on scripts attached to form elements.Is it possible to get the same report using JavaScript, maybe to an array?Thanks in advance.
I have written a custom action script to add checkbox fields to my form headers. Everything is working fine, but the checkbox fields are added to the end of the tab order. I could avoid this by performing the action prior to adding other fields, but I really like to use this action as a last step.I've looked at the Acrobat DC SDK Documentation and found the method setPageTabOrder, but that seems to apply changes to the entire page. I'm really just looking for a way to stick the added fields at the top of the order, rather than the bottom. Is this possible?Thank you!
I have a PDF form with a few drop down lists and I want to be able to validate that the person filling the form is not putting the default item. What is the javascript validation code I should be using ? For example : One of my drop down list is Location and the user can choose between all of the locations we have. I added an option that is called « Select here » that is the default item in my drop down list. Is there a javascript code that would validate that the user didn't leave the « Select here » item on ?
Hi everyone!The question is like in the title.How to create a button in Acrobat Pro to open a file which is attached to pdf?
I have used IAC Save function. Here is the code that no longer works (it was working for a long time until a week ago). The code still works on our old Acrobat XI Pro systems; it fails on Acrobat DC systems. Does anyone know what happened or how I can solve the problem?Here is the statement that fails (always returns false):pdDocTarget.Save((short)PDSaveFlags.PDSaveFull, targetFilespec) <--- always returns false now!!!Note that other function still work. For example, int ctrPagesInSource = pdDocSource.GetNumPages(); ,<--- still works
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.