Some small tools to make life convenient using python.
- PDF
-
Add bookmarks
Thank dnxbjyj for his work at https://github.com/dnxbjyj/py-project/tree/master/AddPDFBookmarks
In my example, the book is 挑战程序设计竞赛(第2版)巫泽俊, which you can download from the Internet.
Requirements: PyPDF2 -
png to pdf
Refer to https://blog.csdn.net/XnCSD/article/details/80849996
Requirements: PyMuPDF -
split and merge
Refer to https://m.pythontab.com/article/1190
-