Skip to main content
Known Participant
August 24, 2022
Question

How Adobe PDF Service API

  • August 24, 2022
  • 3 replies
  • 392 views

Hello Everyone,

 

 I'm Pretty much new to Adobe PDF Services API . I just want to know how Adobe PDF Services API Working for .NET SDK?

 I have created new credentials using the below link

https://documentcloud.adobe.com/dc-integration-creation-app-cdn/main.html?api=pdf-services-api#

 

It Automatically generated one zip folder . I picked my zip like this

PDFServicesSDK-.NetSamples.zip\adobe-DC.PDFServices.SDK.NET.Samples\CreatePDFFromDynamicHtml

 

The above zip folder contains "PDFServices-api-credentials" and Private Key.

 

Q1. How PDF Services api working for the credentials and Private Key. in the downloaded version I hardly see any API Url to interact with PDF Services API. ? 

 

Q2 : What is the Purpose of this JSON ?

 

{
"client_credentials": {
"client_id": "",
"client_secret": ""
},
"service_account_credentials": {
"organization_id": "",
"account_id": "",
"private_key_file": "private.key"
}
}

 

Can some one reply to this how pdf services API Working as a collective thing?

 

 

This topic has been closed for replies.

3 replies

Legend
August 24, 2022

This is the forum for the Acrobat SDK, which is completely different. You need to post in the correct forum, which is Document Services APIs - Adobe Support Community

 

You do need to be very clear of the difference. The Acrobat SDK works with Acrobat, installed locally. The Document Services API works with sending all files to Adobe's servers.

Bernd Alheit
Community Expert
Community Expert
August 24, 2022

Try the forum for this API.

Known Participant
August 24, 2022

Some Proper Explaination would be appreciated rather providing links . Its quite difficult for me to understand