在 Python 中管理 Epub、pdf、azw3

Epub, pdf, azw3 managing in Python

提问人:Rabbit220 提问时间:6/27/2023 更新时间:6/27/2023 访问量:208

问:

我正在寻找一个库来管理 python 中的 azw3、epub 和 mobi 文件,我需要定义几个函数:

def set_authors(path_of_file, authors:str)
def convert_epub_to_azw3(input_file, output_file)
def convert_azw3_to_epub(input_file, output_file)

我希望能够将 epub 和 azw3 文件以合适的格式在多个平台之间传输,我还希望能够修改通常修复不佳的作者,所有这些都要归功于它的功能。

你可以帮我吗?

蟒蛇 pdf epub

评论


答: 暂无答案