Copy link to clipboard
Copied
Hello, I want to use the PDF Embed API via Adobe, and I must provide a direct link to my pdf file, provided that it is a direct download link to the pdf file and not to display it. Also, the pdf file must be uploaded to Adobe. So I uploaded the pdf file to Adobe Cloud Storage and I can get a link, but it is a link to view the pdf file and not to download it. Can someone help me get a direct link to download?
Copy link to clipboard
Copied
No, you do not need to provide a direct link. You can also stream the bits as an option.
No, the PDF does not need to be uploaded to Adobe.
You either put the PDF on your web site, which is the easiest solution, or setup server side code to stream the data to Embed.
But honestly - if you can just put the PDF on the same server as where you are using Embed, that's easiest.