Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
When i save a word document as a pdf it appears as a pdf but too small to read unless i enlarge it to 800%. what can i do to fix this?
hey there,i am searching for a solution to establish an ODBC connection in Acrobat DC Pro in forms using JavaScript.After reading through several official documents from Adobe likeAcrobat DC SDK Documentationand the related stuff for JavaScript, i followed the instructions to connect to an ODBC, written in the DC SDK,added the registry entry in the right path and turned value to true to enable ADBC. But while running the scriptthe debugger console shows:"ReferenceError: ADBC is not defined"searching the internet again, several sources say that ADBC is no longer supported in Arcobat DC. so why is itstill in the DC SDK Documentation?Adobe even advertising with ODBC support via JavaScript for DC ProAusfüllbares PDF-Formular erstellen | Adobe Acrobat DC(sorry, just found the german version of this page)so please, can somebody officially confirms if it still works, and if yes how?just a small information about how the code has to look like, thanks.specifications:Acrobat DC ProWindows
This used to work, but now it doesn't. I can no longer access my dropbox account in Adobe Acrobat. I am current running the following build:Architecture: x86_64Build: 15.17.20050.192152AGM: 4.30.65CoolType: 5.14.5JP2K: 1.2.2.36712This is on a Macbook OSX El Capitan 10.11.5Thank you
I want to have ghost text (instructions) and default text (necessary language) on the same form field. Is this possible?
How can I send the entire PDF file (created on Adobe Acrobat DC Pro) as an email attachment using JavaScript button (send to e-mail). I have to use e-mail in @10215394.com.Kind regards
I have a dropdown box with 3 possible values, I want to populate 21 additional fields with values, these values are dependent on the values in the dropdown box.This what I have for one field and I can duplicate for the other fieldsBut this does not work and I am getting ErrorInvalidSetError: Set not possible, invalid or unknown.Event.value:6:Field S5X:Mouse Upvar one = this.getField("Dropdown9");if(one.valueAsString != "500") {event.value= "0";}else{event.value = "234.567";}
Hi all,I have no experience in creating scripts. I have two scripts that I actually need (I think).The first script I would like/need is a on a field that sums up a series of totals for a grand total but I would like to have in brackets the percentage (as shown in the example below in red). The way it's laid out by the person who is wanting the form, is to have the grand total added up but I wanted to have that number than divided by the maximum score to get the percentage in brackets beside the total.My second script (if it's doable) would be based on that percentage to automatically choose/check one of the radio buttons below based on the calculated percentage from the grand total line as calculated above.If this is not clear please don't hesitate to ask questions as I will try to better explain myself.I am working in Adobe Acrobat Pro DCThanks in advance.Paul
I'm trying to use Thom Parker's Javascript suggestion to export tooltips to a file and append the list to a PDF.Here's the script from:https://answers.acrobatusers.com/How-to-export-tooltips-to-a-text-file-or-other-document-q86962.aspxvar cSummaryfor(i=0;i<this.numFields;i++){ var cName = this.getNthFieldName(i); var cToolTip = this.getField(cName).userName; cSummary += cName + " : " + cToolTip + "\n";}this.createDataObject(this.documentFileName.replace(/\.pdf/,"_Tooltips.txt",cSummary);If I run this in the Javascript console of Acrobat XI on a Mac I get:SyntaxError: missing ) after argument list1:Console:ExecundefinedCan someone help me to debug this?Thanks![Moved from the general, non-support Forum Lounge to a product-specific support forum - Mod]
Hello,I have written a plugin to select highlighted text from PDF document.However,text I get from PDF document is retrieved with actual formatting, for example, new line etc.I want the text without any formatting.Here is the code snippet to get the highlight annotated text.Here is my code for getting the annotated text:ACCB1 ASBool ACCB2 pdTextSelectEnumTextProc(void* procObj, PDFont font, ASFixed size, PDColorValue color, char* text, ASInt32 textLen) { char stringBuffer[200]; strcpy(stringBuffer, text); ss << stringBuffer; return true; } if (ASAtomFromString("Highlight") == PDAnnotGetSubtype(annot)) { // Gets the annotation's rect PDAnnotGetRect(annot, &boundingRect); // Gets the text selection from the annotation's rect PDTextSelect textSelect = PDDocCreateTextSelect(pdDoc, pageNum, &boundingRect); // create a callback to
Hello,I have created a plugin to create a Annotation with sub type Highlight annotation.Basically I created a custom menu "CreateAnnot" to highlight the text when I select the particular text.Plugin creates a highlight annotation and displays a message box with the annotated text.I will put the screenshot so that you will get clear idea.In above image, while creating highlight annotation, I selected the middle line text and annotation created properly for that line.However, It returns the highlighted text along-with below and upper line in the messagebox.That means it returns whole paragraph.I am not getting why this is happening.Here is my code for getting the annotated text:ACCB1 ASBool ACCB2 pdTextSelectEnumTextProc(void* procObj, PDFont font, ASFixed size, PDColorValue color, char* text, ASInt32 textLen){ char stringBuffer[200]; strcpy(stringBuffer, text); ss << stringBuffer; return true;}if (ASAtomFromString("Highlight") == PDAnnotGetSubtype(annot))&n
In Acrobat 11, how to type arabic?
Hi allI have a quick query that hopefully someone can clear up with me. I have been creating a PDF document with dropdowns, and followed this guide which worked perfectly for me when populating other fields. My problem started when I wanted to add a second drop down, this dropdown contains the same content and needs to populate different fields in the same way as the first. The way I wrote the function for the second drop down is as follows. I know this is wrong because the functions have the same name but I do not understand scripting enough on how to name them differently, currently selecting a option from Dropdown1 will change the fields Duration2, Funding2 and Cont2.Dropdown 1 Keystroke Scriptif( event.willCommit ){ if(event.value == " ") this.resetForm(["Duration1","Funding1","Cont1"]); else SetFieldValues(event.value);}Dropdown 2 Keystroke Scriptif( event.willCommit ){ if(event.value == " ")
We have the latest Version of DC, and we often experience problems when the number of comments are many. We are talking thousands of comments. In the previous Version there are no problem at all With this. We have tried several computers (all Windows 7) and several users we know are saying the same ting.The last time DC started to struggle when we had made around 1500 comments. Then everything goes really slow and we can't save anything. We even have trouble opening the menus. Like I said everything Works fine in Version XI, and if we export the comments fra XI to DC, the DC is'nt able to load all the comments. It stops, and we can't do anything in the program.This has happened in several files, With several computers (Windows 7) and several users have reported the same problem. Is there anythin that can be done to fix this??
Hi.Copy-pasted from the JavaScript™ for Acrobat® API Reference for Adobe® Acrobat® DC SDK:TTS:This object is currently a Windows-only feature and requires that the Microsoft Text-to-Speech engine be installed in theoperating system.The TTS object is present on both the Windows and Mac OS platforms (since it is a JavaScript object). However, it isdisabled on Mac OS.This text is the same on the latest PDF version (May 2015) and in the online version of the JavaScript™ for Acrobat® API ReferenceQuestion 1As far as I can test and ear, Text To Speech works fine on Mac OS with both Reader and Acrobat (version 9 to version DC).It works fine on Windows too but only with Acrobat, not with Reader (not with mine at least).So, where can I find an up to date documentation or any infos about Text To Speech?Question 2Text To Speech reads correctly any text without accented caracters, but it does nothing if there is at least one accented caracter in the text, without warning nor error message in the C
I do not know anything about programming languages or scripting but I need assistance to perform a task if it's not too much to ask. I have Adobe Acrobat pro XI.Basically I have the coordinates that I want the signature to be placed on each page in a pdf, I believe my customers want it to be a hand written from a file.I would also need to password protect the file and overwrite it. I know most people will say it's unnecessary to put a signature on each page but for our purposes it is a requirement.I don't know where to begin, I basically researched a little and saw that some people are saying it can be done with a little scripting.I downloaded the Java SDK but it isn't going to help me if I don't know what to do.Any help is greatly appreciated.
I have followed every guide out there on the web to fix the problem of Adobe Acrobat DC crashing when trying to "save" or "save as" and nothing has worked. I've tried using the clean uninstall tool, and have completely re-installed fresh, I have unmarked the check boxes for "show online storage when saving files", fiddled with potential antivirus conflicts, disabled "Enable Enhanced Security". Right now, it is literally impossible to work on a PDF and save any progress on it. Any help would be extremely beneficial.
Hello,I have written a plugin to open a PDF document in Acrobat.However, It opens every new document in new acrobat window.I want to open a PDF document without opening a new acrobat window. It should replace the old document with new.How can I achieve this?I can't see any solution in the plugin documentation.Thank you in advance!
Problem VideoPROBLEM - YouTube
Adobe Acrobat Standard DCI need to add a text to each page of a file. While having the "Edit PDF" bar up, each page will default back down to a 12pt font size when I've already set it to a 48pt. How can I keep each page at a 48pt within a single pdf file??
Hello,I have created a basic plugin.In that plugin I want to make use of search plugin to search a text inside the PDF document and highlight it.IAC documentation says that we can use the Search plugin in our own plugin to use its functionality.Can you please tell me how can I achieve this?Thank you in advance!
Is rikla-support@adobe.com the correct adress to activate the public key to run basic plugin.What is the correct adress to do and why is abobe to post this in the documetations?not helpful pages to veryfie the question:https://forums.adobe.com/message/3634908#3634908https://forums.adobe.com/message/8576860#8576860not helpful adobe support to veryfie the question:Robin:Hello! Welcome to Adobe Customer Service.02:15:37Robin:Hi Tom.02:15:44tom servince:hi02:15:59Robin:I am reviewing your issue. Please stay online and do not close the chat window or browser in order to ensure our chat session is not interrupted.02:21:02Robin:Thank you for your patience.02:21:02Robin:I checked and see that rikla-support@adobe.com email address is not registered with Adobe.02:21:40tom servince:http://www.adobe.com/devnet/reader/ikla.html02:22:02tom servince:i get the adress from an offcial page02:22:26Robin:Okay.02:22:50Robin:I would request you to please elaborate the issue so that I will be able to help yo
Hi,i'm displaying a PDF with the AcAcroPDF, which has a JavaScript in it, on a C# WPF Application.Is it possible to start one of these JavaScript Functions by pressing a WPF-Button?
Necesito su ayuda!!Actualmente estoy utilizando el siguien script para adjuntar diferentes archivos a un formulario editable pdf.try { var annot = this.addAnnot({ page: 0, type: "FileAttachment", point: [500, 500], noView: true, author: "Attachment" }); annot.cAttachmentPath; var attachmentObj = annot.attachment; if (attachmentObj !== null) { var l = this.getField("lst"); l.insertItemAt(attachmentObj.name, 0); this.getField("BotonAdjuntar").readonly=true; # Esto convierte al botón en solo lectura de modo que solo se pueda agr
In Acrobat Xi how do I change the Measurement Tool to default to 1/4"? I can't find anywhere in Preferences on how to do it?
Dear Team,The index creation is essential for all the PDFs generated in our envelopment area as most of the PDFs are more than 10K pages.To make search faster, index is needed and in our work area, it is quite impossible to get Acrobat license for all the associates.So we would like to try the below approach:1) Get the license installed for limited servers2) Create Javascripts for index creation by contacting Adobe Acrobat in server.3) Then indexed PDFs can be used by our customers.We would like to know the costing model to achieve the same to proceed further.Awaiting for your reply!Thank you!Regards,S.Radha
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.