Copy link to clipboard
Copied
i use a curl api to upload my pdf file to be converted to xlsx file to the link
https://pdf-services-ue1.adobe.io/operation/exportpdf
and when i get the download uri it is a link to adobes s3 bucket so is my file being stored in adobe s3 bucket or cleaned when sent. And i tried using the external approach but cant seem to generate a proper output uri
Copy link to clipboard
Copied
When using the SDKs, the files are stored on our servers for 24 hours. They are encrypted so that only the developer has access. However, when using the REST API directly, you can upload, process, and then immediately delete the files. Alternatively, using the REST API directly, you can "bring your own storage" for many of the APIs. We currently support the following storage services: SharePoint, Amazon S3, Dropbox, Azure Blob. For more details see this https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/pdf-external-sto...