我将一些 zip 文件压缩到另一个 zip 文件中。后来,当我尝试提取它时,我收到以下消息:
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?
我必须合并很多 pdf 文件,并将它们编号为 1 到 100 或更多。我想合并特定文件。
我可以合并它们做类似的事情吗?
pdftk [1-20].pdf cat output out.pdf
Run Code Online (Sandbox Code Playgroud)