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.
2.Post method: submit to combined pdf.
Response Header:
3. Get :combinePDF.status :
Response:
Step 4: Use the location form POST(submit) request header in browser.
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.
Copy link to clipboard
Copied
Hello,
One question: Did you include the Bearer token in that last call?
Copy link to clipboard
Copied
I tried step 4 in POSTMAN
Request:
Response: See attached file
Copy link to clipboard
Copied
Hi Team,
Any update on the above question.
Copy link to clipboard
Copied
Make sure you are passing your Authorization token and the x-api-key (aka your Client ID)
Copy link to clipboard
Copied
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).
Copy link to clipboard
Copied
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."