Save the blob url image from using viewer.screenshot() to server/database

Viewed 9

I used forge viewer api. Viewer.screenshot() to get the image of a component. It returns a blob url as the image. E.g “blob:localhost:3000/afdijhejsbjdjd”. But I need to save this image to my local server, how can I achieve this? Using Nodejs.

How can I change this blob url to a transferable image url?

0 Answers
Related