Unlock the power of Acrobat SDK through our community.
Recently active
I'm trying to execute a javascript file in Acrobat. tell application "Adobe Acrobat" do script file theFilepath as aliasend tell But Acrobat (24.002.21005) crashes. The contents of the file "theFilepath" executes if do script is called using a string. What am I doing wrong? Thanks!Doug
Hi Community! I am trying to batch convert 100s of HTML downloaded files with a chart to a PDF (I can do one by one on chrome, and formatt is great) however I want to be able batch convert (a function that adobe can do for me). However when I convert even a single file from HTML to PDF using adobe, it doesn't convert the chart, it just drops it. Is there a setting or a script I can change/run to make adobe convert the chart?I have taken a snip on the HTML when chrome displays the chart. - not sure if that is helpful or not. Thanks
When I attempt to update the fields used for a calculated field, the changes do not take. Any ideas what is going on? TIA
I used to have batch stamp on my Adobe Reader but I recently got a new computer. I need to apply stamps to PDFs daily, sometimes up to 300 pages for one document. Applying the stamp to each page manually just doesn't make sense. I did have a javascript that was on my old computer but now I cannot find the page I got it from. How can I do this? I have Acrobat XPlease help.Thank you.
I'm trying to convert the PDF to PDF/A using C#. Having a CAcroAppPrefs reference issue. There is no clear documentation for which library has CAcroAppPrefs class. If anyone experiences this issue please help me with this.
I'm tagging a fact sheet to be Section 508 compliant and, when doing a quality check with JAWS, I discovered JAWS reads each hyperlinked URL twice. I tried to strip all object reference (OBJR) tags from the document by using the "Remove all links" button, but the OBJR tags are still there, although they don't behave normally (that is, when I click on them in the tag tree, they don't highlight in the document, and when I hover the cursor, a tooltip doesn't appear with the URL in it, etc.). Has anyone encountered this problem? How did you solve it?[Moved out of the non-support, all-of-Adobe forum Lounge where web designers hang out with animators, marketing folks, those who make PDF's, and users of all of Adobe's other software hang out and chat - where it doesn't belong - and into a more product-specific support forum - Mod.]
Hi, I am looking to add the path to adobe's dynamic stamps in the "Execute Menu option" section of a button. So far, there doesnt seem to be a path to naviagting to the stamp section in Adobe. I tried creating a cutom action but I am not able to attach the custom action to a button either. Thank you for your help! 🙂
Hi all, Hope someone can help. Is it possible to have a formula that adds only the next month from the field before. I need date2 to show 05-Nov-2024date3 to show 05-Nov-2024date4 to show 05-Dec-2024date5 to show 05-Jan-2025 So the year would also need to update when a new one is reached. Is this possible? CheersChris
Hello guysI have an order file PDF which is an interactive form. I added a hint that the processing time takes up 5 work days at least but people keep putting the deadling before those 5 days. Is it possible to get a code where file finds the current date when its opened and automatically locks the 5 next days from being picked on the date field?Thanks!
Hi,I have a batch of pdf files which I want to print on 2 identical printers simultaneously in the correct order. Currently, I am using a Word vba macro to do this on a Windows 11 system. The macro opens each document in Adobe Acrobat and prints using OLE Automation and using Adobe Acrobat 10.0 Type Library. Here is my current workflow: Set Windows default printer to Printer1Open document in AcrobatPrint document on Printer1Close documentClose Adobe AcrobatSet Windows default printer to Printer2Open document in AcrobatPrint document on Printer2Close documentClose Adobe Acrobat Then repeat these steps for the next document. And so on. While this all works fine, it seems inefficient and slow, needing to open the same document twice to print to the two separate printers. On opening the document, Acrobat prints to the default Windows printer, hence the need to close it, change the default printer, then reopen it. Surely, there must be a better way to do this. It should
I'm tring to write a VBA Macro that will convert emails to PDFs in outlook, but when I call the pdfmaker.CreatePDF function, I'm not sure what arguments to put in. When I put in just the file path and name, it tries to save and errors, but when I try to pass it the mail object, it says incorrect or wrong number of arguments. Currently have adobe object library 10 installed in Outlook.
Hello:Is it possible via the PDF Extract API(Python) to verify and find model tree information. I am not trying to change information but verifying that model tree information exists as well as checking pre-flight information. Is this possible via the Python Extract API or by another means? I would appreciate the assistance!
HiI have an intranet for my commpany.On one of those pages, I need to create a button, that takes the content and creates a PDF.1) Am I allowed to create a PDF on the fly using C# code? Like maybe either create a totally new one... or create a copy of an existing template and then start dynamically filling it out with content from my database?2) Which product do I use? I have used Acrobat SDK toolkit in the past but it did allow me to put this on a webpage on a server but only allowed local computer usage.3) Or do I have to use 3rd party tools?4) Any samples or examples of code? Is it the same code or have there been huge changes?Steps:-i) Create a copy of an existing PDFii) Create frames, labels, text boxes & multi line text boxesiii) Fill those labels, texts, multi lines with data from databaseiv) Save the PDF and store it or email it to an email id
We can do this via Adobe Acrobat without issue (Menu -> form options -> import data -> zzz.xml), but we need to be able to do this programmatically. Looking through the SDK documentation in your 'pdfservices-sdk' (https://opensource.adobe.com/pdfservices-python-sdk-samples/apidocs/latest/reference/index.html) and I can't find anything to import xfa data in from. Anyone tackle this before/have any thoughts? I've been trying DocumentMergeJob, but that may not be what I am looking for.
I'm running into a problem where I have 4 sets of check boxes. set 1 is called Severity and there's options 1-4set 2 is called Probability and there's options 1-4set 3 is called Criticality and there's 16 options and is automatically checked based on selections from set 1 and set 2. (i.e. if you select 4 from Severity and 3 from Probability then it automatically checks 12 in Criticality)set 4 is called AEM and has 3 options.option 1 is automatically checked if 16, 12, or 9 is checked in set 3option 2 is automatically checked if 8 or 6 is checked in set 3option 3 is automatically checked if 4 or below is checked in set 3 The problem I'm running into is that if I manually check the boxes in set 3 then set 4's auto checking works. However if I make selection from sets 1 and 2 and it autochecks a box in set 3, then set 4 doesn't auto check. Here's an example of what I have for the autocheck for set 3:console.println(this.getField("Severity4").value);console.println(this.getF
Related Post I am trying to implement a duplicate feature which automatically adds prebuilt sections to the form in PDFto change position and page of fields i am using this.removeField but its not working in chrome, android, opera in android it's showing this error `TypeError: this.removeField is not a function, Adobe Reader`i am using it like this in the code```if (this.addScript) {this.addScript("rmField", function rmField(tag) {this.removeField(tag);});}```
I used to know how to do this, but I cannot find the feature anymore. I want to: Click somewhere on the PDFand type some words.For example, I printed a form to PDF and forgot to check a box. Rather than re-print the form, I would like to type "X" in adobe pro, where the box is. The form is non-responsive; there are no fields.Where is the typewriter tool? I am on Mac.
I'm working on a new feature in an Acrobat Plugin to help with Accessibility programming.I need a way to access a tag's "Tag Elements" – this is the encoded data pairs that can be seen by right-selecting a tag, selecting "Properties...", and then clicking on the "Edit tag" button. See the attached screenshot for reference.Essentially, I need to extract the "/Headers" array, or any item value pair (i.e. <"/S", "/TD">). I've tried PDSElementGetAttrObj, and a few similar methods, but they don't seem to provide the right (or any) data.I've looked through the SDK API docs and cannot find a function that provides read/write access to this level of data. Anyone have any ideas?
Hi all, I find that third party plugins can't show in Acrobat 32-bit on Citrix Virtual Apps and Desktops, but it works in the same version Acrobat on PC. Does it need some extra setting? Has anyone encountered this issue before and if so how did you manage to resolve it?
Hi ,We are getting below error while merging multiple word files into pdf, after providing local admin privileges to user, can any body help on this issue. additional files will need to be installed to create pdf from this file . you must have administrator privileges to install these files. Please contact your local adminstrator. RegardsVijay
When trying to move a text box or form field using the arrows on my keyboard, the boxes are jumping 1-2 inches in each direction instead of tiny increments- I am also having an issue decreasing/increasing size of text/form fields as well, they either go from their standard size to vanishing or twice the size! This only started happening this week. Please help!
When highlighting the text it only outlines. I need it to fill in. Any idea how to fix?Please help.
I recently created a series of text-based custom stamps as previously discussed on this thread. I now need to find a way to make the background of the stamp transparent, since each stamp has a rectangular white background that blocks whatever document text it may be stamped onto. While Adobe offers an opacity function, I do not want to make the stamp itself opaque, which is what happens when I adjust the opacity after applying the stamp to a document.
HiWe use a VBA macro to populate and save Excel sheets into PDF files. In the last step we use Acrobat to merge all the individual PDF into one final PDF with the code below. This work very well but we would like the final PDF to be generated with password protection for editing (not for viewing). Is it possible to add this to the code? Sub MergePDFs(FilesPath As String, FileNames As String, ResultName As String) ' Reference required: "VBE - Tools - References - Acrobat" Dim a As Variant, i As Long, n As Long, ni As Long, p As String Dim AcroApp As New Acrobat.AcroApp, PartDocs() As Acrobat.CAcroPDDoc If Right(FilesPath, 1) = "\" Then p = FilesPath Else p = FilesPath & "\" a = Split(FileNames, ",") ReDim PartDocs(0 To UBound(a)) On Error GoTo exit_ If Len(Dir(p & ResultName)) Then Kill p & ResultName For i = 0 To UBound(a) ' Check PDF file presence If Dir(p & Trim(a(i))) = "" Then MsgBox "File not found" & vbLf & p & a(i
What is the best program to edit, create and has field for submitting via email
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.