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
1 answer

Acrobat SDK get document path from CAcroPDDoc class object

Using, CAcroPDDoc PdDocObj = AvDocObj.GetPDDoc() as CAcroPDDoc; I am able to retrieve PdDocObj, but unable to find any property/method that provides me pdf file-location.
Aniket Bhansali
  • 630
  • 12
  • 33
0
votes
1 answer

Get App Instance using process handle of Acrobat DC in C#

I have process handle of Adobe Acrobat Pro DC process instance running, how can I get AcroExch.App object using process handle in C#.
Aniket Bhansali
  • 630
  • 12
  • 33
0
votes
1 answer

How do I set Acrobat XI printer settings through excel vba?

I am designing a vba code that allows users to input a set of technical drawing numbers and create a packet from it. I have run into a problem when dealing with autocad files. Because our company has AutoCAD LT I am unable to utilize the api, thus I…
FFS88
  • 35
  • 7
0
votes
0 answers

How to protect DRM without password challenges using Adobe Access SDK?

I'm sorry if my question sounds a little bit stupid. I want to protect PDF files using Adobe Access SDK. But I am curious, is there another way to protect DRM without using password challenges?
Hoa Hoang
  • 1,212
  • 14
  • 20
0
votes
0 answers

To create an app with Visual Studio (C#) that can password protect a PDF?

I'm working on a project where we have SQL Server Reporting Services automatically saving a PDF report to a network folder. We then want to password protect this file and email it to specified recipients. Is it possible to create an app with Visual…
user4272993
0
votes
1 answer

Can't load PDF in window

I'm trying to load PDF into window. I'm using Adobe Acrobat activeX and WinApi for this. I was able "insert" a web browser in this code, but I can't with PDF. While execution I get error: "Run-Time Check Failure #0 - The value of ESP was not…
user2123079
  • 656
  • 8
  • 29
0
votes
1 answer

Automate saving a PDF with Acrobat

We have a program that processes PDF documents - Automated. We fail with certain PDFs because they are malformed . When we open the PDFs in acrobat, it opens it. I see that Acrobat goes to extra measures to fix the malformed PDFs. So in our case,…
Rainmaker
  • 321
  • 3
  • 15
0
votes
1 answer

VBA + Adobe Acrobat SDK - Unable to save an empty page?

I am using VBA as a platform to do some PDF manipulation. The issue I am having is that I cannot seem to get the PDF object to save if the PDF object have not been opened. Below is a snippet of the code that inserts pages to the PDF object, and then…
Isa
  • 271
  • 1
  • 6
  • 16
0
votes
1 answer

Using Acrobat Reader's Protected-Mode rule FILES_ALLOW_READONLY

For Adobe Reader's Protected-Mode, I'm using a policy exception of FILES_ALLOW_READONLY, and I'm wondering if it is a reasonable security risk? I'm using an Adobe Reader Javascript program to save and restore open tabs: Adobe Acrobat Reader Tabs…
0
votes
1 answer

Copy All Text from PDF to Windows Clipboard

I'm working in VBA (MS Office 2010) and want to extract some key words from PDF attachments that I regularly receive in Outlook. I planned to save the PDFs as a Word documents and extract the text from these but apparently I cannot do this…
B.Cap
  • 171
  • 2
  • 16
0
votes
1 answer

Automate Acrobat Compare Files Tool

I'm trying to determine if it's possible to launch the Acrobat DC Compare Files tool with PDFs specified, either through the API or JavaScript. Any help would be greatly appreciated.
0
votes
1 answer

Adobe Acrobat (X): Convert between DataObject and Icon objects

My goal is to have the user press a button to select a file ONE TIME that will be used both as an attachement and the button icon. I know how to do each of these tasks separately, but this requires my user to select the same file twice. I am looking…
ctrl-z pls
  • 331
  • 6
  • 21
0
votes
0 answers

After many iterations, VBA call to Acrobat API starts returning "The remote procedure call failed"

I'm trying to loop through a bunch of PDFs and, for each one, flatten it using the Acrobat API to access the PDF's JS Object. Because VBA doesn't have a code-accessible stack trace, I have a wrapper class AcroExchWrapper that wraps each Acrobat API…
sigil
  • 9,370
  • 40
  • 119
  • 199
0
votes
2 answers

Save a random number in a PDF file using JavaScript in Adobe Acrobat

I am using the script below to generate a random number using a button. I need assistance in coding said generated number to save and not change once saved, so the saved document can be opened anytime by any user and the number stays the same…
0
votes
0 answers

How to use the Adobe Acrobat JavaScript SDK to save the pdf from the browser?

Adobe Acrobat allows us to insert JS in the pdf: if (app.alert("Do you want to save the pdf?", 2, 3) === 4) { // Save the pdf. } I tried: app.save(), app.execCommand("Save"), but both failed. Is it possible that using the Adobe Acrobat…
Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474
1 2 3
8 9