![trop[bot]](/assets/img/avatar_default.png)
fix: webContents.printToPDF() with cross-process subframes Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
11 lines
155 B
HTML
11 lines
155 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Your Title Here</title>
|
|
</head>
|
|
|
|
<body style="background: green;">
|
|
<iframe src="../pages/content.html"</iframe>
|
|
</body>
|
|
|
|
</html>
|