Unlock the power of Acrobat SDK through our community.
Recently active
I'd like to use the Embed PDF API for displaying (and annotating) a PDF document within a Blazor WebAssembly application. The Web application should (also) run as a Blazor Hybrid App (WPF Desktop). We don't use this in production, only for local UI debugging purposes because it's way more performant and development roundtrip times are much better than launching and debugging a Blazor WebAssembly app in the browser. The problem with this is that the locally hosted Blazor Hybrid app has window.origin='https://0.0.0.0' (or window.location.href='https://0.0.0.0'. This is not configurable and I found no trick to set this to some dummy value (e.g. 'http://localhost'). The problem now is that I can't register an API key for the PDF Embed API using an IP address (here '0.0.0.0') as the domain. I can register 'localhost', but not '0.0.0.0'. Any workaround for this? Please please please allow me to register '0.0.0.0'.
I have been researching and reading through various sites and forums to try and develop a JavaScript and I just cant seem to get it right.I am developing a form using Adobe Acrobat Pro where the first field on a line requires the user to enter a date into a date form field. I am trying to develop a JavaScript where, until the date is entered, all the other form fields on that same line do not appear. I have named the other form fields 1.a, 1.b, 1.c, 1.d, 1.e, 1.f and 1.g. There are 15 lines to the form so ultimately I don't want any form fields to show until a date is entered on any of the lines. Any help would be appreciated - I am going a little insane trying 🙂
how do you populate a text field based on dropdownlist selection with a button pdf adobe
Dear Adobe Support Team,I am a university student and I am interested in developing a plugin for Adobe Reader to add extra functionality to the web and mobile PDF reader, specifically for iPad and Safari. I have read the official Adobe documentation, but I found the licensing process somewhat confusing. Could someone please explain the necessary steps and requirements for obtaining the appropriate licenses? Additionally, I would like to know the complete process for developing and integrating this extension Olso I want so sell it for other student. Thank you for your assistance. I look forward to your guidance on how to proceed.
I have formatted a text field into a Date format in the yyyy-mm-dd format. This input for this text field is then used for a seperate calculation so its important the user only enters in the above format. The above format works but there are two corner cases: Corner case 1:If the user enters 2024-05-5 it will autocorrect to 2024-05-05. While the displayed value is correct the user input is wrong and it affects other calculations. To fix this i added validation code to force user to enter at least 10 charachters. var minAllowedChars = 10; if (event.value.length>0 && event.value.length<minAllowedChars) { app.alert("Invalid date format"); event.rc = false; } Corner case 2:The second issue is if the user enters blanks. For ex. if the user enters "2024-03-4 " it will autocorrect to 2024-03-04. While the displayed value is correct the user input is wrong and it affects other calculations. I tired to add validation code to not allow s
The official example website is also not working:This application domain (https://xxxxxx) is not authorized to use the provided PDF Embed API Client ID.
I am trying to set up configurations for printer settings but I am unable to add my custom settings to a favorite.
I have a form with a submit button that sends the form to certain email address. I have a check box for a specific part of the form that when checked, would add another email to the submit button. The submit button works fine but i can not figure out how to get it to look at the check box and if checked, add an additional email address when it is submitted.
Ok, so this is my first time asking a question on here. I am new to Acrobat, and creating Forms, with very, very entry level javascripts. Here is what I am trying to do:1. I have created a "quote document" that we will be using on a mobile platform.2. Originally, I created a text field that automatically updated the number of the "Quote Number" field by 1 everytime it was opened. 3. However, it updates only when the document is saved as the same name as the original file. So I deleted this. 4. A workaround for this I believe would be to autogenerate a number in a field, in my case the field name is "Quote Number". The number should read:4 digits yr, 2 digit month, 2 digit date, time and seconds. There has to be a common request for this? Again, If you could provide some basic instructions on how to insert this into my document as well it would be appreciated. 5. When the document is opened, this number would generate. However, once the do
I am using Adobe OCR in My Python application to extract the text from PDFs.There is a limitaion with Adobe OCR which allows only 400 pages to be extracted.Any features available to extract PDFs more than 400 pages in Adobe OCR versions or any alternatives?
Hi, I am having trouble developing a script to silently uninstall Adobe Acrobat 9.0. In the registry editor, I notice there are two entries for this program only one of which has the uninstall string, which I find odd. Two registry entries for acrobat When I try to run that msiexec /I {AC76BA86-1033-F400-7760-000000000004}, it simply pops open a dialog box with information about the msiexec command. Has anybody encountered this before? Any tips on how to uninstall successfully would be greatly appreciated, I'm still quite new to PowerShell scripting. This should be easy to do with the msiexec command no? Or is there a better way? It is a 32 bit version of acrobat btw.
I'm looking for a way for our Acrobat plugin to store some document-wide information in a PDF file. The info would be a simple list of strings. The list of strings would be displayed and edited in a dialog box displayed by our plugin. The user would later select one of the strings when using our plugin to add one of our Acrobat plugin's custom annotations to the PDF file. Multiple annotations can be added to the PDF. The idea is for the list of strings to be stored in one place in the PDF and for each of our plugin's annotations to store an integer index into the list of strings in the dictionary associated with the annotation. So far I have these ideas: APPROACH #1: Store the list of strings in the XMP metadata in the PDF file This approach would use the functions PDDocGetXAPMetadata() and PDDocSetXAPMetadata() or PDDocCountXAPMetadataArrayItems(), PDDocGetXAPMetadataArrayItem(), PDDocSetXAPMetadataArrayItem() I r
Hello everyone!I tried different solutions, which I've already found, to open the signature box ("Fill & Sign") with a button, but had no luck. app.execMenuItem("OpenApp_FillSignApp"); app.execMenuItem("FillSign"); app.execMenuItem("_BasicEchoSignPane"); What would be the right statement? Awesome would be if it would open with the "draw" option. Thank you for any useful advice!Kind regards,f.
Hi all,I search all over to download older version of Acrobat Pro, InDesign, Bridge and Illustrator? I have the serial number and talked to the license team which they were unable to help me. Please help!
Even in a very clear image of English text in a sans-serif font such as Helvetica, OCR produces numerous artifacts and recognition errors. And many of those don't show up as 'suspects' and may not be visible in Edit mode — only when exported as text. Results are way below what I could get from separate OCR 10 years ago. How can I get more usable text recognition?
I want to export a file attachment located in a page with a javascript.I tried like that:var annotObj = this.getAnnots(this.pageNum)[0];var attachObj = annotObj.attachment;console.println(attachObj.name);this.exportDataObject({cName: attachObj.name});And I expected the typical security popup, which does not appear.What am I doing wrong here?
📄💡 Question for the Adobe Community: Can Adobe Document Generation API support PDF templates directly?Hey Adobe Community! Based on my research, it appears that creating a PDF template currently requires using a Word template file along with JSON data mapping. However, I'm wondering if there's a way to achieve this same functionality using a PDF template file instead of a Word file.I understand this functionality is supported through the ANVIL platform. Can anyone confirm if there's a similar solution available through Adobe Document Generation API? I'd appreciate any guidance or insights you can provide!Thanks in advance for your help!
did anyone find the way to run adobe enhance scanned files using SDK? I tried OCR from sdk and it gives different result compared to the option we have in the standalone adobe application.
Hi Team,I am not able to find enhance scan api in adobe dc SDK, can someone help me with API details to explore.
HelloI have a bunch of images that I want to OCR and save the result as PDF/A. I have visual studio installed and adobe acrobat pro installed and active.using the adobe acrobat, I can OCR the image and save it as PDF/A, but am not able to do this using C# code. I added the COM reference to the project but when i execulte : var isOCR = acrobatApp.MenuItemExecute("ADBE:DocumentRecognizeText"); it returns false.the same for var isPDFA = acrobatApp.MenuItemExecute("SaveAsOther:PDF/A");can you help please?
Whenever I launch Adobe Acrobat Standard DC, an empty folder called "AdobeGC" appears in C:\Users\Public\Documents. If I delete the folder, it reappears the next time I launch Acrobat. I've never seen any files in this folder. This behavior began recently, but I'm not sure when -- I just noticed within the last month or so. What is this folder for, and how can I tell Acrobat to create it somewhere else? I prefer to keep the My Documents Library reserved for, well, my documents.Thanks!PS #1 - My version # is "2015 Release (Classic) Version 2015.006.30243".PS #2 - Sorry if this is the wrong forum, but I couldn't find one that seemed better.
Dear All,I have the Adobe Acrobat reader DC, and the menu language is in chinese.Can you please let me know how to change this to english.Regards,
Starting last week, 6/17/24, many of our users printing Arch drawings (Arch A to Arch E) from Adobe (both Reader and Standard) will have our plotter printer not print the last few inches from the right-hand side of the pdf. If the drawing is printed in portrait, then the printer spools out a a few inches of blank paper then begins printing from that point on the PDf...so it knows something is there, but it acts like there's a blank white box over the entire area. Print Preview example: Rouch example of what actually gets printed (including the white space): This only occurs when printing from Adobe. When testing printing via Chrome it comes out fine. There's also a handful of people unaffected that can print from Adobe fine.We've made no changes to the printer and everyone's Adobe is on the February 2024 update. I've tested both a repair and complete uninstall-reinstall of Adobe for the affected users.I've tested purging the printer from the machine and re
I am simplying trying to add a basic annotation, type "Redact". But, it doesn't matter whether i specifc points, quads, or rect the location of the redacted annotation box is ALWAYS in the lower left hand corner of the page. Despite numerous posts and online articles that seem to indicates you can specifiy the location, it does not work. I have also tried adding an annotation type "FreeText" (which does allow me to specifiy a location using rect which works fine) and changing the type to "Redact" but it just moves the annotation to the bottom left. Here is the basic code I am using: this.addAnnot({type:"Redact",page:0,rect:[200,600,250,700]}) Any insight would be greatly appreciated!
I have created a Adobe acrobat plugin in C++. And we have different clients, so in our plugin code we have some constants and need to build .API file separately. We have code in github, and I am building using Windows Agent. As far as I understood, this requires Visual Studio required to build the project? Recently found there is c++ redistributable package from Microsoft which may help here... Anyone has suggestions here? Thanks
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.