Questions tagged [adobe-pdfservices]

Adobe PDF Services (https://www.adobe.io/apis/documentcloud/dcsdk/pdf-services.html) is a set of API methods that allow for PDF manipulation. Creating, optimizing, and so forth. SDKs exist for Node, .Net, Python, and Java.

19 questions
0
votes
1 answer

Adobe PDF Services: Cryptic (Meaningless?) Error Messages

I am trying to use the Adobe PDF Services to extract text from company report PDFs and am getting the following generic error message for some of them: raise SdkException("Request could not be completed. Possible cause attached!",…
0
votes
2 answers

Convert a PDF to DOCX using Adobe PDF Services via REST API (with Python)

I am trying to query Adobe PDF services API to generate (export) DOCX from PDF documents. I just wrote a python code to generate a Bearer Token in order to be identified from Adobe PDF services (see the question here:…
Abdel
  • 139
  • 17
0
votes
1 answer

How do I make 2 (or more) calls with Adobe PDF Services and skip using the file system (in between?)

It's fairly simple to make one call to Adobe PDF Services, get the result, and save it, for example: // more stuff above exportPdfOperation.execute(executionContext) .then(result => result.saveAsFile(output)) But if I want to do two, or more,…
Raymond Camden
  • 10,661
  • 3
  • 34
  • 68
-2
votes
1 answer

Any Case Adobe Embed - API Key (Client ID) Will Be Expired?

I am new to Adobe PDF Embed API.In any case, newly created API Key (Client ID) will be expired or Usage will be stopped ?
1
2