python3 的 pdf 到 chm 处理库

发布于 2024-12-05 19:08:17 字数 182 浏览 0 评论 0原文

我试图找到一个 pdf 到 chm 转换软件来将我的 pdf 电子书转换为 chm,但最终我感到失望。

因此,作为一名 python 爱好者,我决定创建自己的程序来将 pdf 文件转换为 chm,但是,我发现的所有 pdf/chm 库都是 python2 库。

有 python 3 库来处理 pdf/chm 文件吗?

I've tried to find a software for pdf to chm conversion to convert my pdf e-books to chm, but I ended up disappointed.

So, as a pythonian, I decided to create my own program to convert pdf files to chm, however, all pdf/chm libraries I found are python2 libraries.

Are there python 3 libraries to handle pdf/chm files?

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

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

发布评论

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

评论(1

世俗缘 2024-12-12 19:08:17

如果你想编写 CHM,那么据我所知,只有 Free Pascal(因此 Delphi 只需最少的努力)就有一个免费的 CHM 生成器库。

所有其他工具都在幕后使用 Microsoft 命令行工具。

为了阅读,有 chmlib,我假设在某处有一些 python 包装器。

If you want to write CHM, then afaik only Free Pascal (and therefore Delphi with minimal effort) has a free CHM generator library.

All other tools use the Microsoft commandline tool behind the scenes.

For reading there is chmlib, I assume there is some python wrapper for it somewhere.

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