在 Word 文档中嵌入 Python 代码?

发布于 2024-11-19 05:53:11 字数 1459 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只是一片海 2024-11-26 05:53:11

Libre Office 应该能够导入 HTML 代码。您可以使用任何可以输出 HTML 突出显示代码的荧光笔。您可以尝试使用在线荧光笔,例如 http://www.tohtml.com/python/

编辑:
不知何故,Libre Office 在“选择性粘贴”菜单中缺少 HTML 代码,但这里有一些技巧可以将 html 放入文档中:

  1. 将 html 代码保存到 html 文件
  2. 用 libre office 打开 html 文件(选择网页作为格式)
  3. 选择所有内容并将复制
  4. 粘贴到您想要的文档中,

这很麻烦,但我没有找到其他方法,尽管我记得 Open Office 中的“选择性粘贴”菜单中有一个 HTML 选项。可能有一些插件或类似的东西可以更轻松地做到这一点。

Libre Office should be able to import HTML code. You can use any Highlighter that can output HTML highlighted code. You may try an online highlighter like http://www.tohtml.com/python/ for example.

Edit:
Somehow Libre Office is missing HTML code in the Paste Special menu, but here is some trick to get html into the document:

  1. save your html code to a html file
  2. open the html file with libre office (select web page as format)
  3. select everything and hit copy
  4. paste into the document you want it to be in

This is cumbersome, but I didn't find another way, though I can remember, that there was a HTML option in the Paste Special menu in Open Office. May be there is some plugin or similar stuff to do it easier.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文