Skip to content

将JMComic-Crawler下载的图片合并到pdf中

License

Notifications You must be signed in to change notification settings

Iria-Einzbern/image2pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

感谢以下项目

[Readme Card](https://github.com/tonquer/ JMComic-qthttps://github.com/hect0x7/JMComic-Crawler-Python)

功能说明

将下载好的图片(本子)转换为PDF

使用方法

  1. 确保已安装所有依赖
pip install -r requirements.txt
  1. 配置config.yml文件(可选)
  2. 运行主程序:
from main import process_manga

下载漫画并转换为PDFPDF文件会生成在相同目录下使用漫画名称命名manga_ids = ['61572', '36267']  # 漫画ID列表
process_manga(manga_ids, should_convert_pdf=True)

仅下载漫画不转换为PDF
process_manga(manga_ids, should_convert_pdf=False)

配置说明

参考https://jmcomic.readthedocs.io/zh-cn/latest/option_file_syntax/

许可证

MIT License

About

将JMComic-Crawler下载的图片合并到pdf中

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%