Unlock the power of Acrobat SDK through our community.
Askettäinen
First of all, It is not clear to me whether I'm posting this question in the right forum.I created an interactive fillable form, some fields should be filled by hand, calculations was done in Acrobat Pro to automatically displayed formula results.Here is what is expected to happen in the red framed fields:QTY.: User will type-in the quantity being requestedRequested date: User will type-in the request date (see #4 below)Unit Price: User to type-in Unit priceTotal Price: is an auto calculation. If "Request date" is 1st of June, then formula is as follows [ Qty x Unit Price ]. If the date is not 1st of June then formula should be as follows [ Qty x Unit Price / 2 ]How can I make the Total Price to use If/Then formula, must this be scripted?
I want to be able to get a date object form a date field. I am aware I can do this:var value = getField("date").value;var date = util.scand("yyyy-mm-dd", sDate);But this requires that I know what the date format is.I want to be able to get a date object from a date fields without having to bake the formatting string into the script.Any help would be appreciated
We have an automated check processing software that outputs PCL files that are typically sent to printer to produce checks. Lately, we've been attempting to find out if duplicate checks are being generated by the software. In order to do this, we would like to know if its possible for Adobe DC Pro (or a combination of PCL to PDF converter and Adobe) could "flag" images that have the same check number data element on the form. The check number is always in the same position on the form, so I'm thinking their may be a way to accomplish this through DC Pro. At the end of the day, we would like this process to be automated, with any potential duplicates being captured into a report or some other means.If someone could assist in answering this question, that would be very helpful.Thank you.Paul Saylor
I wish to know if there is a way to set focus at the end of the value when there is already one entered in the field. I have taken the information in this forum on how to auto tab. I have this in the document JavaScript :function goNext(item, event, cName){AFNumber_Keystroke(0,0,0,0,"",true);if(event.rc && AFMergeChange(event).length ==event.target.charLimit) item.getField(cName).setFocus();}And this on mousedown under the Action tab of the field property :this.getField("ShortT.1").setFocus(); This focuses on the entire field and selects whatever is in it. Is there a possibility of just moving the cursor at the end?Thank you.
I have a billing enquiry on Acrobat reader. What is the best way to speak to someone about this as I see telephone support is not offered with this product????
Our process flow invovles the following step:Step 1 - Customer uploads PDF document (At max they will be uploading only 3 varieties of PDF documents) and these will be stored in our serverStep 2 - Each of these 3 types of PDFs needs to be mapped to a specific printer tray (because each printer tray will be loaded with different paper types)We need a solution that would automate the paper tray assignment - no manual intervention should be there to select the paper trayPlease provide that solution !!
I have Acrobat 9 Pro. I cannot change the opacity setting for text created by the typewriter tool. It fades all text out after typing. Help!!!
Hi,I want to be able to differentiate between the initial pdf and subsequent ones when they are all active. How can I do this?Thanks in advance.S
Employee's phone book is changed to pdf document and used on Android phone.I want to make an automatic call when I click on a phone number.What can I do?You can enter 'tel: 010-1234-1234' in the url field of some functions.If the number is more than 100, the above method is inconvenient.Automatically fixes the employee's phone bookI need a javascript form to make a call.
I am trying to convert 3d files to a PDF3D by code.Untill now, I haven't find any way to make it happen without needing to use Adobe Acrobat Reader, and saving it manually as a PDF.Yet, I've managed to open a 3d file with Adobe Acrobat Reader using my program.However, it only opens it, and doesn't convert it nor save it as a PDF file.Is there any command that I can write, which saves a file as PDF (After I've opened it as a PDF)?
Hi,I want to only apply event to non-hidden files. I tried the following but it did not bring up the app alert when I had a non-hidden pdf file in the sequence. What am I doing wrong? I know it must have something to do with the bolded text.if (this.hidden = false){if (3 == app.alert("Before proceeding, confirm scanned documents were backed up. If not, click No to close the program and backup the scanned documents before executing the program.",1,2)){event.rc = false;}}
Is it possible to add a notification that pops up when a digital signature has been applied saying "your digital signature has succesfully been applied."I am using a PDF program on IPad Pro and it uses electronic signatures like look like handwritten signatures to verify documents. I had already set the rules on ADOBE ACROBAT DC PRO to make all fields read to lock the document to prevent further edits. However, in the JavaScript section i Can add codes to make certain things happen. If possible, I'd like to add a pop up saying "your digital signature has been successfully been applied." Also, if i can add a digital stamp saying the users name and time/date to be placed in the signature box as well That would be nice.
Hi,I am creating a form that asks a series of yes and no safety related questions. They are all worded so the operator should be answering yes.I would like to know if there is a way to create a box at the bottom that would populate once all fields are completed. If all answers are yes the box would change to green and display 'SAFE TO FLY'. If any of the answers are no then the box would change to red and display 'DO NOT FLY'.Any ideas?? Is this even possible?Thanks,
I've never coded in java before so I'm not exactly sure how to do this.I want to set the properties of a button I created to run a Javascript that will simply open up a hyperlink. I tried adding a hyperlink on top of the button but then the other functions of the button stop working.What is the exact code I have to input in the "Run a JavaScript" options menu in order to open a hyperlink?
how do I restore the Menu bar at the top of the screen, My specific tool bares are there but I can not find out to restore the menu bar
I'm trying to do a mail merge from an excel file. One of the cells contains HTML tags. I want the tags rendered during the mail merge so the the output is formatted text. Is there a way to do this with a "Custom Calculation script"? Or any other way.Here is a video walk through of what I'm looking at. https://youtu.be/xnp6jht1o0YThis is a copy of what is in the Excel cellThis is how I'm trying to get the Mail Merge to output.I'm stumped. Is there a way to do this?
Is it possible to script an event listener into Acrobat?I am trying to automate a workflow and I don't know how to go about it. I know very little about JavaScript and was hoping someone could help figure out how to do it.Throughout my day I am searching for files on several different volumes. I am working with new piece of file search software (HoudahSpot) and it has certain limitations.In general my workflow is as follows:Simply, I receive a PDF file with a list of numbers, open the file in Acrobat Pro, highlight/copy the list and paste the result into the search software and hit search.The issue is now that HoudahSpot can not search a list of names without "or" in between each entryEXAMPLE:195483419831421986741198675319870011987198when pasted into HoudahSpot it appears as1954834 1983142 1986741 1986753 1987001 1987198the above will not work and needs to be1954834 or 1983142 or 1986741 or 1986753 or 1987001 or 1987198Is it possible to create a script for Acrobat that would "on copy"
I have developed a PDF with fillable forms (text, dates, numbers) and calculated fields based on javascript (simple IF - ELSE operators) it works fine in Windows but partly work on iPads. How can I check whether special operator will not work on iOS devices?It calculates one field but does not calculate another...
Hi,How can we make it so javascript detects whether user's path folder contains commas in it? My program does not save to the path folder when the user has included commas in the folder name so I want to prevent this by generating an error when there are commas in the path folder.Does it have something to do with what is in the following code? In particular, is it saying the pathfolder cannot contain commas and to replace them? If not, what does the text in red mean? var cSavePath = oOrigDoc.path.replace(/\/[^\/]+$/,"/");Thanks.S
Can javascript create a folder within the path folder where all the files are contained? How would I go about doing this?So, if path folder is on C:\Users\susan\Desktop\pathfolder\. How can I make it create a folder within pathfolder called "labeled" to where the processed files would save to?I can't use b/c this does not take into account the current pathfolde within which I want to create the "labeled" folderr:this.saveAs("/c/temp/temp.pdf");this.saveAs("/c/MyDocs/" + this.documentFileName);
usage occurs on button press, app.launchurl is inside a trusted js file in the javascript folder of reader dchow do i get reader to be cool? i'm just trying to get gmail and gcal to pop up Everything i looked at saying it only works in batch and console but i don't understand why it would work in acrobat versus reader. Is reader not allowed to app.launchurl? Any help would be greatly appreciated.
Hi.I have a PDF form (a contract) with 4 pages and 5 OCGs/layers (1 background and 4 layers for 4 differents contracts).Page 3 need to be hidden when one of the four contract is selected (in a combobox).Since Reader can only delete pages spawned from a template, I created a template from page 3, I hidden it and spawned a new page as page 3.Layers are OK in the new spawned page.This is something I use to do with not-layered PDFs, it's OK until now.I used this script into the JS Console to spawn the page:this.getTemplate("P3.allianz").spawn({nPage: 2, bRename: false, bOverlay: false});I did this yesterday.Issue is: from now, using this script from the combobox or from the Console spawn the page but the four layers are flattened on page 3.When I clic the 5 layers icons to show/hide them: nothing change and all layers are displayed one over the other.How did I do to spawn a page with its layers yesterday and why can not I do it anymore today?What did I miss?Is spawning layered pages suppor
So I'm testing one of my forms on another computer as a person who wouldn't have an Adobe PDF printer, who would need a PDF printer to print only the fields that have been filled, who downloads and installs a popular one such as "CutePDF writer", and then I tested..After I printed and created a document, I opened it and got two blank pages with this error message on the second : ERROR: undefinedOFFENDING COMMAND: eexecSTACK:/quit-dictionary--markCan someone say why?Thank you.
I have a functioning set of tools in an inspection document (Utility industry recertification) that allows the user to select grades by question by section. There are seventeen sections and various numbers of questions per section...Using a document level java script, I can create a summary average per section (separate calculation per section), highlight a checkbox in the section summary based on the average score that covers the requirements in that section, change colors to point out items for review.... So far, so good.I am now working on a baffling part, and that is the variable section scoring parameters with two overriding considerations in the section score thattranslates into the overall summary and follow on chart…I have tried various methods to extract the values of the radio buttons from an array looking for the 2 && 5 but so far, no joy.That no matter how the individual questions per section are scored (Exceeds, Satisfies, Partially Satisfies, Fai
Hello,I am working with Acrobat Adobe XI. I am naming field names so that they self populate throughout the document that I am working on. One of my values, Unique ID, is comprised of "purch_order""-""clin""-""body_sn". I was able to make a script that will pull the values for Unique ID from their respective fields and populate in the appropriate order.Script:event.value = this.getField("purch_order").value.toString().replace(/0/,"") + "-" + this.getField("clin").value.toString().replace(/0/,"") + "-" + this.getField("body_sn").value.toString().replace(/0/,"");More info:Script is used for the field name Unique IDpurch_order = Purchase Orderclin = Item Numberbody_sn = Serial NumberThe Problem:The issue with my script is that it does not allow for leading and trailing zeroes. For the purchase order and serial number, I need to keep the leading and trailing zeroes included as they are part of the Unique ID. For the line item, I only need to keep the trailing zeroes, and I cannot keep the
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.