• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Acrobat Compare API/SDK

New Here ,
May 25, 2023 May 25, 2023

Copy link to clipboard

Copied

Hello--

 

I was wondering if there was any API / SDK functionality to allow me to compare PDF files using adobe acrobat programatically. I see on the website below info on other features of adobe that can be performed programatically but not the compare functionality. Any information would be great. 

 

https://developer.adobe.com/document-services/apis/pdf-services/

TOPICS
Acrobat SDK and JavaScript , Windows

Views

1.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 26, 2023 May 26, 2023

Copy link to clipboard

Copied

Those APIs aren't actually part of Acrobat. They are a parallel product which does all the work on Adobe's servers, not using the Acrobat license you have. They don't provide an obvious link to the Acrobat SDK, which is here -- https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/

But comparing? Still no. The Acrobat API gives full low level access, but doesn't let you automate the tools in Acrobat.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 26, 2023 May 26, 2023

Copy link to clipboard

Copied

That’s too bad, but I assumed as much. Do you know if there is ny way to embed Adobe Pro into a website? I know I can embed a PDF viewer into my website but it lacks the extended functionality that users will need like the compare tool.

The goal here is display information to users on this website and some of the info is in PDF form. Downloading the pdfs needed onto their machine and then running acrobat pro to compare them is tedious and my goal is to speed this process up by embedding this functionality into my page. Is something like this possible?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2023 May 26, 2023

Copy link to clipboard

Copied

Try this:

https://developer.adobe.com/document-services/apis/pdf-embed

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 26, 2023 May 26, 2023

Copy link to clipboard

Copied

LATEST

Ok, no, you cannot use Acrobat from a web site (not technically possible AND not licensed). You can only use SDKs made and licensed for web use.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines