Copy link to clipboard
Copied
we started the Migration from JWT to OAuth to convert the PDF into Document. After migration in order use the PDF operation for export PDF to Document. we need to perform Five API calls to downlaod the Document.
We refer the below URL to perfoem the PDF Operation
https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/
Is there any alternative way, we can perform the PDF operation to reduce the number of API calls
please suggest some other way to perform this operation
Copy link to clipboard
Copied
Note:
We are devloped in .Net code base. Framework is .Net Framework 4.8. we refer the below Url but in that code there is no access token was generated only clientId and Client secret key have used. but after OAuth migration we need to use Accesstoken to Authorize. please suggest some input on this.