Unlock the power of Acrobat SDK through our community.
Askettäinen
I have 48 fields (name of the fields: format1, format2 ... etc) with a drop down menu. Options include: store1, store2, store3, store4, store5, store6, store7, store8, store9. I want a numeric field to ONLY calculate the 1-9 options
Currently custom adobe plugin should copy pdf content if pdf document was updated but not saved in Adobe Reader/Acrobat otherwise it continues using original file location. It was tested on different files. This works fine with almost all files except one. From properties of this file I see that this is Adobe LiveCycle Forms 8.2 document with PDF Version 1.7 (Acrobat 8.x). This file works fine with this plugin installed on Reader XI, Reader IX and Adobe Acrobat Pro DC. But when I use Adobe Acrobat Reader DC it crashes.Source code:ASInt32 docFlags = PDDocGetFlags(pdDoc);if ((docFlags & PDDocNeedsSave) != 0) //check if document need to save{ IntPtr pTempFile = Marshal::StringToHGlobalAnsi(strTempFile); ASPathName asTempPath = ASFileSysCreatePathName(NULL, ASAtomFromString("Cstring"), pTempFile.ToPointer(), NULL); PDDocCopyParamsRec copyParams; memset(&copyParams, 0, sizeof(PDDocCopyParamsRec)); copyParams.size = sizeof(PDDocCopyParamsRec); copy
Hello, Sorry in advance if the question has already been answered but can't seem to find it.I am building an interactive PDF where a client number can be added in one field for identification.I have an Excel spreadsheet with the correlation between client number and name.Is it possible to import this spreadsheet so that when the client number is filled in one text field, the client name will be displayed in a second field?Thank you for your help.
Can not get Adobe Acrobat XI Pro to work after installment of update!
I need some help creating a formula for rounding down a field in a form I'm creating. I need the field to take the numbers from 2 separate fields and add them together subtract 10 and then divide by 2.Something like (Field1+Field2-10)/2 and then round down to the nearest whole number so 4.5 goes to 4 and so on.Also I dont know if it would work differently but if it does i need it to work with negative numbers so -3.5 rounds to 4If anyone could help me with this i would be very appreciative.
While installing the setup file, I'm getting an error saying that Host_ElevationFail.
Is it possible to run PDF Optimizer programmatically from within C# application? If it is, would you mind pointing me at the right direction (reference, library)?I've spent whole day researching this issue with no success. Any help is much appreciated.What I'm doing is checking files for user-specified errors, then re-saving them with some changes. I was able to proceed this far with Acrobat Type Library. Unfortunately, the last step is to optimize files, that wouldn't pass yet another test with user-specified PDF Optimizer settings. I wasn't able to find any useful information on how to do this.Thanks for any help.
I had written below function to read list item values from Sharepoint list but i am unable to find how to read the return value.I am calling ShowDialog() function on menu item click. and below is my code. Please provide input how to read response of SOAP method. below code shows me error "Response is undefine"function ShowDialog() { // Dialog Activation app.beginPriv(); var listItemId = '1'; var title = 'new title again'; var listId = '{19736DC6-B732-4D25-8DAA-9E0FD808CA30}'; var siteUrl = 'http://pr-sharepoint.rothman.local/'; var batch = '<Batch OnError="Continue">'+ '<Method ID="1" Cmd="Update">'+ '<Field Name="ID">' + listItemId + '</Field>'+ &nb
I need some help with java I need to be able to auto populate from my today field and put into another field. I need to script it so that it takes the number from the month position and auto populates a text in another. 06/4/17 to text = May.
카드로 결제 한거 취소 부탁드립니다.
카드로 결제한거 취소부탁드립니다.
I have an application that uses stub files and some users have problems merging documents that are stub files. Just to be clear, I'm talking about a stub in the metadata-only sense. The way my application works, the files in question appear on the file system as normal but the files have no content until a user opens them, just metadata. When my users try to merge two PDFs via Acrobat, Acrobat errors out. Anyone know if Acrobat DC even supports stub files? The error makes sense to me, the files aren't actually on the file system so Adobe can't merge what isn't there. Just wanting to confirm if this is actually unsupported or if I'm missing something.
I want to flatten pdf files with electronic signatures. I have found the action from flattering pdf files so that comments and markups become part of the pdf files and cannot be moved around in Acrobat Reader but this action does not work for files with electronic signatures. For these files I use Print to PDF action but this requires clicking for each file to be printed. For large number of files it is time consuming. I am looking for solution to this problem, how to flatten this files or how to modify Print to PDF action so that it will automatically process large number of files without need for clicking on each print.
I want to create required fields. I would like an alert to pop up when a required field has not been filled in. Cannot save form without filling in the required fields.Please provide easy to follow directions.Thanks!
I've created a fillable pdf, ready to send for signature (Client agreement) — in the agreement are subscription plans, the client will select one, and I'd like the client to get an automatic email for the payment link based on their selection. There are 5 radio button choices, each with a distinct payment link url, if selected. I don't code, but I see that this might be possible to do within Acrobat? Thanks for any help.
Hello together,I've generated and added my addToolButton icons as described here:addToolButton - oIcon - Hexadecimal Value Therefore I'm designing the icon in Photoshop 20 x 20 px, save it as png, render it to hex in Acrobat's console and feed this hex-stream into a variable. The result is a very poor image quality of the icon. Is there a better way to do this? Or have parameters changed and now it's a 256 x 256 px image or Acrobat takes svg or what is it to get a good icon quality?Thanks,Tobias
I want to have a list box with ***multiple selections***... I THEN want another text box to populate based on the selections. I don't want verbatim, I want more than just the selection.Say "Florida" is selected, I want the field to populate "Florida: Where the beaches are nice"... Say "Arizona" is selected, I want the field to populate "Arizona: Extremely hot in the summer"... and so on for each selection... I want to these to accumulate.
I'm an absolute beginner with JS. I'm trying to get multiple fields holding default values to hide when I use a checkbox. This is my code var nHide = event.target.isBoxChecked(0)? display.hidden:display.visible; var f = this.getField("TitreNom4L"); if(f.value==f.defaultValue) f.display = nHide;However, all the fields hide, even when the default value has been replaced. Please help me with what I am doing wrong. Note : At first, i wanted it as an action just before print, but nothing happened at all. At least with a checkbox the fields do react.Thank you.
The title is a bit confusing so let me elaborate here.My Goal -> On opening a PDF my users are supposed to have my button on their (ideally) Quick Tools Bar.The button will have it's own script which will create a custom stamp (I got that part figured out) but I just can't get it to have an Icon from the start when opening the PDF. I would like this to happen on a Folder-Level Script.My code is failing on the part where it has to import an icon:CODE:function insertStamp(){ this.addAnnot({ page: 0, type: "Stamp", author: "Author", name: "myStamp", rect: [400, 400, 550, 500], AP: "SBConfidential",  
I'm working on an automation project which requires me to read the contents of the pdf. Some pages have partial content in the form of readable content(PDF) whereas partial content is in the form of scanned images. I need to write a code in python/VBA/VB.Net using any of the inbuilt functionality of Pro DC such as API, functions or commands. One such I came across named as AVDocSaveOptimized but I am not sure whether it optimizes scanned pages or not? If anyone can help in anyway or if someone has a direct code to do so?
Do not know if this is the right section to ask. I was wondering if there is a way to extract all the named destinations on a PDF file into excel or something similar
Hello, I have implemented some plug-ins for Redaction, Creating Links. The UI is not showing properly in Acrobat DC. The same UI works fine in Acrobat X and XI. What could be the reason?Thank you,Sowbhagya
In a personalised SUBMIT FORM botton I've to enter an ACTIVE SCRIPT with the URL of the server (in my case it's SharePoint Foundation 2013, with a "workspace name" and a "document library") -> see the "Submit Form Selections":I want that a copy of the form will be saved in the SharePoint Workspace.Example: URL: https://abc.workshare.com/mypage Workspace name: All-Operations Dokument library: Reports All together: https://abc.workshare.com/mypage/all-operations/reports/An export in the "PDF Form" forum explained me, that this must be an ACTIVE SCRIPT.Someone could write for me the ACTIVE SCRIPT?Thank you very much.
I am from Japan.I read the following document.Acrobat DC SDK Documentation I tried on Terminal:plutil -replace AllowPSFileOps -bool true ~/Library/Preferences/com.adobe.distillerDC.plistbut, always reset to default value when Distiller restarted.I usualy OS X Yosemite and Distiller X (com.adobe.distiller10.plist), it works fine.Sincerely,AOKI Yoshihiro
Hello,What I am trying to do (among other things) is to search a PDF for all content that starts with a • (Bullet) and wrap it with a <L> tag. (List tag)I have never played around with the Acrobat SDK (haven't had to use C in some time)So I am currently doing a deep dive into everything and I would appreciate it if someone could tell me which interfaces and methods I would be interested in.I have searched the whole SDK documentation and I haven't found anything that would help manipulate tags.Environment: Acrobat DCOS: Window or Mac (Have both)
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.