Questions tagged [acrobat-sdk]

The Software Developer Kit for Adobe Acrobat

With the Acrobat SDK you can write scripts in to extend the functionality of , create plug-ins, and use the interapplication communication (IAC) to have an independent program control Acrobat's functionality.

For more information, go to http://www.adobe.com/devnet/acrobat/overview.html.

133 questions
0
votes
2 answers

Error when extracting more than 49 pages in a PDF using Javascript and Acrobat DC

I have a PDF document with anywhere from 80 to 150 pages. We use Javascript in the admin console to extract each page and save the file based on some text at the top of each page. The code below works except for when the file has more than 49 pages.…
0
votes
1 answer

Why is my field not defined in the setAction method in Javascript for Acrobat?

I'm using Javascript within a PDF editor. I'm using this reference https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf I'm trying to set an action on a field when a mouseEnter event is triggered on that field. Below…
olly
  • 323
  • 3
  • 10
0
votes
1 answer

Javascript automation to add add-on tool to the toolbar in Acrobat

Hello everyone, I am a complete beginner in developing Acrobat functionalities, and I had been given a task of adding a button to the toolbar, which on pressing would display a pop-up, using Javascript. I was able to add a button to the add-on…
sai56
  • 5
  • 2
0
votes
1 answer

Trying to submit PDF form with the image of the signature

I am trying to add a signature in pdf forms using adobe plugins in firefox browser. My code is not working with Adobe Reader and is showing this error "NotAllowedError: Security settings prevent access to this property or method." function…
java programming
  • 125
  • 2
  • 11
0
votes
0 answers

Confirm Adobe notification for opening corrupted PDF with VBA

I am reading multiple PDF files with VBA using library Adobe Acrobat 10.0 Type Library. It works great except for the corrupted files. If file is corrupted it throws an error in Adobe Acrobat and VBA code is frozen until I confirm the error in…
Klemz
  • 123
  • 2
  • 13
0
votes
1 answer

How do I edit an interactive PDF?

We have a form that needs to be filled in an interactive PDF Form. Details like Name, Amount of different expenses are to be filled is there a way to open the source code in a simplified manner so that I can use Excel VBA macros to edit the data for…
Rick21
  • 1
  • 5
0
votes
1 answer

How to name tabs in pdf export to xls

I have a PDF form that has many form fields. My requirement is to export the form data (some of it anyway) into an excel (xls) format on a network drive that is being picked up and used by another process (that I do not have access or code to…
JeffC
  • 1
  • 1
0
votes
1 answer

Object.keys() on mobile environment (Adobe Acrobat Reader)

i'm trying to iterate over some Object keys and then fill some DropDowns with the values. On the PC it's working perfectly fine with every solution i've tried - unfortunately on mobile it's not. So here's what i've tried: Polyfilling…
p.p.
  • 3
  • 2
0
votes
0 answers

Type.InvokeMember Throwing "COMException: Type mismatch" inside Extension method

I'm working with Adobe Acrobat SDK, and I am trying to clean up the COM calls by wrapping the InvokeMember call in an Extension method to make the code a bit more readable. The extension method I am trying to write is as follows: using System; using…
mike
  • 2,149
  • 20
  • 29
0
votes
1 answer

The use of pageNum property in Acrobat Type Library 10.0 JSObject returns RunTime error 438

I need to get the page number in order to extract text from that specific page in a .PDF document. I am using Excel VBA function that makes use of the JSObject from the Acrobat Type Library 10.0 Here is the code snippet and the code hicks up on…
cathyB
  • 1
  • 1
0
votes
1 answer

Adobe Acrobat Plugin - create sub menu item in context menu

I add an menu Item to "select" context menu, and I wont to add sub menu item to my menu item, is it possible? and if yes please tell me how. ASText t = ASTextNew(); ASTextSetEncoded(t, "menu item text",…
codeDom
  • 1,623
  • 18
  • 54
0
votes
0 answers

How to automate Adobe Acrobat Pro from .NET application?

I am creating a PDF document from a .NET application (written in C#) that serves as a "table of contents" to some other documents (using hyperlinks). In order for the user to be able to search in all documents at once, we're creating a search…
TravelingFox
  • 484
  • 5
  • 18
0
votes
1 answer

Get Path of PDF Opened in Acrobat DC Pro (Working in VB but not in C#)

I just wish to retrieve the path of PDF document opened in Acrobat DC Pro, and save paths to my database in c#, I able to get active pdf document in c# but unable to retrieve path of the document, Type PDFType =…
Aniket Bhansali
  • 630
  • 12
  • 33
0
votes
0 answers

Programmatically combine pdf files with Adobe Acrobar

I have a scenario where we have to combine multiple PDF a file into one PDF file. We are using Adobe Acrobat to work with PDF like converting DOC/PPT/XLS file to PDF and Add watermark in PDF. Adobe Acrobat DC have an option to combine file in a…
Nikunj.Patel
  • 87
  • 1
  • 10
0
votes
0 answers

Looping Through PDF Files

I have a working VBA script that pulls specific form fields from a specified PDF file into a spreadsheet. However I have several hundred PDFs that I need to do this for, so I'd like to loop through files in a directory and perform the same…
rylaughlin
  • 43
  • 8
1 2 3
8 9