将网页下载为 pdf 时,html2canvas 和 jspdf 未呈现视频屏幕

Video screen not rendered by html2canvas and jspdf, when downloading the webppage as pdf

我尝试使用 html2canvas 和 jspdf 将网页下载为 pdf。单选按钮、复选框和标签等页面的所有元素都呈现良好。但是如果我通过 iframe 将嵌入的视频添加到页面中,它根本不会呈现。 有没有办法通过html2canvas和jspdf将嵌入的视频渲染成pdf? 谢谢

这是要渲染的网页截图。

这是下载的 pdf 之一。

恐怕 html2canvas 无法呈现 iframe。 documentation:

里说的很清楚

The script doesn't render plugin content such as Flash or Java applets. It doesn't render iframe content either.

您可以通过其他方式做到这一点,但不能通过客户端,AFAIK。