Unlock the power of Acrobat SDK through our community.
Askettäinen
I want to set up the drop down field to where when the item is chosen the price for that item shows up in a different text field.So if they pick Tin from the "Material Options" drop down field the price $.04 will show up in the "Price" text field. What do I need to do to set that up? I was thinking JavaScript but do not know how to set it up. Can someone please help me w/ the right code?Also, after the price shows up in the Price text field, can that field still be calculated w/ a different text field?
I have added buttons in a fillable form to add images. I have used javascript event.target.buttonImportIcon();. This seems to work fine for the first button but doesn't work for subsequent buttons. I have used the same script in each button. Suggestions?
I'm not fluent in JAVASCRIPT. I want to print blank forms that require a sequential number on each one. I was able to get it to print and change the number each time I printed, but each copy has the same number. Anyone have suggestions? I'm using Acrobat 8.
Is there an API available for Acrobat XI Pro version to compare PDFs programmatically?
come posso contattare l'assistenza tecnica in italiano per un problema di attivazione ?.
Hi,I am facing few issues in rendering PDF document in the 64-bit environment. The same source code is working fine in the 32-bit environment. Application Build Plat Form Target: x64In the project, the below DLL's were referenced 1. AxInterop.AcroPDFLib2. Interop.AcroPDFLib this.axAcroPDF1 = new AxAcroPDFLib.AxAcroPDF(); ((System.ComponentModel.ISupportInitialize)(this.axAcroPDF1)).BeginInit(); this.axAcroPDF1.Dock = System.Windows.Forms.DockStyle.Fill; this.axAcroPDF1.Enabled = true; this.axAcroPDF1.Location = new System.Drawing.Point(0, 0); this.axAcroPDF1.Name = "axAcroPDF1"; &
Hello,I am trying to find a script that will convert a date field (XX/XX/XX) into three separate fields to populate the following text:In WITNESS WHEREOF, the respective parties thereto have executed this instrument this _____day of_____________, 20________.I am a novice at best with JavaScript and I have not been able to locate anything online to assist me with this problem.Can anyone out there help??
Hi,I added "Reduce File Size" to an action wizard and now all my saved files show up as .tmp files?Why?File named "021.pdf" now shows up as "A9R1B0.tmp.pdf"How can I prevent this?I am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
I would like to populate 2 text boxes after the push of a button. Basically, after the user clicks Button1, the text 'Hello World' would populate Textbox1 and Textbox2 would be populated with the current date (today's date).Is this possible with Javascript on the button's action?Thanks in advance.
Would someone be able to help me create the code for the following scenario:I am creating a form where one text field (FUNDRow1) could have a response of either 200, 400 or 500.If the response typed into FUNDRow1 is 200 I need the number 200 to be copied into the field (SectionEFUNDRow1). If any other number is typed into FUNDRow1 other than 200 I need the SectionEFUNDRow1 to remain blank.If the response typed into FUNDRow1 is either 400 or 500 I need the response to be copied into a different field (SectionEFUNDRow2). If any other number is typed into FUNDRow1 other than 400 or 500 I need the SectionEFUNDRow2 to remain blank.
Hi,I have created a macro in a program called Winautomation, makes it possible to automate certain windows actions.So I created one to automate some tasks in Adobe Acrobat but now is the question how I can easily use them in Acrobat.You can assign hotkeys to trigger the robot. You can also export them as a exe file.Problem in Acrobat: EXE files is not possible to open because of security reasons.Would there be a possibility to make a button that assigns a javascript that evokes a hotkey? For example: "CTRL+ALT+SHIFT+F10"?thanks!
Hi,I have this code which loops and labels documents:var oDocNumTypes = {"Exhibit":{Prefix:"A"},"Attachment":{Prefix:"B"},"Memo":{Prefix:"C"},"Sample ":{Prefix:"D"}, };The user has to select the document type from a drop down list. After the user selects "Exhibit" for instance from the drop down list, it labels the first document and then the second , third and so on. However, the chosen value of "Exhibit" disappears from the drop down list. I want it to remain throughout the looping so user does not get confused and think they need to keep selecting it each time. How can I do this?Original selection:Does not retain original selection...Defaults back to showing nothing through loopsI am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
Dear people,I'm having problems with a piece of script what I am trying to implement in a form field.This is the code, only how can I apply this that the input is from the form field and the output automatically changes.function encode( str, prepend ){ var result = []; if ( prepend ) { result.push( str.charAt( 0 ) ); } result.push( encode.first( str ) ); result.push( encode.second( str ) ); return result.join( ' ' ).trim();}encode.table = { A: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ], B: [';', 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l'], C: ['p', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o']}encode.keys = [ ['A', 'A', 'A', 'A', 'A', 'A'], ['A', 'A', 'B
What would I make the "Current File:" text blue (I made the text blue below to show exactly what verbiage I want to show up blue in form) in the following code?var exInit ={"LTyp":typeInit,"tFPg": this.strStrtPg,"tTPg":this.strEndPg, "sOfN":"of (" + this.nNumPages+")", "FlNm":"***CURRENT FILE***: " + this.strFileName};Right now it shows up as black. See below:I am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
Hello,I have problem with autofill Fields in interactive pdf via C#.Method myFields.GetEnumerator() returns empty enumerator.IEnumerator myEnumerator = myFields.GetEnumerator(); String FORM_NAME = Application.StartupPath + "\\PIT-11(23)_v1-0E_2016.pdf"; CAcroApp acroApp = new AcroAppClass(); acroApp.Show(); CAcroAVDoc avDoc = new AcroAVDocClass(); // Open the pdf if (!avDoc.Open(FORM_NAME, "")) {  
Is there a way to add text to "Action Completed" window which comes up after Action Wizard Completed all its functions? I want to inform the user they can retrieve their labeled files from a folder in c://I know I could do it within the java script code using app.alert which is executed within the Action Wizard but b/c there is a loop, it just keeps prompting the user to click okay over and over again. I thought an added sentence within this window (see below) would work better instead.
I need their email
On Acrobat X I used PDFScript_FlattenPages.js to flatten stamps I would apply to a document. My question, where can I find a .js to do the same on Pro DC and where should I add it to show up on ProDc?Thanks
We have a Cloud application, which produces reports that can either be printed to paper or to a PDF using one of the many drivers out there. However, before printing a Report as a PDF, we need to create a "Printer Friendly" version. Ideally, we would like to be able to capture the screen, but control where page breaks are inserted... ie after 50 lines for example. Is there an Adobe Tool, or third party partner tool that does that?Thx in advance for any thoughts/input.
I'm using Adobe Acrobat X Pro. I want to link two text fields. So when someone types in their information it copies to the other text field. That way they only have to type their name or address in once. Is that possible? Please help! I don't know much about javascript.
Something like this:(Column60001_1 + Column60001_2 + Column60001_3 + Column60001_4 + Column60001_5 + Column60001_6 + Column60001_7) - Column6001AI have no experience with java calculation scripts.Thanks,Jeff
I want to highlight some text from PDF by doing string comparison ,mark it with some kind of marker, highlight entire row of table if specific string is present in that row. Is it is possible to do this using Acrobat SDK / PDF Library SDK in ASP.NET or C#.NET(windows application)?
- The IRS website states that I can fill out the forms using the Adobe Reader but I cannot type inside the field in the boxes. Any ideas in regards to this issue?
I’m building an invoice template.I have an “Hr” column and a “Cost” column. The actions I want the “Cost” Column to perform are as followed:(Hr = number of hours work, 18 = Hourly rates)“Hr” * 18 =?If the return is “0” OR no calculation, show blank.If “0” “0” OR no calculation, allow for manual entry of cost.Allow entry, show, and calculate (+ and -) of positive and negative numbers. Show negative numbers in “Red” and show format with -. (-$100) for prints.Current Scripting for Hr1-14:Calculate>Simplified Filed Notation.Hr*18Validate>Run Custom Validation script.if (event.value<0){event.target.textColor=color.red}else{event.target.textColor=color.black} if (event.value ==0) event.value =''; else event.value = defalt;(Note: Above Script was found on Adobe Forums)At the end of the “cost” column, they are added or subtracted to show a “Grant Total.”The “Grand Total” adds up but does not subtract changes, update, or is wrong.I need “Grand Total” to Add and Subtract with changes an
I need to create two bottoms in a template that has 5 pages to e-mail. I do NOT want to email the template. I am to print and email the print to and email 1 and 2 to a party and 3, 4, & 5 to a different party. The emails are static emails File@vmrc.net (pages 1 and 2) and sc@vmrc.net (pages 3, 4 and 5),
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.