Unlock the power of Acrobat SDK through our community.
Recently active
Hello!I have a file(s) with some permissions (like in the picture).How I can read these permission(s) for prepending users to upload this file to the server?I used pdfservices library for Java.
Friends I need a help I have a pdf from, in the form I have a Field for Owner name and another field for Percentage Owned. If the user put 33% in the form I want to have a new field auto created with another owner name and the Percentage until we reach 100%. I am so new to form and the Java Script. Any help will be greatly appresheated.
The goal is to programmatically OCR documents using Acrobat SDK. The adobe acrobat sdk "getting started" page lists OCR as a feature, however I cannot locate it anywhere in the documentation. Can anyone point me in the right direction? Getting Started — Acrobat DC SDK (adobe.com)
I am currently trying to create a form within PDF it will allow the user to select from the drop-down menu and based on the selection will auto populate a text field with a statement. I would also like the user to be able to edit the statement‘ Once it has been auto-populated. My drop-down menu “Shipdec2” My text field “statdec1” I would be grateful if you can assist. I am a beginner in adobe
Using Acrobat Pro I created a fillable PDF form for my clients who copy and paste a large amount of information. Because they are using Acrobat Reader, I have designated text field properties with desired font and size, multi-line, check spelling...and enabled "rich text formatting" so that they can manipulate their "raw" text as needed to be bold, italic, underlined, etc. However, when clients are copying and pasting the information it is coming in with their "source" formatting rather than that field's defined formatting. Yes, I get that this is due to the designation of "Rich Text Formatting." Gheez, if Bezos can send 90 yr old Cap't Kirk into space, then Adobe has to have a secret way for my client to have the lame, most basic text options available in a form field using Reader (when rich text formatting is enabled) but yet, also have source formatting removed when they are pasting in text. (BTW, this FREE form field I'm using to post this question has waaay more options.
Some of the tools in adobe have a side panel when they are active. E.g. comments (screenshot below). Is it possible to create a custom panel for my plugin using the SDK?
Hi All, i want to make a survey in Indesign and save it as an interactive pdf. Is there any way in Acrobat to assign a value to checked checkboxes only and add these values with the results in a separate field?
I have created a custom dynamic stamp but it does not update everytime I use it and have to go in and resave the custom calc to bring it up to date. It's a very simp[le stamp that has my name and a date variable. The issue is the date does not update dynamically. Here's the code I used which I found in these forums. what I'm I doing wrong for it to not use today's date? event.value = "Andy Phillips " + util.printd("mmm dd yyyy", new Date)
I will post for the first time. Sorry for the beginner question. 【phenomenon】The SDK is used in the app using VB (C #), and the PDF preview is realized in the app.I have implemented the above process by calling the LoadFile method in AxInterop.AcroPDFLib.dll, but in rare cases it may freeze. The probability is less than 1%.As for the freeze event, when I click the app, nothing happens, and when I click the app after that, the error "Process is not responding." Is output from Windows.I have no choice but to restart the app.I think that the cause is probably the wait process due to the multi-threaded architecture of the VB application, but I would like to confirm it with caution. 【question】-Is there any etiquette when calling the LoadFile method?-Are there any bugs currently being discovered in LoadFile itself (although it would be very rude)? 【PC environment】Windows10 (1803) Thank you.
Hi,I know there's 3rd party libraries that can integrate reading and writing to pdf's in c# but I'm trying not to use them at the moment. I've figured out how to open and read the field names from the pdf, as well as getting a specific field by calling InvokeMember and and using GetJSObject to getNthFieldName. What I'm trying to figure out now is by knowing the field name, is it possible to get the type of field i.e. text, radio button, checkbox, etc. Also, if it's a radio button, the values that can be selected and so on. Anyone able to help me figure this out? Here's a snippet of what I've tried:Acrobat.AcroApp acroApp = new(); Acrobat.AcroPDDoc acroPDDoc = new(); acroPDDoc.Open($@"{filesHolder.PdfFile}"); object jso = acroPDDoc.GetJSObject(); object[] args = new object[] { fieldPair.Value }; // the value is the index number on the pdf sheet to get the nth field name. this works for me. object nthFieldName = jso.GetType().InvokeMember("getNthField
Would like to set 1 of 4 check boxes as "On" based on the value entered into a field with text field custom calculation , i.e., Enter 1 in field for "Check Box1" = "On" "Check Box2" = "Off" "Check Box3" = "Off" "Check Box4" = "Off" Enter 2 in field for "Check Box1" = "Off" "Check Box2" = "On" "Check Box3" = "Off"  
I am trying to upgrade a plugin to 64-bit that is currently working as 32-bit but has not been touched in 10+ years. And for the record, I wasn't the one that wrote it 10 years ago. I am trying to understand basic jargon to ensure I am in the right place. Right off the bat, I find myself confused here: https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/gettingstarted.html It compares features across 3 different SDKs, or so it seems. One is "DC", the next is "PDFL" and the last is "Acrobat". But when I navigate to the download page (here: https://developer.adobe.com/console/servicesandapis), I see numerous SDKs. One is called "Adobe Acrobat" and the text describes it as "The Acrobat DC SDK is a set...". So this seems to encompass "DC" and "Acrobat" together, but the prior page listed them as distinct SDKs. And for the "PDFL", not that I am likely to need it, I can't find anything in the downloads that looks lik
How do I find the AcroStan.msi installation file so Acrobat XI Standard can update to 11.0.16? It says Error 1706, that the feature you are trying to use is on a network resource that is unavailable, and to enter an alternate path to a folder containing that file.
Using the SDK and this.addWatermarkFromFile method works with the pdf supplied with the SDK, but when gererating a new PDF via Microsoft" Print To PDF or with Acrobat create new from file Word document it doesn't work. It doesn't add the stamp at all.The method addWatermarkFromText works fine, but I need to add an image.If I do it manaully through Acrobat using the same files, it works fine.Any suggestions?
Hi, I know how to write a PDF file with the PDFL SDK and I would like to know if it's also possible to wrtite a PDF/VT file (PDF with variable data, text and image). Thank you for your answer.Michel.
Windows 10 64-bitAdobe Acrobat Reader DC I've previously been able to save any .pdf files to my mapped drive via Adobe.However, starting today I was receiving the blank Save As box.Per every Adobe post I've read, the solution appears to be unchecking the "Show online storage when saving."I can save documents now, but it is no longer allowing me to view the contents of my mapped drives to save files directly there. -Ran Adobe repair-Uninstalled, reinstalled Adobe
I have a requirement to take PDFs and export them to XML in some automated fashion. If this could be done via Powershell that would be great. I've been reading about the Adobe SDK and Javascript but cannot figure out if these would work. I do not wish to purchase anything and want the code footprint at a minimum. Any advice is appreaciated.
We have a legacy program that uses the old FDF Toolkit for filling in fdf files for pdfs. It basically creates the fdf files and the pdfs read the data from the fdf data file. We would like this to work in 64 bit Access, but assume that the old dlls are 32 bit only. Are there replacement 64 bit dlls for the old FdfAcX.dll? I'm assuming not, so can anyone point me to a resource for converting from this old dll to a new method to fill in a fdf file? Thanks in advance
I'm trying to enable scrolling when opening a pdf in html.Is it possible to achieve this using PDF Open Parameters?For example, likehttp://example.com/example.pdf#view=FitH Or is there a way to do something likethis.viewState = {pageViewLayoutMode: 2}in Acrobat Javascript with browser javascript.
I installed Acrobat DC a week ago and have been checking out its features.1 . Measure the dimensions of the imported drawing (pdf).2 . Enter the name and measurement point in the form for each measurement.3 . Register the measurement results in a database. I wondered if the above requirements could be realized with Adobe's measurement functions, so I touched a few samples.As a result, I was able to use the measurement function on the form with the OpenInWindowEx function.However, the OpeninWindowsEx function does not seem to be able to extract the measurement values on the form... Sorry for my poor English.I would like to know if you have any information about the sample that controls the measurement tool in AcrobatDC, or the sample that processes the measurement results.
Hi good day! just want to ask why is it that whenever i try to print booklet type in pdf file, the document shrink and did not fit to the paper size?
When using a Mac and trying to create a PDF from a scanner, I receive the following error message: "The Selected Color Format is not supported." How does this get resolved?
Hi How do i change High resolution in printing setting in SDK (c++)automation.pls suggest any library.
Hi, I can name a textfield the same name on different pages. Enter text in one, exact text autopopulates. I all the fields that autopopulate except the one on page 1 to become read only. Only way to change any of them is to use the field on page 1?
How to change the code so that when the button is pressed, the dialog window does not close, and it would be possible to re-enter the data in the edittext and click the button again?app.addMenuItem({ cParent:"Help", cName:"-", cExec:" ", nPos: 0}); app.addMenuItem({ cParent: "Help", cUser: "Test", cName: "Test", cExec: "Test()", cEnable: "event.rc = (event.target != null);", nPos: 0}); function Test() { var dialog1 = { Btn1: function(dialog) { var result = dialog.store()["Txt1"] Ndata = result dialog.end("Btn1"); }, Stop: function(dialog) { idx = "Cancel" dialog.end("Stop"); }, description: {name: "Test", align_children: "row", width: 300, height: 300, elements: [ { alignment: "align_right", type: "button", name: "Cancel", item_id: "Stop", width: 5 }, { type: "edit_text", item_id: "Txt1", width: 170, height: 25 }, { type: "button", name: "Enter date", item_id: "Btn1", } ] } }; app.execDialog
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.