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.
私は1つのpdfファイルを持っています。そのファイルの特定の単語でそのファイルを複数のpdfファイルに分割したい。どうすればPythonでそれを行うことができますか?
pdftk をご覧ください。PDFファイルを操作するためのツールボックスです。subprocess モジュールを使用して Python に統合できます。