Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
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
hi, i want to take a number in one field and multiply by .01 and place into another textbox.
Hello all,I have less experience of javascript but from time from time I can reach easy targets with javascript. Now, I have another problem.I have to run a sequence and the task is: show a check mark box with 7 possible check marks. Take into account that you must be able to select multiple check marks.The values (the text (description)) has to be reflected to the document properties: "Title". If you selected multiple check marks, there must be a ";" between selection 1 and selection 2.It would be great if somebody can set me on the right direction.At this moment, this is the temporary code I tested, but the result is (of course) not correct.// Dialog Definitionvar oDlg = { strName: "test", cB: "", initialize: function(dialog) { dialog.load({"usnm":this.strName,}); }, commit: function
When creating PDF's I am having a difficult time setting up a signature box that people are able to sign with a stylist from a tablet, like an Ipad.I am able to sign these pdfs with my own information just fine - what I am trying to have setup is to take an Adobe pdf document out to a client, and have a client sign a signature field with a stylus on my tablet. Using my tablet, I cant seem to get this to work. I only have the option to sign my own name
Hi, on a fillable form that I have created, I don't want the font size to be auto. I double click on the text and I change the properties so that the font is at size 6, so that when the user types in a number or whatever it fits in the box. However, it keeps on changing back to auto. This happens on only some of the text fields and not all. I have found no correlation or cause on what this could be. Thanks for the help.
Hi!I need to make an action which duplicates page 1, 8 times in a 3 page pdf. I have found some scripts, but I can’t make them work. Can someone help me with some java that will work with action wizard? ( I don’t know much about java scripting, normally I just copy/paste scripts.)
Compression of text is always on. To turn it off, set the appropriate option Distiller. Where can I find this option to disable compression?
Hello,I have created a plugin to create a highlight annotation using COS object.Now, I want to delete that annotation by comparing the contents in it.How can I achieve this?I am using:SDK : Acrobat Pro SDK(Version1)Product: Acrobat Pro DC(Version2015)Platform: Windows 7Thanks,Best Regards,Navnath
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.