Files
kazoottt-blog-v2/src/content/note/合并多个PDF.md
2025-03-04 11:07:00 +00:00

1.2 KiB
Raw Blame History

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

地址:

PDF文件合并工具 - 在线免费合并PDF文档

背景

昨天在超话看到了杂货铺的小说的翻译

中字自翻《Whale... - @Co_Shean01的微博 - 微博

image.png

然后由于是分章节每个章节有对应的 pdf而我比较喜欢使用微信读书来进行阅读所以产生了想要把所有的 pdf 合并为一个的需求。

虽然现在随便搜索都能搜到有这样现成的工具,但是出于学习目的,还是自己写了一个合并 pdf 的网站。

鸣谢

使用了 GitHub - nbesli/pdf-merger-js 这个库来进行 pdf 的合并