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

Is Adobe Storing the details of Rendered PDF while using PDFEmbed API?

Community Beginner ,
May 21, 2021 May 21, 2021

Copy link to clipboard

Copied

Hi,

We are planning on using PDF Embed API to render the PDF in our application. While navigating through the document rendered, we noticed that blobs are getting downloaded from document cloud. On further inspecting, it looks like a preview of the document is returned from Adobe Document Cloud.

Details:

blob:https://documentcloud.adobe.com/c02ae5ee-0768-4d6f-9906-6f3875099df8

Downloaded Blob:

c02ae5ee-0768-4d6f-9906-6f3875099df8.png

Netwok Stats:

harsh201_0-1621611555736.png

 

This is conflicting with the details shared in the security document: 
https://www.adobe.com/content/dam/cc/en/security/pdfs/AdobeDocumentServices_SecurityOverview.pdf

 

Can you please help us clarify this behaviour?

TOPICS
PDF Embed API

Views

799

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

Adobe Employee , May 24, 2021 May 24, 2021

Hi harsh201,

 

Sorry for being late here. To answer your question rendered PDF is not being stored on Adobe servers and infact it doesn't even reach to Adobe servers, it remains on user machine itself.

 

To display PDF, we are using URL.createObjectURL (https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL), it generates such blob url and for each URL generated by URL.createObjectURL the browser stores a URL -> Blob mapping internally.

 

Hope it helps. Let me know if more informat

...

Votes

Translate

Translate
Community Beginner ,
May 23, 2021 May 23, 2021

Copy link to clipboard

Copied

@Joel_Geraci, your two cents would be appreciated here.

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 24, 2021 May 24, 2021

Copy link to clipboard

Copied

Hi harsh201,

 

Sorry for being late here. To answer your question rendered PDF is not being stored on Adobe servers and infact it doesn't even reach to Adobe servers, it remains on user machine itself.

 

To display PDF, we are using URL.createObjectURL (https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL), it generates such blob url and for each URL generated by URL.createObjectURL the browser stores a URL -> Blob mapping internally.

 

Hope it helps. Let me know if more information is required.

 

Thanks,

Abhishek

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 26, 2021 May 26, 2021

Copy link to clipboard

Copied

LATEST

Hi Abhishek,

 

Thanks for detailed answer. This information is sufficient to clear the queries/concerns we had.

 

Regards,

Harsh

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