简体   繁体   中英

split PDF file and the new file name is the bookmarks this with sejda

I need to split a PDF file.

The name of the new file is the Bookmarks (2 level) of the original file.

Now I do that with pdfsam, but I need do it in my server linux with sejda .

I can split the pages and using the same name, but can't name the file with of the bookmark.

how can I do that?

尝试这个:

bin/sejda-console splitbybookmarks -f input.pdf -p [BOOKMARK_NAME] -o /tmp/sejda-output/ -l 2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM