Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
Hi !I have a problem for VBA.I was reading PDF's property by VBA using Acrobat Reader XI.But after I updated Acrobat to Acrobat Reader DC, I can't read the property.Can somebody help about this?I want to know how to1) Open property by Acrobat Reader DC. I am using now => Private Const WM_COMMAND As Long = &H111 PostMessage hApp, WM_COMMAND, &H1788, 0&2) Close the property window I am using now => SendMessage hDlg, WM_COMMAND, vbOK, 0&3) Close the application I am using now => SendMessage hApp, WM_COMMAND, &H1791, 0&Best regardsKawa
I have set up a couple of kiosks at my work to help people fill out forms faster. But as I found out the hard way many people who come in are very computer illiterate so I added a help buttons on each page of the form that links to a short video for each page. But the following prompt always shows up."Launch FileThe file and its view application are set to be launched by this PDF file. The file may contain programs, macros, or viruses that could potentially harm your computer. Only open the file if you are sure it is safe. If this file was placed by a trusted person or Program, you can click Open to view the file."There is a check box that says "Do not show this message again" but that only applies until the form is closed and reopened. I believe this is a trust issue, is there any way to turn it off on my kiosks or to make a javascript that will be universally allowed on my kiosks? I have a silent save javascript that circumvents the trust issue on my kiosks and I'm looking for someth
I'm creating a user form using Livecycle designer.Here i'm not able to implement cascaded dropdownlist using javascript. I'm using ODBC dataconnection for data binding.Able to bind all data in respective dropdowns but don't know how to use cascading.I followed this link LiveCycle ES2 * Adobe LiveCycle Designer ES2 but is is not working.
I need to prepare a stamp with data from a database dynamically. Please advise the best way to achieve this in XI Pro. Thanks!
Acrobat Pro DC: I've created a fillable form (with required fields which have error messages if they are "tabbed through"). After I return to and complete one of these fields, the tabbing sequence returns to the top of the form, instead of resuming from where I am. How can I make the tabbing resume from the current location?
Hallo,ich möchte gern in einem Textfeld ein Datum nach dem Schema "ddmmyyyy" eingeben und anschließend nur mit der Jahreszahl im javascript weiter arbeiten.Kann mir hier jemand weiter helfen? Irgendwas scheine ich zu übersehen dabei.Mein Textfeld ist aktuell auf Datum mit der entspr. Syntax eingestellt.//I would like to enter a date according to the schema "ddmmyyyy" in a text field and then only work with the year number in javascript.Is anyone able to help me? Something I seem to overlook.My text field is currently set to date with the corresponding syntax.
Calculation results in a zero which appears in the field. My form will be used for both online and hand-written completion. I am K with keeping the 0 when viewing and/or completing online, but do not want it to print Is there a validation script?
As all of you guys know creating forms and docs are ever changing. And, here I am in the middle of creating mine. I want to thank you guys for helping me with issues I've come up with. Now, I believe I've come up with yet another solution. A solution I'd like to use but can't figure out how to combine these scripts.What I came up with is a drop down that has 0%, 10%, 15%, 20%, etc. This is the script I have to just show/hide the fields. Example: this.getField("ItemA.1").display = event.value=="0%"? display.hidden : display.visible;this.getField("Itemb.1B").display = event.value=="0%"? display.hidden : display.visible;etc...At the moment I'm using two separate buttons to trigger the following scripts.Button to show:var f = this.getField("Item.1");f.alignment = "left";var f = this.getField("Itemb.1B");f.display = (f.valueAsString=="") ? display.hidden : display.visible;var f = this.getField("ItemA.1");f.display = (f.valueAsString=="") ? display.h
Hi,I used adobe acrobat pro XI to create a form with a "Send" command button that runs the javascript below to create an e-mail with standard subject and body text. I am trying to distribute this form to my coworkers that are using the abobe reader XI program so that they have 100% standard work when sending the associated notice. Whereas this button works perfectly for me, nothing happens when my co-workers click it. I've already enabled javascript on their programs and disabled enhanced security, but nothing I see in the online forums is working. Does anyone have any idea what I have to do in order for the Javascript below to work on the adobe reader platform?var sendto = "netia.ingram@denvergov.org";var statelicno = this.getField("StateLicNo").value;var applicationtype = this.getField("applicationtype").value;{this.mailForm(true,sendto,"","","Denver notice for " + applicationtype + " for " + statelicno,"Hi Ralph,\n\n" + "Please see attached Denver notification for a " + applicationt
I have a PDF form that has numerous fillable form fields. I am using a validation script that will turn the field red if an incorrect answer is entered into the field. I would like to be able to calculate the accuracy of the form using a java script or some other function.Ultimately, I would like to be able to arrive at an accuracy rate of Correct Fields vs. Total # of fields.I also have some text fields that I would like to omit from this calculation (fields that contain instructions, for example).Any recommendations?
I created a transcript template. How can I make it calculate the Grade points Earned.If I input 6 in the credit hours attempted column and an "A" in the grade column, I would like for it to automatically calculate 24 in the grade points earned column. How would I go about doing this?The grades would be:A = 4B = 3C = 2D = 1F = 0Thank you!
We use the AxInterop.AcroPDFLib.dll in our .net c# application for displaying pdfs on a windows forms application. I've created a demo in order to reproduce this behaviour: public AxAcroPDFLib.AxAcroPDF m_AxPdf; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { m_AxPdf = new AxAcroPDFLib.AxAcroPDF(); ((System.ComponentModel.ISupportInitialize)m_AxPdf).BeginInit(); m_AxPdf.Dock = DockStyle.Fill; &
Hello,Here below you find a script. If you run that script on a single file, you are able to tag a pdf file in the metadata field Author (file>properties).Problem now is: I have 1000 pdf files, when I run the script and choose a "watched folder" and I proceed, then the first pdf will be tagged. After tagging the first file, I need to re set my checkmark again! This I would like to tackle. The script should have to save the selection in his memory during the whole script procedure, so that you have to set the checkmark once instead of 1000 times.Once the script is done, the variable/memory of Acrobat should also be cleaned, because if I restart the script and I have to make another selection, this checkmark should then be used.I hope somebody can help this newbie....Kind regardsvar dialog2 = { initialize: function(dialog) { // Set a default value for checkbox
Hi,I'm wondering if its possible to track page views and button clicks in a pdf?I understand that the reader will have to be javascript enabled but google isn't coming up with anything regarding triggering or sending tracking information to a web service.Is this possible?Thanks in advance.
Hi, how can I create an action, count the number of times a document is printed, and show in the document.For example, I want to print a document 10 times and the document is of 1 page, So each page must exit with the numbering 1/10, 2/10, 3/10 ...Thank you
Using Acrobat Standard DC, Office 2010 under Windows 7.My Word document contains hyperlinks to other (locally stored) files. After conversion with the Office PDFMaker add-in, the resulting links are of the open a web page type instead of open a file. When the mouse is positioned over the link, a small letter W is shown). Clicking on such a link opens the default browser first, followed by Adobe Reader because the browser plugin is disabled. I expect hyperlinks to local files to open the corresponding application, not the browser.In previous Acrobat Standard XI, this worked correctly, but was not 100% reproducible.How can I control how PDFMaker is processing hyperlinks to other files (such as PDFs)?
Can someone tell me how to combine these three scripts so they will function as one? Each script functions but I'd like to have them work like this, the alignment would be set to left when Item.1 is visible and return to align center when hidden.First script:var f = this.getField("Item.1");f.display = (f.valueAsString=="") ? display.hidden : display.visible;Second script:var f = this.getField("Item.1"); f.alignment = "center";Third script:var f = this.getField("Item.1"); f.alignment = "left";Is this possible? Thank you.
Can anybody tell me what's wrong with following sequence?Result when starting is a window that appears to overwrite the current pdf while I want a new created png file of that current pdf file.I have hundreds of pdf's and a sequence would be helpful.var re = /.*\/|\.pdf$/ig; var filename = this.path.replace(re,""); this.saveAs(filename + ".png","com.adobe.acrobat.png");Kind regards
Ist there a way to prevent printing a form until required data are filled into mandatory/compulsary fields?
I often need to convert emails to pdfs in my job, because sometimes the email contains certain information that needs to be redacted, such as student information. I work for a university. When the email being requested is pulled from several different accounts there is often the same email that appears in each account. Is there a way to remove the duplicates before I start to review and redact, so I don't have to keep making the same redactions over and over?Thanks for any help.
Do I need Adobe Acrobat Professional to be able to use GetJSObject or is Adobe Acrobat Standard enough?I find it a tad frustrating that this kind of information is so hard to find. So hard indeed that I have to post a new question here to get the answer.The tech specs for the various versions should be readily available.
I created a form with a calculation column. For some reason when I try to add a positive number it is subtracting from the subtotal and when I use a -negative entry it adds to the subtotal. I am completely stumped. Any ideas?
We are experiencing a weird bug. We are fetching a pdf using <object> tag and then using object.printWithDialog() once it is loaded.The print preview looks fine, but when actually printing the paper comes out completely blank.However, if "Save Ink/Toner" is checked, it prints fine.Also, if the pdf is saved to disk first, opened in Acrobat Reader DC and then printed, it also prints fine.Do Adobe have an issue tracker like other software companies do? I haven't been able to find it yet.Any suggestions?
Hi everybody. I have a hot question for this theme.So what I want to do is: 1 button that copies all the selections and values in the first "Lot" to the second "Lot". So far I manage to create that button, and I can copy a text field using ( this.getField("landing designation - lot 2").value = this.getField("landing designation - lot 1").value; ) but when it comes to Radio buttons or checkboxes groups things are not that ease. I´m a very basic user without an extensive knowledge about JavaScript.So I´ll appreciate any help you guys be willing to give. Again thank´s for your time.
I understand how to show and hide fields with a button click. But, what I'm trying to do is, click a button and to show a field only if that field has a calculation from other fields. If no info is calculated from the other fields, then the field in question would remain hidden no matter how many times I click the button. But then, the fields that have been populated would show leaving the un-populated fields hidden. Can this be done? Here's a couple of scripts I've been playing around with but I can't get to where I want to go using them.Script: this.getField("Item.1").display = display.hidden;and/or,if (this.getField("Item.1").valueAsString=="") event.target.display = display.hidden;else event.target.display = display.visible;Would someone teach me the correct script to do this and to help me out? Thanks.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.