Unlock the power of Acrobat SDK through our community.
Recently active
I want to integrate a youtube video into a PDF. How do I first find out what format the video is in? Then I did tests and simply appended the ending .mp4 to the URL. The window then got an arrow and when I clicked on it, the film didn't appear, but the window turned gray. A pop-up window opened with the message "controls no". So what do I have to do to embed the video and be able to view it?
I am very new to javascript in pdf files. I have a pdf file with a button and I would like to have it clicked automatically or when the page with it is loaded or after a certain delay.I know these procedures exist in Javascript, but I did not find them in Acro-js. I cannot use methods other than Javascript. How can I do it?
I am having troubles with setting the reference to Adobe Acrobat from Excel VBA which is running on a Mac. Let me provide a bit of background:I have been programming VBA within Windows in Visual Studio, Access and Excel for a couple of decades. So I am very comfortable with both Windows and VBA. Recently, thanks to some assistance from one of the forum questions I posted, I was able to beginning writing an Excel program which interacted with the various forms I created with Adobe Acrobat Pro DC for my windows laptop to retrieve information from the form to various tabs within the Excel workbook, my first venture with Excel/Adobe interaction. I was doing all of this for a friend. Unfortunately, my friend has a Mac. So now I am trying to get this Excel workbook to work on his Mac with the loaded Office. However, I have run into a big problem with regards to the reference to Adobe Acrobat. He also has installed Adobe Acrobat Pro DC on his Mac (he has e
Hello, Good DayI have cost fields want to calculate, tried but failed, hopefully experts help me as always. I am using code:var v1 = this.getField("Text22").valueAsString;var v2 = this.getField("Text23").valueAsString;var v3 = this.getField("Text24").valueAsString;var v4 = this.getField("Text25").valueAsString;var v5 = this.getField("Text26").valueAsString;var v6 = this.getField("Text27").valueAsString;var v7 = this.getField("Text28").valueAsString;var v8 = this.getField("Total").valueAsString;if (v1=="" && v2=="" && v3=="" && v4=="" && v5=="" && v6=="" && v7=="") event.value = "";if (v1=="not applicable" && v2=="not applicable" && v3=="not applicable" && v4=="not applicable" && v5=="not applicable" && v6=="not applicable" && v7=="not applicable") event.value = "";else {var Text22 = Number(v1);var Text23 = Number(v2);var Text24 = Number(v3);var Text25 = Number(v4);var Text26 = Number(v5);var
I have two radio buttons in one group, i.e. "Yes" & "No"; overall, there are more than 40 groups. I want to change the color of the "No" field to red if "No" is selected and It should be as it is if "Yes" is selected. It should change based on the answer and reset when the form is reset.
Hi. Thanks for taking any time to review and assist.I'm creating a 24 page document for flushing multiple pallets. These pages will be needed for each pallet to be flushed that day.My fields are:Pallet/Page OnePallet1 - the first page for the first palletPart1 - for the Part Number that pallet will have boxedShopOrder1 - the shop order associated with that pallet and customer order number of that dayQuantity1 - number of boxes to that palletInitial1 - initials of the person who flushed (entered that pallet into the computer to be sent to shipping) the palletDate1 - the current date Pallet/Paget Two (and all remaining pages)Pallet2, Part2, ShopOrder2, Quantity2, Initial2, Date2These fields will all be relative to the page number they are on. Page 3 would be Pallet3 and so on.All fields except Pallet# will be slave to Page 1. Part2 will displate the part number on page two from Part1 of page 1, etc.Pallet# will increase by one for each page.Pallet1 will show a value of 01. Page two
I have two text fields Yes(Text1) and No(Text2). , two radio buttons YES and No. With a "Pass Button". So when I click on Pass the value from the "Text1" field should directly show in another text field named "Text4" and even when I change the value in "Text1" and "Text2" but do not click on "Pass" button I should get the previously entered value. I've attached the form.
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
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.