python3 的 pdf 到 chm 处理库
我试图找到一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想编写 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.