Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Im looking for some help with javascript in my PDF.I have multiple fields calculating other fields and I've come to a dead end. Usually the fields I'm working with are directly related to another field. I'll try to simplify the calculations to make things easier.ex. In Field "Text2", I could have a calculation,("Text1" / 24)In Text3, the calculation would be, let var A = "Text1", let B = "Text2"Var result= "A" - "B"In Text4, I had a code to populate a number based on the number "Text3" shows. If i falls within a certain range, a number will show up.If var is >0 and <=90 then "1 hour"if var is >90 and <=180 then "1:30 hour"etc.In Text 5, there is another calculation that is not related with any other fields shown above.My problem now is that in Text5, sometimes a certain number populates which will then change "Text4". Usually Text 5 has nothing to do with Text4 but here it does.How can i have an if statement within Text4 for those random occasions where specific numbe
Currently i am converting editable to non editable format manually by using print option save as image PDF format. Now i am planning to automate. is it possible to convert native to non native (PDF Format) using Acrobat SDK DLL's ??
I have opened nine PDF documents and now have one document with nine tabs. How do I save this as one Master PDF file?
Hi.Last year I purchased Adobe Acrobat XI Pro, Disk version.I installed it, and all works well.However,I am about to change from windows to Mac, and looked into the cross platform exchange / upgrade program.When i log into my Adobe account - it does not show my Acrobat in the list of my products, when i try to add it, it says Invalid Serial Number.Please could someone advise as to why I cannot get Adobe to recognise my serial number? I can confirm It is the 24 digit number on the back of the disk packaging, as specified by Adob, that I have entered into my account.This is frustrating to say the least, and I really would not want to have to purchase the full software again just to swap to MAC.I look forward to any advice.
Often we get documents from other sources and they need to be bates stamped. This error sometimes comes up: This Direct Object Already Has A Container. The bates numbering fails. Is there a workaround? The dcouments need to be bates numbered in their entirety.
http://v27.ancestry.higgsy.co.uk/On the above page I have seven buttons. When you hover over any of them the text changes to white and the user is directed to the appropriate page. A simple implementation of a rollover image.You can see the javascript if you use View Page Source and then click the myscript.js link on line 6Each img has an ID allocated to it which links to the code which, when the button is hovered over, replaces the image with the over image with the white text, then puts the old image back when the hover is out.But I have found I must customise the code for each button. Specifically, I have to change the names of the images, variable names and the name of the selector targetting each button. So I end up with seven copies of the same code! Can it perhaps be changed to a function which accepts these changes as parameters?many thanks in anticipationDavid
I have a couple questions regarding how to create calculations on a 150 question quiz using radio buttons that I have created.Each question has 3 choices. "yes" "No" or "?". Each question is labeled as its coresponding number (1,2,3,4,5, etc.) and the radio button choices are currently labeled as "Yes", "No, or "?".I need to assign a "1" to the correct answer and a "0" to the incorrect ones for each question (sidenote - a few questions have 2 acceptable answers, so two choice's would need to be labeled "1" and in all other instances there will be assigned values of "1", "0", and "0" <---does doing this then allow the user to click more than one button? I only want them to be able to choose a single answer for each qeustion.)Do I need to go back and relabel all 150 x 3 radio button choices to numbers to act as export values?Finally, Ill need to create a caculation based on the choices selected. Can I do this using the simple calculation function in a text field if I assig
Hi.Extract from the JS-Reference:mail.docSaves the current PDF document and mails it as an attachment to all recipientsI also noticed that Readers older than version XI(11) requires the form to be Right-Extended.All is in the title.Even from a Right-Extended form, it's always sent blank, tested with Adobe Reader 9, Acrobat Reader DC, Acrobat Pro DC and Acrobat Pro XI.Is there a known issue or did I make something wrong?Here is my script.controle() is a function that check required fields so they cannot be sent empty, but they are blank in the email attachment, before sending the email.// mailDocvar ctrl = controle();if(ctrl==true) { var fTo = "name\u0040example.com"; var fSubject = "Questionnaire de satisfaction"; var fBody = "Bonjour.\r\rCi-joint mes r\u00E9ponses au questionnaire."; this.mailDoc({bUI: true, cTo: fTo, cSubject: fSubject, cMsg: fBody}); }else{app.alert("Blablabla");}//
Up until our last update to Acrobat DC (15.006.30243) we had no issues converting a particular automated PDF to Excel format. Since the update some of the data is lost in the export. I did test and find that when exporting to Word, all the data is there, but the data that is missing in the Excel file is treated as the header and footer data on the Word doc. This has been tested on 3 separate machines by 3 different people and it's consistently missing the same data after export.Tips/Help?Thank you
//Uses the input from the Trailer Drop Wieght field to determine how much to subtrack from the Drop Wieght input to calculate Heel Poundsvar heel = this.getField("DWieght").value;if (heel>0) { if (this.getField("Trailer").value == '86001') { event.value = heel-22040;} if (this.getField("Trailer").value == '86002') { event.value = heel-22700;} if (this.getField("Trailer").value == '4742') { event.value = heel-22480;} if (this.getField("Trailer").value == '86003') { event.value = heel-22480;} if (this.getField("Trailer").value == '86004') { event.value = heel-22300;} if (this.getField("Trailer").value
First off, I'm a novice when it comes to creating interactive forms. I created a document in Word 2016, then used Adobe Acrobat DC to "create a form". Then used the PREPARE FORM tool to auto-add the fields. The last thing I did was add 3 buttons to the bottom of the form for PRINT, RESET and EMAIL. The GENERAL/COMMON PROPERTIES/FORM FIELD for each button is set to "Visible but doesn't print". I want to know if there is a way to have all 3 buttons [mainly the RESET button] disappear and not be part of the final form once the User clicks on the EMAIL button. When the email recipient opens the completed form submitted by the User, I don't want the buttons to be on the filled-out form to where the email recipient could accidentally click on the RESET causing all the entered information to be deleted. If there is a way to at least have the RESET button disappear from the final .pdf received from the User, that would help. I thought it logical
I am trying to encrypt a pdf file with a password but I can't because it has already been signed or certified? I haven't signed the document and I don't see any other signatures in it so how do I get around this because I can't send the document to the recipient without a password?
Hallo all Together!Since the last update there is a Problem when I scroll the pages in Adobe Acrobat DC. It is only in the continious-scrolling, not in page-Scrolling. And it happens only when I open more than one document. In Adobe Acrobat Reader there ist no issue like that.What I've done:repair the installationDeinstallationrestartreinstallationIt is conspicuous, that this Problem appears since the last update. Have anyone an Idea?GreetingsNico
I have a string that contains a path that is formatted like this:/C/Users/heresh/Desktop/output/2016How can I convert this path to a windows path:C:\Users\heresh\Desktop\output\2016I know I should use:path.replace() but I cant get it to work
A couple of days ago I decide to update my free version of Acrobat. From the Adobe site I downloaded Acrobat DC Version 2015.016.20039 in English.to run on Windows 7. everything installed OK. Then when using it today I notice that somehow Adobe has made a mistake and I've got a Ukrainian version with menus etc in a language I don't understand. I tried to reinstall my old version but can't because it won't let me because I have a newer versions installed. Also for some reason when I tried to uninstall it, it doesn't. Has anyone any suggestions how I can get round the problem.
Can an Adobe Acrobat product (reader, pro, plugin to web browser, etc.) produce a PDF file from an HTML web page or file?i.e., Chrome, Firefox, IE, etc + Adobe plugin + Adobe XXXX product can, OFFLINE, render or print-to completely offline (no network)??I see that we can download a full installer to install to a non-connected computer (no internet).I assume the plugin to Chrome, etc could be downloaded, clicked and made available on the offline computerPC, windows 7 is the target--joe
I am trying to view the fields that are in a .pdf file that I will be using within my C# program.I read online that in order to view the fields that are in a .pdf file I need to edit the file.Yesterday I purchased Adobe Acrobat Pro DC and I've tried to edit this document in order to see the fields, but I'm running up against the need to provide a password for this document( which I don't have).Is there another way of seeing the fields that are a part of a .pdf file without editing it ? I really don't need the ability to edit the file.Thanks !
I got a problem with a interactive pdf I have made. It has a 'hide-fields' option active while opening the document. With one of the buttons in the document, I can make the fields visible again. Sofar so good. And it works great.... Unless I change the viewmodes. When I go to full-screen and back, the fields get active/visible even when they are supposed to be invisible. How can I prevent the fields from appearing while changing view-modus?Thanks beforehand for the answer!
I run this code from the js console to get to see the different save options I have but it returns undefined.app.fromPDFConverters.join("\n")undefined
I'm trying to develpe a plugin, to insert some annotations into the PDF file. But I don't know how use the function PDAnnotSetColor , please help to give me an detail example to change the color of annotation.
Hi,Help me please..I added a new menu item to the Adobe acrobat Pro DC which inserts new form fields to the current page. I can successfully set action to the form field using the setAction method. The same way how can I add a custom calculation script to that field using javascript?Thanks,Am
I am creating a pdf from a webpage, and selected 3 levels and at page 267 it stops responding, and I havent saved anything. is there anyway to recover what was created?
Sorry if I'm sending this twice, but I don't know if my previous message was received. I need to delete an old scanner and add a new one on Acrobat 8.3.1 on a Macbook Pro. Even though the old printer has been deinstalled, it still shows as the only option when I try and create a PDF from scanner. Any ideas?
Hi Guys,Where can I get Adobe Acrobat SDK 5?Thanks.
I have a trusted function that saves a file to my network printer. But it doesnt work, I get this error:"The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder."This is my code:// Xerox = Send the file to the Xerox Printervar xerox = app.trustedFunction( function(){app.beginPriv();var xeroxPath = "\\\out\\spool\\print\\Xerox\\";this.saveAs(xeroxPath + this.documentFileName);app.alert("PDF is sent to the printer",3) app.endPriv();});
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.