Unlock the power of Acrobat SDK through our community.
Recently active
Hello, I am William from Indonesia. I want to automatically fill a PDF Form via Visual Basic Application. The PDF Form was created by the government and it requires Adobe Reader DC to open it. I have tried to open the PDF Form with Adobe Acrobat Pro but it failed miserably. Meanwhile, in order to manipulate a PDF form programatically, we need to use Adobe Acrobat SDK. But Adobe Acrobat SDK cannot be used without Adobe Acrobat Pro as far as I know. Can anyone suggest a solution for my problem? Manually fill out the form is very daunting task. So I want to automate it with Excel's VBA. Thanks
As title states, I created a document with various fillable text fields, but am having trouble in creating a box for smart card verified signature at the end of the document, specifically with a military CAC I found where I can email directly to individuals for a signature but this form may be signed by different people at different times. It must be with a smart card.
I'm trying to build a SOAP request into a form in Acrobat DC, but I can't get the input parameter for the SOAP request to work. I'm using the examples on the Acrobat SDK site, and this is my code. The debugger throws an exception at the indicated line but doesn't say why.var cURL="http://mysite/_layouts/AppNumberService/NumberService.asmx?WSDL"var oParam = "AppName";var response = Net.SOAP.request({ cURL: cURL, oRequest: { "http://tempuri.org/:IncrementandFetchNumber": { application:oParam << Exception here } }});var result = response["http://tempuri.org/:IncrementandFetchNumber"]["IncrementandFetchNumberResult"];The SOAP request uses a SOAP service on our SharePoint site. This is the sample request and response fo
I have a form that has a single name field: "LAST NAME, First name" in the same field. I copy and paste the name in from other source but it comes in all different formatting, sometimes all lower case sometimes in all upper case. Is it possible to have a script that changes the formatting to last name all upper case e.g (SMITH) and first name normal e.g (John) with the comma in between as above? e.g Name: SMITH, John.I have been looking for the right script to use for this for so long.
recently when reviewing logs, i see agsservice.exe execute from the expected path (c:\program files (x86)\common files\adobe\adobegcclient\agsservice.exe a short time later, i see the scheduled task adobegcinvoker get deleted then a log file that states that agsservice.exe is "agsservice in onstop" then agshelper.exe executes several times from c:\windows\temp instead of it's expected program files paththen cmd.exe is called and rand this command:cmd.exe /c ping 1.1.1.1 -n 1 -w 3000 > nul & del /f /q "c:\windows\temp\agshelper.exe" there's no technical information on how agsservice.exe or agshelper.exe actually work in order for me to analyze / evaluate if this is expected behavior or not any help would be appreciated thank you
I am working on a requirement, i have a pdf file with fields, i want to open this pdf file and fill the fileds with values , the fileds are like, First Name, LastName , address etc.. i want to know , does adobe provide an SDK or library , so that i can use it my .net application.
Hallo!Ich wandle bereits vorhandene Dokumente mit Adobe Acrobat Standard DC in Formulare um, in dem die automatische Erkennung von Formularfeldern aktiviert ist.Das ist SEHR praktisch und funktioniert super, ABER:Nachdem das Formular erstellt wurde, sind alle automatischen eingefügten Formularfelder immer links ausgerichtet (also der Inhalt).Ich muss jedes der hunderte Formularfelder einzeln anklicken, um die Ausrichtung des Inhalts auf zentriert einzustellen. Echt nervig...Gibt es eine Möglichkeit, dass ich ALLE Formularfelder des gesamten Dokumentes mit einmal auf "zentriert" ausrichten kann? (entweder vor oder nach dem Scannen)Freu mich auf Antworten und DANKE euch!
Hi all, hoping for some help here, as I've been working on this for many hours now, but can't seem to find a resolution. I'm fairly new to pdf forms and Javascripting, so don't have much knowledge to pull off from. I am tasked with putting a form together where depending on what checkboxes are selected, certain sections of the form will show and hide layers and form fields. I did figure this out. However, there are a couple checkboxes on the first page that overlap in the sense that they should show the same layers and fields when selected. So if one of these are selected, it should show those fields and layers, if two are selected, they should show, and so on. The problem is, if two or more of those checkboxes are selected, and one of them is deselected, all the layers in the document dissappear. To resolve this, I tried utilizing 'or' statements but can't seem to get it to work. Here is what I have so far. Thank you much for any assistance!{ var f = this.getField("checkbox 1"); var g
Trying to set up a 500-page document with javascript actions. I would like to keep that javascript embeded into the document when a portion of the document is exported. This doesn't work when exporting through the GUI so can this be accomplished using more Javascript?
My computer died and I got a new one. I installed Acrobat XI Pro and used my serial number. I never saw an activation screen. When I open a pdf it only stays open for a few seconds then closes. I tried the chat and they said they couldn't help me that I should go post on the forum. I see many people have posted this same question but no answers help. This is terrible support from Adobe.
Hello I am a software developer and we are investigating our options with integrating with Adobe Acrobat. Microsoft Office allows developers to create add-ins which appear as side panels in their applications, today these are mostly HTML based.Does Adobe provide a similar integration pattern? If not, what mechanisms are provided to developers to integrate within the client components?
Hi, I'm trying to send an email after a PDF is signed, I try to achieve this by adding an action on the signature box. Acrobat preferences is set to use Outlook in Preferences -> Email accounts.Trigger: Mouse UpAction: Submit a FormEnter a URL for this link: mailto:<> But when I test this, instead of opening a new email Adobe triggers 'Save As' dialog box on windows.Appreciate any suggestions on fixing this.
Hi, I reffered SDK document still confusions. I'm developing new plugin using VC++, I need to setup project configurations and project creation want to know. How to create a project and how to include headers. Can you please help on this. How to start. [Moved to the Acrobat SDK forum]
Hello, Is there a way to Auto-Name a Form?I have a few form fields that could be used to create the name:For Example fields below:Type of Form: "Field Report" - I could make this a static answer - requiring no input from user. Form Field 1: "Date"Form Field 2: "Job #"Form Field 3: "Employee Initials"I would like the form to be named: Report-Date-Job #-Employee Initials" -- where the inputs for the form fields, becomes the file name. Note: My main reason for doing this is so that forms are appropriately named from the start. This also prevents the user from having to manually type these characters in and manually renaming the form.Thank you all in advance!Steven
I've asked about this, at least tangentally, previously, but I didn't understand what was happening. I have a form that doesn't work right in other PDF viewers, especially Chrome. To prevent user complaints (so many), I hide every field and mark it read only, except a big angry warning to open the form in Adobe Acrobat/Reader. Then, using an On Doc Open script, I check this.external == false and set everything's visibility and usability, plus hide the angry warning. Additionally, I use app.alert to pop up our privacy policy regarding this specific form. However, if the form has been digitally signed none of this works. This prevents the warning from going away and it never shows the privacy policy. BUT my script that sets global-level variables works just fine. I know I can replicate this behavior with "On Page Open" and a RunOnce variable, but I'd like to keep this simple if I can. This all used to work just fine. Did something change in Adobe Acro
Hello I performed the steps of this procedure to the letter: Hide an Acrobat DC button except during rollover...and it works great on my machine, but when I send the PDF out- the rollover functionality does not work for users with standard Adobe Acrobat Reader.Any advice?
Hi Team, how to implement select area like rectangluar selection in pdf page . [Question moved by moderator]
Hi there,I've written a script to add checkboxes to a page and the code works ok.I'm in the process of putting some error handling in however I've hit a slight niggle.If I use the following to reference a formfield by name is there a quick way to check if there's more than one field with the same name?thisField = this.getField(theBaseFieldName);I thought I might be able to check thisField.length to see if it's greater than 1 but unfortunately not. I guessing it's because of the way I'm refering the object. Please can someone point me in the right direction?Thanks in advance.
Hey guys, I've got a weird issue that I'm pretty sure is caused by my work's local security policies: I use Notepad++ as my external editor. Recently (like 7 months ago), I found I wasn't able to use it. When I try to open a script through Adobe Acrobat into the external editor, Notepad++ opens with the following error: "C:\Users\130027~1\AppData\Local\Temp\acrobat_sbx\Adobe\Acrobat\DC\JSEdit.js" doesn't exist. Create it?Options are 'Yes' and 'No'. 'Yes' creates a blank file JSEdit.js, which will load back into Adobe Acrobat just fine. 'No' creates the standard new file, which I can manually save as JSEdit.js and then Adobe Acrobat will load it on close. My home copy of Adobe Acrobat Pro 2017 doesn't have this issue. My questions: If I'm right and this is security policy blocking Adobe Acrobat from writing to it's own temp directory, is there a way I can point this at another direct that Acrobat does have write access to? Is there another w
Hi All,I'm looking at creating a Javascript button that when clicked brings up the red pen so users can sign their names in a box.I have been reading this and Thom Parker has provided an answer but I am still slightly confused.Re: To draw in the pdf using pen tool in acrobat reader x If I was to escalate this to my service desk what exactly would I tell them to do with a step by step process?And once its enabled I'm assuming the following line of code will automatically bring up the pen tool ready for use?app.execMenuItem("Annots:Tool:InkMenuItem");Also assuming this will work in both running Adobe DC Reader and DC Pro?Cheers,Seb.
Disappointed been trying to cancel my trial, couldn’tcancel it since a month ago and keep on getting a bill. tried to cancel it via account, tried to contact adobe support no luck no response. I am having sever anxiety dealing with this. Please or the 10th time cancel my trial. I already have a subscription with adobe. I never intended to even try the trial. This is the order number, so please please cancel my trial. I am being charged for a subscription I do not need. My heart is aching from this thank you, appreciate if I get an answer from Adobe.. AD00733900019CCA
error for digital signature.please check attached file. Error during signature verification.Signature contains incorrect, unrecognized, corrupted or suspicious data.Support Information: SigDict /Contents illegal data
I've read multiple posts about this - which helped a lot but... I'm having...odd issues...I have a Google Form and Sheet. I've copied the field IDs using Get Prefilled link. I'm trying to get this to work with a short form - 6 fields...text, integers, and a date. I'm up to about a dozen trials submitting it. When I submit I always get a timestamp but only the first field (L Name). In Acrobat, the fields are named "entry.xxxxxxxxx" - matching what I get from the prefilled link. In the prefilled link the reference is: "entry.498728576=Weasley&entry.238933929=Fred&entry.672957676=2011-11-11..." I tried entering the ampersand both before the second field and after the first field. I received a General Error. After removing the ampersand fields 1 and 2 were sent to the Sheet???? Did not make sense, but I tried that with field 3 with no positive result. When all 6 fields in Acrobat are named "entry.xxxxxxxxx" I get a General Error message. What am I missing?
Hi, I recently received my personnel file from my time of military service and it came in disc form requiring me to have adobe flash player on my adobe reader. I have a windows 11 acer laptop that does not have flash player already on it so I can't view my records at the moment due to flash player being blocked and removed from your site. I really need flash player. It's so I can view my records and get my medical benefits due to the exposures I had in Afghanistan. I understand that this is an inconvenience for you guys but this is a major inconvenience for me as well. I'm hoping to even purchase a copy if possible
I am developing a solution where I want to get Fields values from a PDF document from a web page using JavaScript then insert them into the web page fields. May somebody help me with which function I can use to do this.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.