mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 19:21:31 +08:00
1.2 KiB
1.2 KiB
toAstro, astroType, published, toWexin, toJuejin, toZhihu, title, date, author, tags, finished, category, slug, description, date_created, date_modified
toAstro | astroType | published | toWexin | toJuejin | toZhihu | title | date | author | tags | finished | category | slug | description | date_created | date_modified |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | null | true | null | null | null | 合并多个PDF | 2024-12-19T00:00:00.000Z | KazooTTT | true | 项目 | merge-pdfs | null | 20241219 | 20250304 |
地址:
背景

昨天在超话看到了杂货铺的小说的翻译
中字自翻《Whale... - @Co_Shean01的微博 - 微博
然后由于是分章节每个章节有对应的 pdf,而我比较喜欢使用微信读书来进行阅读,所以产生了想要把所有的 pdf 合并为一个的需求。
虽然现在随便搜索都能搜到有这样现成的工具,但是出于学习目的,还是自己写了一个合并 pdf 的网站。
鸣谢
使用了 GitHub - nbesli/pdf-merger-js 这个库来进行 pdf 的合并