I have HTML content with Script tags in it that I am loading inside an iframe(Since I'm not able to process it in a normal angular HTML file as it has Head, Style, and Body tags altogether). I need to capture this Iframe content and save it as a Png format Image. I have tried several libraries like dom-to-image, html2canvas, etc but failed to capture the content inside an Iframe. Can anyone help me out with some suggestions?