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

How to downlaod Combined PDF.

Community Beginner ,
May 14, 2021 May 14, 2021

Copy link to clipboard

Copied

I was trying to Combine multiple PDF files into a single PDF File, using PDF Tools API.Be;ow is the URL. https://documentcloud.adobe.com/document-services/index.html#post-combinePDF.
I am not getting final combined pdf file , How I will  get it ,

I executed the first api to create the document and it worked fine and I got a status 202 . I then used the Polling api to get the document and this one also the status is 200.

I now want to access the document which was combined

​As per documentation, this will be available on the url provided in the location url in the “Submit” url header section.

I tried executing it but this gives me an error.

​Can someone help if I am doing something wrong?

   

Here are the steps.

1.Get the token.

Atul5FA4_6-1621002825359.png

 

 

 

2.Post method: submit to combined pdf.

 

Atul5FA4_7-1621002841091.png

 

 

Response Header:

 

Atul5FA4_8-1621002850767.png

 

 

 

3. Get :combinePDF.status :

Atul5FA4_9-1621002861012.png

 

 

 

 

Response:

Atul5FA4_12-1621003210527.png

 

 

Step 4: Use the location form POST(submit) request header in browser.

 

Atul5FA4_11-1621002888504.png

 

 

 

 

TOPICS
PDF Services API

Views

505

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

correct answers 1 Correct answer

Community Beginner , May 19, 2021 May 19, 2021

Thanks for the reply,

I tried same but not getting pdf file.
PFA for request collection.

Please let me know if you need any further details.

Votes

Translate

Translate
Adobe Employee ,
May 14, 2021 May 14, 2021

Copy link to clipboard

Copied

Hello,

One question:  Did you include the Bearer token in that last call? 

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 Beginner ,
May 15, 2021 May 15, 2021

Copy link to clipboard

Copied

I tried step 4 in POSTMAN
Request:

Atul5FA4_0-1621091869896.png

 

Response: See attached file

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 Beginner ,
May 17, 2021 May 17, 2021

Copy link to clipboard

Copied

Hi Team,

Any update on the above question.

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
Adobe Employee ,
May 17, 2021 May 17, 2021

Copy link to clipboard

Copied

Make sure you are passing your Authorization token and the x-api-key (aka your Client ID)

2021-05-17_10-07-51.png

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 Beginner ,
May 19, 2021 May 19, 2021

Copy link to clipboard

Copied

Thanks for the reply,

I tried same but not getting pdf file.
PFA for request collection.

Please let me know if you need any further details.

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 Beginner ,
May 19, 2021 May 19, 2021

Copy link to clipboard

Copied

Hi team my question is how do I get combined pdf.

I get the below response header form POST  request (Combined pdf files)
There is a location mentioned in that response header, I tried the same (location) URL in the browser then it asks me for an API key but in the browser, I don't have any way to pass to API and token, So I tried in postman but I didn't pdf downloded.
So my question is how I get a combined pdf file download(at my local machine).

Atul5FA4_0-1621442820501.png

 

 

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
Adobe Employee ,
May 19, 2021 May 19, 2021

Copy link to clipboard

Copied

LATEST

Please see the documentation under Combine --> GET combinePDF.staus here:  https://documentcloud.adobe.com/document-services/index.html#get-combinePDF-status

 

"Poll the location URL returned in the response header of POST call to get the generated output file."

  • See the 'API Endpoint' section for the endpoint of the GET
  • Follow the directives under 'Authentication' and 'Request Headers'
  • See the 'Response' section for a list of possible responses and an example of the response.

 

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
Resources