Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个pdf文件。我想通过该文件中的某个特定单词将该文件拆分为多个 pdf 文件。我怎么能在 python 中做到这一点?
看看pdftk。它是一个处理 pdf 文件的工具箱。您可以将它与 subprocess 模块集成到 python 中。