Unlock the power of Acrobat SDK through our community.
Actividad reciente
Hi, everyone,is there a way to create a stamp with a signature field? I have already managed to create a stamp with a text field and a date field. However, the command for a signature field is not clear to me. Text field code:if((event.source.forReal) && (event.source.stampName == "Fertiger_Stempel")){ var cText = app.response ({ cQuestion: "Bitte den Text für den Stempel eingeben", cTitle: "Text für Stempel", cLabel: "Inhalt: " }); if (cText && cText.length) { event.value=cText; }} Here is an example of what it should look like
I'm trying to fill in an existing PDF file fields using access VBA by the code below. "User Name:" is one field on my pdf. I'm trying to enter a value to this field. When I run this with an appropriate file path it gives me an error saying: Run-time error '424': Object required. The Adobe file version is Adobe Acrobat XI Pro.Private Sub Adobefill_Click()Dim FileNm, gApp, avDoc, pdDoc, jsoFileNm = "C:\projects\test\"Set gApp = CreateObject("AcroExch.app")Set avDoc = CreateObject("AcroExch.AVDoc")If avDoc.Open(FileNm, "") Then Set pdDoc = avDoc.GetPDDoc() Set jso = pdDoc.GetJSObject jso.getfield("User Name:").Value = "[user name redacted by moderator by request]" '<-------- I get an error here pdDoc.Save PDSaveIncremental, FileNm 'Save changes to the PDF document pdDoc.CloseEnd If'Close the PDF; the True parameter prevents the Save As dialog from showingavDoc.
Hi,I am using the Acrobat dll to convert a PDF to a word document using the SaveAs() function. My company has a license for Acrobat Reader Pro. I am building a web application that will run on the server. It works locally but does not work on the server. I understand that Acrobat SDK is not suited for applications running on the server. Adobe PDF Library SDK allows for server deployment but it does not have capabilities to convert a PDF document to a word document. Which license or SDK/API do I need? What am I missing? Please help.
Is there any formal/unformal training/certificate for Acrobat plug-ins using c++? thanksOscar
Hello, I bought Adobe Acrobat Pro Student & Teacher version. Unfortunately, I can't sign in. I always get the error "Starten Sie zuerst Acrobat oder wenden Sie sich an Ihren Administrator. {h0}Weitere Informationen{h0}". (attachment). What do I have to do? Thanks in advanced. Best, Chris
Are there any special steps to notarise the acrobat dc. pro .acroplugin files? I am wondering if that is the case, it seems to be the case for reader enabled pluginsI also had to use adobe provided tools to codesign the CEP extensions I built ThanksRahul
I wonder if it is possible, and then how, to make 2 fields that are auto-filled on the same page and user can edit the values, after values are edited in the field they keep the way it was fixed, and in case 2nd is edited, the first field's values would not revert to the initial values. I use the script for both fields:event.target.value = this.getField("Textfield-3").valueAsString + " " + this.getField("Textfield-4").valueAsString + ", " + this.getField("Textfield-5").valueAsString + ", " + this.getField("Textfield-6").valueAsString + ", " + this.getField("Textfield-9").valueAsString
Hello all,I'm having trouble with what I think is a simple "If" statement. I'm trying to reset two checkboxes if one checkbox is checked. Here is my code:<code>If (this.getField("NoUrinaryProblems").value == "yes") {this.getField("UninaryProblems").value = "Off";this.getField("UrinaryPain").value = "Off";}</code>I'm getting an error on line 2 saying missing ; before statement. I'm not a Java expert but I can't seem to see what's wrong, especially because I basically copied the statements from the forum and just changed the names. This is what I have tried:* If I remove the "if" statement it works, checking the target box (NoUrinaryProblems) unchecks the two other fields no matter what the status of the first checkbox is* Moved the { to the next line, then I don't get the error but it doesn't work at all* Experimented with changing the double quotes to single quotes, no effect.* put a ; after the value == "yes" partCan anyone tell me what I'm doing wrong here?Thanks,stevinga
Hi all i am new in Acrobat SDK... i just subscribed to acrobat DC Pro to be able to export PDF to docx format.i would like to do that in .NET. i was able to accomplish that but i am a bit lost with the diffrent product naming and pricing. my goal is to convert pdf to MS office format. is it doable with Acrobat DC Pro subscription? the pricing is monthly based and not based the number of docs i am planning to convert? thank you for your help! LB
I have a form created, but still a novice. So extended steps may need to be provided(more than likely)- just being honest since I am searching for help.I have created a form that will be posted in one location and used by multiple people. I need to add a unique id for each as a new document is created. I do have the form set up with a "submit form" to a specific email address as a PDF, for management signature. I do have a read only text field set up named: GL_ID. And I just don't know how to create it to make the magic. This unique identifier can be from 6-8 characters. I would like to attach the magic to the submit button, however it can generate the number upon opening of the document. Please note that any guidance is welcomejd
Are there any special steps to notarise the acrobat dc. pro .api files? I am wondering if that is the case, it seems to be the case for reader enabled pluginsI also had to use adobe provided tools to codesign the CEP extensions I built ThanksRahul
I am writing a plugin and I cant seem to find a way in sdk to determine if the document has missing fontsI also looked at the info regarding to the font format for a Font and could not find a way beyond CID fonts
I have a plugin that's reading the fonts within a pdf documentI have written code to use PDDocEnumLoadedFonts to read all the fonts loaded by the docThis code will be run after the AVDocDidOpen fired by the runtime I am expecting to be able to read fontsBut no fonts are read It seems that the whole of doc is not loaded when AVDocDidOpen is firedIf I run the same code say on a pointer move, the fonts are found RegardsRahul
I'm attempting to add a folder within another folder in Adobe Acrobat, however every time I do so the folder gets added in my main documents page and NOT within the folder I added it to. How can I fix this?
Joel_Geraci helped me massively on this project already, but now I have a question that doesn't fit my earlier discussion.I am using javascript and page templates. I have a button that spawns a new narrative page and all of the fields get renamed with that new page number to prevent text from duplicating.However there is one field, "PageTotal" that I don't want to be changed at all even when spawned from a template. I want to be able to type "5" and it be duplicated across all of the pages. What I would end up with is Page X of 5.Any ideas what the javascript exemption would be so I can spawn the page, but prevent just that one field ("PageTotal") from turning into "P2.Narrative.PageTotal"?
While looking at the font props in the Acrobat Pro 2020 I get this weird behavior where for few fonts the name is "Family,Style" instead of "Family-style". The same happens when we read this value via the SDK Its not isolated to Calibiri but for other fonts as wellIts also reporducible across different machines Any insights/link to known issues is highly appreciated Thanks
I have added a JS for validation of a field included in a form (Luhn algorithm). I'm told the script is ok. But nothing happens if I type in a wrong number. Have a missed something? Total newbie to JS 😞
My HTML TOC is working and well-formatted, but when I tried to convert that HTML into PDF format, the TOC links are missing. any suggestion will be appreciated
I am interested in automating a process that involves using Adobe Acrobat Reader to fill a form. This process involves the user doing the following steps:Retrieve the PDF file from the applicationOpen the file in Adobe Acrobat ReaderFill the available form fields (no automation required)Save the PDF file from Adobe Acrobat ReaderAdd the updated PDF file back to the applicationI would like to automate this process from the application in the following way:Open Adobe Acrobat ReaderSend the PDF content to Adobe Acrobat ReaderWait for the user to fill the formRetrieve the PDF content from Adobe Acrobat ReaderI am working with C# under Windows and I have the following questions:Do I need to install Adobe Acrobat (Standard or Pro) on my development machine to create applications that integrate with Adobe Acrobat Reader?If answer to question 1 is no, what is the API that I need to reference in my project? So far, I know about the following COM references: "Adobe Acrobat 7.0 Browser Control ..
I have a serial number log form (PDF) where the first serial number entered will be 0001 (it shows the leading zeros in the first text box. Formatting set to NONE ) and there after increment the following text box by 1. The calculation to increment by 1 is not the issue. I cant seem to format the text box to show the leading zeros. The second serial number comes out as "2" not "0002" as I would liked.I take it that I'm going to need some type of "Format" java script here to get the leading Zeros to show up?
I have a need to develop plugins for Acrobat Pro 2020 The only SDK I could find was for Acrobat DC Where do I find the sdk and related documentation for Acrobat Pro 2020? Thanks
I'm working in Acrobat Pro XI on a 4 page document with a button that allows a template pages to be inserted after page 3. I created a button for this and it is working fine. But each page has a text field that is supposed to auto update all of the page numbers. The code looks like this:event.value="Page "+(event.target.page+1)+" of "+this.numPages;calculateNow();On the four pages visible when the file is opened it is working perfectly; they will update from "Page 1 of 4" to "1 of 5", etc. without any problems. However, the inserted template pages are very random. Sometimes the first spawned one will work and say Page 4 of 5 but sometimes it will say Page 0 of 4. It's worth mentioning that even when it says Page 4 of 5 printing that page shows it saying Page 0 of 4 again. And any additional pages spawned after that will list a bunch of random numbers out of the correct number of pages. So it will look like "Page 7, 6, 5, 4, 31 of 9".I've
We are displaying a PDF in our WinForm (VB.Net) using an AxAcroPDFLib.AxAcroPDF object by specifying the path to the PDF document using the LoadFile() method. When we call the .Print() method on this object it pops a print dialog. Is there any way we can pass in or specify a specific printer (prefereably any printer installed, not just the default printer) and suppress the print dialog box?
How to disable 'Some difficult pages were encountered requiring all graphics on those pages to be labeled as figures. ' pop up ? I was using avDoc and jsObject to convert PDF to text documents.I was using script to scan bulk number of PDF's to text but these pop up's halt the process and I need to manually close the pop up to make the process continue. Is there a way to either disable these pop up's or any suggestions in avDoc or jsObject script which can close these pop up's?
Bonjourj'ai crée mon formulaire remplissable mais lorsque j'accède en lien via dropbox mon champ image ne fonctionne plus. le formulaire s'ouvre via l'éditeur google et non via adobe. Quelle est la solutionmerci
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.