Copy link to clipboard
Copied
Hi,
We are using using Adobe.PDFServiceSDK(2.2.1), through fiddler you have seen its background processing in which it connects with WebSocket on port 443. we just want to make sure that it doesn't post any client's document's data on its server. these are our client's privacy concerns.
Thanks
Copy link to clipboard
Copied
Adobe PDF Services API is a cloud-based service. When you use any of the actions, your documents are uploaded to the cloud services for processing, and the result is returned. Documents are stored temporarily for processing, but they are transient, and no long-term storage is greater than 24 hours. All data is encrypted at rest and in motion.
You can learn more about application security here:
Copy link to clipboard
Copied
Thanks for your respons, it helps us to proceed further.
Copy link to clipboard
Copied
We don't want to submit the data on Adobe server, is there any other sdk for local file generation?
Copy link to clipboard
Copied
You might look into Adobe Experience Manager (AEM). This is not the same code in any way, but has a number of the same functions. It is a much more mature product designed to run, and do its work, on an enterprise server. POA.