Unlock the power of Acrobat SDK through our community.
Recente
Hello, any help will be greatly appreciated.I have a sale form I use for work. Some products, we have to charge 7.5% sales tax, but not on other products. I am hoping to be able to create something like a checkbox next to each sale item I can click so that 7.5% sales tax is added to that line item. The way I currently have the form set-up is that I multiply the subtotal box * 0.075 and that gives me the sales tax total (for the entire sale). Thank you in advance.
I have the following scenario:First page ist standardsecond page is being spawned out of an templatefield1(text) is on the first pagefield2 (text), field3 (numbers), field4 (numbers), field5 (image) are on the spawned pageif field1 is "a" && field2 is "b" &&field3 is "1" && field4 is "2" then field5 is visible the normal state of field5 is set invisible how can I manage this, and where does the code go? does the code go to one of the text or the number fields or to the image field (there are about 40 image fields which visibility would be controlled over that script)based on some code that Karl Heinz Kremer gave me to work with spawned pages I have managed to make it work just with two fields (script running as validation in field1)// get this fields namevar fieldName = event.target.name;// strip off the last part of the namevar groupName = fieldName.substring(0, fieldName.lastIndexOf(".")+1);if (event.value == "a"){this.getField(groupName + "
I am using Javascript to save pdfs on the local machine. If I wanted to save them to dropbox, what would I have to do differently?
Hallo!Ich möchte in einem PDF-Formular zwei Felder in ein drittes ("Vollständiger_Name_MA") zusammenführen.Leider kenne ich mich mit Java kaum aus. Meine Lösung funktioniert nicht:a=getField("FamiliennameMA").value.toString();b=getField("VornameMA").value.toString();value=a+" "+bHat jemand einen besseren Vorschlag?Gruß Frank
Hi,I tried to open an unprotected PDF document, acrobat reader DC (18.11.20036) asks for a password. I tried to open it with other programs, no one else asks. How it can be possible?Other programs I used:Google Chrome / FirefoxAcrobat 9.0PDF Architect 4.1
Hi all of you. I have downloaded the sample project from the server, and I have compiled with VS2008. I have compiled ActiveView sample project. No errors ... but when I run this app, I got this error:Failed to create object :<at CMainFrame::CMainFrame(), MainAcroApp = new CAcroApp; COleException e; if (! MainAcroApp->CreateDispatch("AcroExch.App",&e)) AfxMessageBox("Failed to create object :<");and MainAcroApp has the following m_lpDispatch value: 0x000000of course, something went wrong ... but what ? Is there any condition to run these sample projects ? Could you assist me in order to solve this ?Thank you.
I'm not really sure if I am asking this correctly. I know very little about javascript. I created a pdf form that is used by officers to track daily tasks in relation to a certain project. There are several lines- each line a different task or action. Example:Each row has a start and stop time.I know how to create a button that will put a timestamp in a field. There are 24 rows in this sheet, so to do it the way I know how - would be 48 buttons (one button per row for start, one button per row for stop). That's a lot of buttons and a lot of real estate on my form, even if the buttons are tiny.Is there a way to have a button that timestamps the next empty time field? I am not sure that makes sense, but have like 1 button that when clicked - puts the current time in the next "not null" time field?Thank you.
Background : I want to create or add my custom action to context menu shown when you right click on a field in PDF.Approach : Using Javascript is it possible to add my custom actions to this field context menu?
candicem62357049George_JohnsonI want to take what's here a step further: Add an "Attach File" button to a PDF form. I have a document that I want to incorporate attach file buttons in; however, these buttons are by and large useless when you have a situation where you have multiple questions requiring a user to upload files that correspond to that particular question.For example, say you have three questions. For questions one through three, you offer the user one attach file button per question, yet the button you click to upload your file will not put that file in a spot that corresponds to the question for which the button had been made, meaning that if I were to upload files in response to questions one through three in my PDF and later decide that I need to replace the file I'd uploaded for question one, it will go to the bottom of my attachments queue and not actually replace the file: I would then have four files, two being out of place. You can see how this will become extrem
i need a "start time" field to be field with the current time once its clicked ontime must come from the tablet (android if relevant) it is being filled on
Background: I have a PDF for reporting purposes where the second page repeats as many times as needed. The number of repetition however is always different depending on the case.I was successful in spawning a page from a template through a button with this codevar a = this.getTemplate ("template");a.spawn();However when I press the button the previously filed out page is basically being duplicated and fields are already filled out. How can I reset all fields except for one certain field when clicking the spawn button? Don't know if this should be another topic:How can I make a sum of a certain field that repeats on every spawned page?I know that the spawned field names are:Pnn.template.fieldnameHow can I make a sum of a fieldname that appears on every spawned page but with a unique Pnn Prefix?Thanks a lot in advance for anyone taking the time to answer this.
When using the Acrobat Customization Wizard DC to build the MST for both Reader and Acrobat Pro, what does this mean under Default viewer for PDF Files --> "On Windows 10 this option will only set default PDF viewer for browsing and file preview." I cannot find anything online to explain this not even in Adobe Support. I chose the SDK forum since there isn't a selection for the Customization Wizard. I would hope you all know the Customization Wizard for working on Reader and Pro. Thank you.
I have created a form in adobe acrobat pro with active check mark buttons that i would like users to be able to check/uncheck when they fill out the pdf form. Now I am trying to figure out a way to automate the insertion of two jpegs into each of my pdf forms. How do I go about doing this? Is it even possible to batch automate in Acrobat pro? or should this be done in photoshop? I have 300 images and I need to insert 2 images on one identical pdfs. help is greatly appreciated!
Good morning everyone,I'm in need of some assistance. i'm working on a form for one of my state reps. I have 2 questions that need some scripting help or answers. These forms are not going to be populated for submitting, only for printing. Nothing emailed or nothing saved. They are set to read only so the data is never saved. These forms will be used by multiple locations and multiple users so simplicity is my major concern. However i need to be able to make this work so that if one of the users do not select an option from the dropdown box, and also one for a radio circle, that the form is not allowed to be printed until the information is entered. Now, technically all i really need is the form to be able to display an error message and not let them move on or print until one of the options is selected. In other words it won't allow the form to be printed with the blank values. Must have one of the 5 options selected in order to print the form. 1: how do i made my Date line automatica
Hi Team Is its possible to automate to create form using wizard using plugin. if so which api should i referThanks and RegardsBalamurugan v
This script has me baffled and if you have suggestions on the script direction that I should go, I would be eternally grateful and will bake a cake for the correct solution! The goal is to add this script to a page that can spawn additional lines as well as additional pages if needed. But I can’t put the horse in front of the cart. The script I have is not working as I intended for acrobat reader (it works fine on the PC Acrobat DC. There are 4 manufacturers that I have in drop downs/combo boxes, then an additional combo for a brand with selections and yet another combo with color selections. When I save it to document cloud and access the file with an Ipad the script runs fine; but if I change it to another manufacturer or null, it won’t select the brand or color to that manufacturer or even back to null. I am not sure why this is and learned just enough to be dangerous and ask the world of aficionados. My concern is the current script is not functioning on the mobile device, but also
Hi team Is its possible to create or run form wizard using java script C# or plugin using this script prompt dialog box app.execMenuItem("AcroForm:Forms_CreateNewForm");Thanks and RegardsBalamurugan V
Hello, Is it possible to use the read ActiveXControl with own read plugins ?So that I first modify the read with my own plugin and then use the ActiveXControl in my code to use the modified reader.
HelloI have a concatenated field with custom script below:var s1 = this.getField("Leave Yard Hour").valueAsString; var s2 = this.getField("Leave Yard Minutes").valueAsString; // Set this field value by concatenating the field values event.value = s1 + "." + s2; -------------------------------------------Then in another field - I'm trying to parse it into an integer and then do a calculation for the difference using the below but it is not working:// Get first field valuevar v1 = getField("Leave Yard Total").value;var v1 = parseInt("Leave Yard Total")// Get second field valuevar v2 = getField("Arrive Job Total").value;var v2 = parseInt("Arrive Job Total")// Set this field value equal to the differenceevent.value = v2 - v1;------------------------------------------------------------------any help is greatly appreciated
I want to do table & image extraction in structured way from hundreds of PDF files automatically. Does Adobe provides PDF SDK/APIs or support for doing so?
Hello,I am trying to work with this ActiveX control, however I cannot find what the purpose is of the execCommand function and what is possible with it.
how i can activate adobe acrobat ?
How can I get it to not change? Using Windows 7 Professional and Adobe Acrobat XI Pro. This also happens at home when I'm using Windows 10 and Adobe Acrobat XI Pro.
Hi Experts I have a form that I am creating and i would like the user to only enter 4 digits to represent HHMM and validate to HH:MM I have found a script that does this but for a date, and I was wondering if there was someone who could help out? Thanks in advance..The thread i found for date validation is here: Allow user to enter only numbers for a date and populate with slashes, then validate (JavaScript) Daniel
how do I resolve this I have googled unti numb
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.