not getting full page screenshot of given url
not getting full page screenshot like full page screenshot chrome.my code
var landingpageurl = "https://" + FolioUrlObj.DomainName + "/" + FolioUrlObj.Key.ToString();
var explicitResult = cloudinary.Explicit(new ExplicitParams(landingpageurl)
{
Type = "url2png",
});
-
@Michel
What's the URL that you are trying to take a screenshot of so we can reproduce it on our end?
Thanks,
Daniel
1 -
Hi,
I'm able to create the screenshot from https://landing-test.vvb-stagng-fr.eu/demo-page2.
Please share more information about the issue:Can you please share the Cloudinary URL that fails?
Also, can you please share why are you're calling the Explicit method? for what use-case?Thanks
0 -
Hi,
besides Explicit method,i have used below code also ,still it doesn't take " fullpage Screenshot" of some urls
like https://landing-test.vvb-stagng-fr.eu/folio109876543212
var result = cloudinary.Api.UrlImgUp.Signed(true).Action("url2png").Transform(new Transformation().Delay(300000)).BuildUrl(landingpageurl);
in some case it take full page screenshot of urls like
https://landing-test.vvb-stagng-fr.eu/TestFullPageUrl
what can be the issue? i am not able to understand or getting the exact issue.
0
Post is closed for comments.
Comments
5 comments