mnelson4 / printmyblog

WordPress Plugin that simplifies printing your entire blog
GNU General Public License v3.0
16 stars 6 forks source link

Convert iframes to images #232

Open mnelson4 opened 3 years ago

mnelson4 commented 3 years ago

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

mnelson4 commented 2 years ago

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.