printmyblog icon indicating copy to clipboard operation
printmyblog copied to clipboard

Convert iframes to images

Open mnelson4 opened this issue 4 years ago • 1 comments

Eg Google maps (like on wpcowichan.org's homepage). This sounds like a helpful tool: https://github.com/twolfson/iframe2image

mnelson4 avatar May 15 '21 02:05 mnelson4

It's basically impossible thanks to browsers restricting cross-origin requests. I tried iframe2image (which got deprecated, by the way), and html2canvas too. I think my best option is to use https://rapidapi.com/auth/sign-up?referral=/APILight/api/url-to-screenshot/pricing

It's free for under 1000 requests, which, if I limit to subscription-holders, should be very reasonable.

mnelson4 avatar Jan 13 '22 22:01 mnelson4