mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
feat: unify bundle utilities under cef build-util feature feat: reenable sandbox support in cefsimple feat: add MainMenu.xib on mac fix: bypass tryToTerminateApplication for Command+Q fix: enable much smaller linux release builds
10 lines
199 B
HTML
10 lines
199 B
HTML
<html>
|
|
<head>
|
|
<title>PDF Test</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<iframe src="pdf.pdf" width="500" height="500"></iframe>
|
|
<iframe src="pdf.pdf" width="500" height="500"></iframe>
|
|
</body>
|
|
</html>
|