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
0 answers

remove signature or certificate from PDF files

i'm trying to remove a signature or a certificate from the PDF throught automation. I'm having thousands of PDF files which are signed and i'm converting them into HTML to preserve the layout when extracting text. One issue i'm facing is the…
0
votes
0 answers

using Adobe Acrobat SDK in linux

Hi i'm trying to automate PDF to HTML conversion on my linux cloud using Adobe Acrobat SDK. I know there are a lot of PDF to HTML packages out there but nothing preserves the layout of my pdf as Adobe does. Is there a way to call Adobe Acrobat…
0
votes
0 answers

Adobe Acrobat Pro Submit a pdf to a user generated email?

Using Adobe Acrobat Pro I am filling out a form that will be used by a variety of people, each with their own team lead. I want people to be able to fill out the form, type in the email of their team lead, and then have a submit button that will…
0
votes
2 answers

Extracting whole Sentences from PDFs (as best as possible) - Plain Text From PDF without inserting line breaks

I believe I have finally come up with a way to extract plain text without line breaks whilst retaining intended carriage returns from PDFs using VBA, Acrobat and Word Combined. Previous answers using either word or acrobat independently ran into…
Nick
  • 789
  • 5
  • 22
0
votes
0 answers

How to allow CORS in production in ASP.NET Core Web API

I have two ASP.NET sites and one is a REST Web API. I am making a request to the API from the other website to get a PDF and display using Adobe Acrobat. Below is how I have configured the web API to use CORS in my startup file in production because…
Pistone Sanjama
  • 489
  • 1
  • 4
  • 14
0
votes
1 answer

Creating new PDF using IAC

I'm trying to use the Adobe's IAC to save the 1st 2 pages of one document as another. I create an instance of AcroApp like this: ACROBAT::CAcroAppPtr acApp; HRESULT hr = acApp.CreateInstance(__uuidof(ACROBAT::AcroApp)); If the creation is…
Sam
  • 2,473
  • 3
  • 18
  • 29
0
votes
0 answers

PDF to Word using Acrobat SDK

OS: Windows Server 2019, Acrobat Pro DC 2021.011 My C# program calls Acrobat converting PDF to Word.docx. I used the code from Jie: How to convert PDF to Word using Acrobat SDK? AcroPDDoc pdfd = new AcroPDDoc(); …
G. Young
  • 41
  • 1
  • 7
0
votes
1 answer

toggle visibility of a layer (the state property) in Acrobat not working

I'm trying to toggle layer visibility in an Acrobat pdf by setting the state property to either true or false. It works fine in a proof of concept pdf, but it's not working here. I feel like this is a scope issue, because I'm getting into the…
itsmikem
  • 2,118
  • 2
  • 26
  • 31
0
votes
0 answers

Using Javascript in Acrobat what code would allow me to "Save as" found text?

I work with pdfs on a daily basis that contain the text OCA/<12 character text>. I'm hoping to obtain Acrobat Javascript code that will copy the 12 character text that follows OCA/ and "Save As" the found 12 character text + the word "MISC" (i.e.…
0
votes
1 answer

What encoding is I.eaao

I am writing a js script for Acrobat. I spied in the API the possibility of adding my own (new) menu item, on which a function with the actions I need is then hung up. Everything is fine, but Cyrillic characters are not supported in the names of…
0
votes
1 answer

How to read the content of a PDF using Adobe Acrobat?

Is there a way to read pdf documents with any api adobe acrobat available without converting to any format such as word/excel?
user581157
  • 1,327
  • 4
  • 26
  • 64
0
votes
1 answer

c# adobe acrobat SDK: file is still locked after SDK quit

I'm working with C# and adobe acrobat SDK. When the program throws an error due to the pdf already being compressed I want to move the pdf. However, C# complains that the file is being used by another process and I know it has to do with the SDK and…
metalbea
  • 43
  • 1
  • 7
0
votes
0 answers

C# Print PDF using the Adobe Acrobat 10.0 Type Library

I'm using the Adobe Acrobat 10.0 Type Library. I would like to print the PDF to a new file and specify the output file and location. I have the following code. But don't see a Print method on the AcroPDDoc object. Acrobat.AcroApp app = new…
Jon
  • 1,608
  • 7
  • 25
  • 38
0
votes
0 answers

Form suddenly unsignable for no obvious reason

I'm in desperate need of help. I've been working on a pretty intense PDF form and I keep getting it almost to where I want it. Then, I test the form and try to digitally sign it, I get smacked with this error: This document cannot be signed in its…
AzureSkye
  • 23
  • 7
0
votes
1 answer

Adobe acrobat javascript fetch IP-Adress

is it possible and if so, how? To fetch an IP-Adress from withing adobe acrobat javascript? Best wishes many thanks
Niklas
  • 11
  • 3
1 2 3
8 9