want to dynamically take screenshot of given url and upload the screenshot of full page in my cloudinary folders
want to dynamically take screenshot of given url and upload the screenshot of full page in my cloudinary folder.
kindly share me tutorilas or videos for same in web api (.net ) and c# language
0
-
Hi,
You might want to try our URL2PNG add-on.
First, you will need to subscribe to the addons and then you can use:
cloudinary.Api.UrlImgUp.Transform(new Transformation().Gravity("north").Height(200).Width(150).Crop("fill")).Signed(true).Type("url2png").BuildImageTag("https://en.wikipedia.org/wiki/jpg")
You can read more about how to use it here:
-1
Post is closed for comments.
Comments
1 comment