автоматический запуск нового pdf при завершении текущего pdf

Например:

У меня есть PDF folder, который состоит из PDF files: a.pdf, b.pdf, c.pdf и т.д ...

Я использую приложение для чтения PDF, например, okular.

$ okular a.pdf
$ # read to the end of a.pdf and close okular window
$ okular b.pdf
$ # read to the end of b.pdf and close okular window
$ okular c.pdf
$ # read to the end of c.pdf and close okular window
$ # okular ...

Или так:

$ okular a.pdf b.pdf
$ # read to the end of a.pdf and switch to b.pdf, then close okular window of a.pdf
$ okular c.pdf
$ # read to the end of b.pdf and switch to c.pdf, then close okular window of b.pdf
$ okular ...
$ # read to the end of c.pdf and switch to ... , then close okular window of c.pdf
$ # okular ...
0
задан 4 September 2019 в 15:42

0 ответов

Другие вопросы по тегам:

Похожие вопросы: