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 文件。我希望将它们放在一个大文件中,而不是 92 个单独的文件(~12.3GB),这样我就可以搜索所有文档以查找我需要的内容。
我尝试过使用 Acrobat(崩溃或文件太大而无法操作)、预览(无响应/崩溃)和 pdftk(只是没有做任何事情)。
我正在使用的 iMac 终端上运行 MacOS 10.12.6。
这是我在更改目录后进入终端的内容。
pdftk *.pdf cat output newfile.pdf
有什么想法吗?