Replies: 2 comments 11 replies
-
看下是否有很小或者过大的图片,这个报错是说图片大小有问题 |
Beta Was this translation helpful? Give feedback.
10 replies
-
目前跳过下载只能写代码, # 插件配置
plugins:
call_img2pdf:
- plugin: img2pdf
kwargs:
pdf_dir: ./pdf
filename_rule: Aname 然后使用如下代码: from jmcomic import *
op = xxxxx # 构建option对象,使用你自己的代码
album = op.new_jm_client().get_album_detail(536661)
op.call_all_plugin('call_img2pdf', album=album) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
错误显示


yaml结构
大佬可以告诉我怎么下载多章节合成一个PDF吗
Beta Was this translation helpful? Give feedback.
All reactions