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 文件。
新文件的名称是原始文件的书签(2 级)。
现在我用 pdfsam 做到这一点,但我需要在我的服务器 linux 中用sejda做到这一点。
我可以拆分页面并使用相同的名称,但不能用书签命名文件。
我怎样才能做到这一点?
尝试这个:
bin/sejda-console splitbybookmarks -f input.pdf -p [BOOKMARK_NAME] -o /tmp/sejda-output/ -l 2