Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
Acrobat X PROMy Serial number is not recognised after a Restart on Windows 10 and returning to Windows 7. I have uninstalled the programme when doing the roll back . Can anyone help ?
eine excel weinbestellliste wurde von mir in acrobat als interaktives PDF aufgebaut.die früheren Formeln aus excel zur Rabattierung müßten in javascript umgewandelt werdenFormeln aus Excel, OriginalpreislisteFormel1 WENN(UND(J79≤250);"5% Mengenrabatt ab 250 €";WENN(UND(J79≤500);"8% Mengenrabatt ab 500 €";WENN(UND(J79≤1000);"10% Mengenrabatt ab 1000 €";WENN(UND(J79≥1000);""))))Formel 2WENN(UND(J79≥1000);"10%";WENN(UND(J79≥500);"8%";WENN(UND(J79≥250);"5%";WENN(UND(J79≤250);""))))Formel 3 WENN(E81="";"";−(J79×E81))[Question moved to the Acrobat JavaScript forum. - Mod.]
i have a image field, and i need to bind a pdf with the image field using base 64 of the image. How to do it?var x = "base64 of an image";ImageField.rawValue = x;
Here is what I want to be available when the click the selection(s). List selections in boldCompany Name -Name -DBABilling Address -Street Address -City -State -Zip -County -Phone -Fax -Contact Name -EmailShipping Address -Street Address -City -State -Zip -County -Phone -Fax -Contact Name -EmailLegal Structure -Sole Proprietorship -Partnership -Government -Trust/Estate &nb
Dear Community,I wondered if you could help me.I am trying to add a validation rule for some fields in the PDF timesheet created as a fillable form.The employee have an option to select from 0, 0.25,0.50,0.75 and 1 day from a drop-down in the three columns:1. Standard hours2. Sick Day3. Day offWhat we would like to achieve is to restrict the total value of these three column to maximum 1 meaning that our employee can only claim up to 1 day for each working day regardless the column filled.I have tried to build the validation rule with the below using the column SET with a value "1"(function () { var v1 = +getField("SET1").value; var v2 = +event.value; if (v2 > v1) { app.alert("The total value per day must not exceed 1", 1); event.rc = false; }if (v2 < v1) { app.alert("Please assi
I am currently using Adobe Acrobat Pro 2017 and have created several Fillable Forms which our dealers use for various purposes. Once the Fillable Forms are received back to our Order Entry or Customer Service departments, I would like them to be able to pull the data from the form(s) into an Excel spreadsheet or Access database. I have been successful in using the Acrobat object in VBA to pull the data from each of the form fields and insert the data into a spreadsheet or database as needed. However, most of my users (20+) have only Adobe Reader. The Acrobat object is not installed or accessible with this version of Adobe. I am looking for other options to pull form field data and populate a Microsoft Office spreadsheet or database. I have not found an object such as Acrobat which my users with Adobe Reader would have access to. Is there one that I am missing? Should I be using something other than VBA with which I can access the fillable
To clear things up a little bit:Field1.value = Test (this one is copied to Field 2)Now Field1.value is changed to “Tester”. As I have multiple fields which are copied into a list on another page, I have to check, if destination field value equals the initial field value of Field1 (“Test”) and if so, overwrites it with the new value “Tester”. If not the Field1.value should be copied into an empty field.
Hi, I am trialling Adobe for its PDF document comparison feature.I have just compared two documents which are largely identical, same formatting etc. If I use the comparison tool for 'text only', then everything comes up as deleted and inserted again and so I can't see what has changed. If I don't tick the 'text only' box, then it's a bit better and recognises some of the same text, but there is a huge amount of highlighting text that is exactly the same as having been reinserted. This means that the process of looking for changes is actually very lengthy and it doesn't save that much time. Can someone please tell me if this is as good as it gets or if I am doing something wrong?Thank you in advance.Francis
Is there a way to search and highlight multiple text items in a document?
I'm looking to streamline fill in-able pdf letters my company uses. The multi-line field is for name and address, with each line separated with a line break (Enter/Return key press). Right now, its setup with the multi-line field for address and a separate single line "Dear..." field that are separately filled in. The single line field also has a script to insert a coma after the user types the addressees name. What I'm looking to do is have a script that will read the first line in the multi-form field (addressees name) and automatically populate that name in the single line "Dear..." field AND preserve the auto population of the coma on the single line field. This would probably a lot easier to explain and even do myself if I had a working knowledge of Javascript, but I digress...
Hi,I used to be able to password protect all files in a particular folder on my Adobe 9 Pro by using batch processing. I've followed instructions on how to do this in DC using the Action Wizard but cannot get it to apply the password at the folder level. Whenever I try and apply the password it prompts me for passwords for each individual file within the folder. Has anyone an idea of where I'm going wrong?Thanks
I am using eCopy PDF Pro Office 6.1 I've created fillable forms in it before and was able to print them with all of their content; however, now they are printing completely blank- and only the content that is typed into the fields print. Usually I create the form template in Word, save it as a PDF, and then in PDF Pro, I use the "FormTyper" option in "forms"- it automatically creates the form- I make any adjustments (like deleting text boxes where I didn't need one, making a text box bigger, etc.), and then I'm able to either print the blank form (printing only the background information), or I'm able to type in the fields and then print the filled out form. Like I said before, now nothing prints except anything that's written into a field. Please, any help would be GREAT!!!
I been trying use Adobe Acrobat SDK to extract text for many days ...it is OK for me to get the whole text of the page , But those text basically is not ordered.Normally content comes like top content , footer content , Main contentWe don't get those text like we see those words orderly.Another reason why I am asking is , we have used another 3rd party tools like PDFboxWith their tools , giving the specific area , it return text successfully . And unfortunately , this tools doesn't read pdf successfully.And , adobe acrobat SDK read all pdf files well .Now this is what I plainly to do Giving a specific area , and return the text . Just Like we read pdf files , we select it and copy it.Firtst . Is it possible to do that ?Second . I used pdfDoc.CreateTextSelect(pageNumber, pdfRect);This function return text which is not I want when those texts are in form or image .I was giving the smaller pdfRect to CreateTextSelect function , but it finally return its own BoundingRect like t
Hello. I am attempting to save all PDFs within a folder as text. To do this i am running an action calling a JavaScript and using this.saveAsWhen the script runs attempting to save as Plain text, some PDFs fail as they cannot be tagged. I am therefore curious if a JS can be implemented such that it attempts to save as plain text, and if that fails save as accessible text.this.saveAs("**filepath**”+ this.documentFileName + "_accessformat.txt","com.adobe.acrobat.accesstext");this.saveAs("**filepath**”+ this.documentFileName + "_accessformat.txt","com.adobe.acrobat.plain-text");
Does anybody else see this same behavior?Script:var ary = [];ary["sam"] = "test string";console.println("The array value is " +ary["sam"]);console.println("JSON says: " +JSON.stringify(ary));Output:The array value is test stringJSON says: []
Hello, i'm trying to find how to disable bounding box around models in 3D scene.Is there any function to do that ?
I wish to know to do for outCertListCab of the PSSigSigPropParams store all certificate chain not only the first key, for show in the dialog box all certificates installed in the system.
Hi all,I have a single page PDF with lots of shapes scattered around. There are some textboxes above some of the shapes as well (hence I cannot use Ctrl+A). Is there anyway that I could select all shapes (not textboxes) and set their fill color?This is what I am trying to achieve in one shot (if possible):
We have a document with the last page reserved for customer Feedback on the document. This Feedback Page has the controls and forms, such as option buttons and check box. Process for Feedback by the Customer: The customer must give a feedback (optional) after using the document. Customer must select the options in the Feedback form and click Submit. Our Requirements The Feedback page must be extracted and sent to an email address specified. Please help us to achieve this task. Thanks in Advance!
Hello,I am having some trouble build the samples plugins for macintosh.Looking at the BasicPlugin. There only seems to be a debug target. Where should I install the built debug plugin? In the Environment.xcconfig file there is an entry:ACROBAT_PLUGINS_FOLDER = /Applications/Adobe Acrobat Next Pro/Adobe Acrobat Pro.app/Contents/Plug-insThis must be for a previous version of Acrobat?P.
Getting looped around blogs and dead links for hours must be the single most frustrating thing in the world. Especially when it is a simple known problem. This discussion is both a question and a mini rant. I have lost hours on this question being told that the solution is in drop down directories that don't exist and follow this link and the links area dead. Here is the question that continues to be asked without getting a clear answer.. I want to flatten my Adobe Acrobat 9 Standard .pdf document. That is if I add a stamp or and image I then want to make it one document without separate objects that can be copied, deleted or edited. I see this functionality as being as simple as save, open and print. Keep in mind I have read 20 to 30 posts and just keep going round and round without a solution. #1. IF THE FUNCTIONALITY ALREADY EXISTS, Please tell me the exact path to get
Dear community,I have an Excel VBA macro which adds page numbers to certain pdf documents.Here an example of how this generally looks like:Set AcroApp = CreateObject("AcroExch.App")Set KurzGesamt = CreateObject("AcroExch.PDDoc") KurzGesamt.Open (strPfadVerteilungEndlauf & strNameKurzGesamt)Set jso = KurzGesamt.GetJSObjectintSeiten = KurzGesamt.GetNumPages For i = 2 To intSeiten Set objTextfeld = jso.AddField("Textfeld" & i, "text", i - 1, Array(810, 15, 830, 25)) objTextfeld.Value = Str(i) objTextfeld.textSize = 10 objTextfeld.textFont = "Calibri" Next i jso.FlattenPages Call KurzGesamt.Save(1, strPfadVerteilungEndlauf & strNameKurzGesamt)KurzGesamt.CloseThis code has worked perfectly for the last months but now, suddenly, I have the following problem:Before, all form fields (containing the page number
Hi You fantastic debugger/educators!Here is my script:var vsupplycfm = Number(this.getField("SupplyCFMcalc").valueAsString);var vexhaustcfm = Number(this.getField("iftheninflow").valueAsString);var vnozzle = Number(this.getField("Nozzledropdown").valueAsString);event.value = (13500*vnozzle) / (vsupplycfm+vexhaustcfm);its a fairly simple calculation I want to run at the end. And here is what the javascript debugger says:Exception in line 3 of function top_level, script Field:CalculateTypeError: this.getField(...) is null3:Field:CalculateException in line 1 of function top_level, script Field:CalculateTypeError: this.getField(...) is null1:Field:CalculateBut the other fields are working and have numbers in them and are not null. I checked spelling , capitals etc seem correct.
I've created a 40 page interactive pdf. Originated in InDesign and exported to an interactive PDF. The PDF has multiple static fields (customer name, job number, date, address) there are also dynamic fields that are for product proposal that utilize forms and calculations. The stand alone pdf works very well. I want to see how I can automate this.Here is the question: Currently we have to fill the PDF out manually, flatten the forms, save as and send this out for each inquiry. Is there a way to have the form online, let the customer fill out and automatically populate the key fields for the static and dynamic content in the master PDF, flatten the PDF (so the form fields are not editable) and email the pdf.I just can't wrap my head around what the best way to do this. Any help would be a huge help. Thanks CO
Hello,I have an InDesign plugin that draws lines over text when the page is being exported to PDF. These lines indicate modifications to the document, track changes. I would like to be able to remove, make them none printing, set the opacity to invisible from Acrobat. We could go back to InDesign and export the pages again with the lines / marks hidden, but there is the possibility that some might have changed in the document. We are not able to put these lines / marks on a separate layer.Is this possible in Acrobat?Is the SDK C++ plugin the best route?Or, is it possible with javascript?Thank you.P.
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.