【发布时间】:2021-06-12 00:40:15
【问题描述】:
我可以将 google docs 文档的内容裁剪为 a4 大小吗?
提前谢谢大家。
在我使用的原始代码中
<iframe src="https://docs.google.com/document/d/e/2PACX-1vQrIgSdrJ8nhsYmHVfHMU5X5KPDvXpGI5
E2UGCGWYYciHCJd8edsj5UGZngkIbhjt1MJnBwzhuvxE_E/pub?embedded=true"
name="myiFrame" style="clip: rect(10px, 10px, 10px, 10px); left: 20x;" scrolling="no" frameborder="1" marginheight="px" marginwidth="0px" height="800px"
width="620px" allowfullscreen ></iframe>
<style>
body {
background-color: black;
}
</style>
【问题讨论】:
-
你想让 iframe 只显示剪裁的部分吗?也许this 回答了你的问题?
标签: html google-docs