Ask questions on how to capture or convert web pages or HTML into images, CSV, PDF or DOCX documents as well on how to convert videos into animated GIF's using our API.
Hello Team,
I'm trying to Capture Screenshot using ASP.NET Script but Grabezit Not capturing Product Image and Bottom Panel.
URL "https://www.insight.de/de/produktinfo/laser-zubehoer/0004840898-00000001"
options.BrowserHeight = -1
options.BrowserWidth = 1400
options.OutputWidth = -1
options.OutputHeight = -1
options.NoAds = True
options.NoCookieNotifications = True
options.Delay = 15000
GrabzIt.URLToImage("https://www.insight.de/de/produktinfo/laser-zubehoer/0004840898-00000001", options)
GrabzIt.SaveTo(screenshotpath)
Thanks,
Govind