Sunday, 24 January 2021

How to Convert Image URL to Blob Content

 Here,

We are going to learn how we can convert Image URL to Blob Content with the help of PageReference.

Sample Example:

PageReference page = new PageReference(ImageUrl);

Blob body = page.getContent();

Note: getContent() method considers a callout

No comments:

Post a Comment

Differences between Agentforce for Service and Einstein Bots

 Hi , There are a few differences between Agentforce for Service and Einstein Bots. Agentforce vs. Einstein Bots ...