我将以下示例代码放入名为 bookmarks.txt 的文件中:
(bookmarks
("1 first chapter" "#10"
("1.1 first section" "#11"
("1.1.1 first subsection" "#12" ))
("1.2 second section" "#13" ))
("2 second chapter" "#14"
("2.1 first section" "#16" )
("2.2 second section" "#13" ))
)
Run Code Online (Sandbox Code Playgroud)
运行以下命令:
djvused testfile -e 'set-outline bookmarks.txt' -s
Run Code Online (Sandbox Code Playgroud)
我的 testfile.djvu 文件没有任何反应。没有嵌入任何书签。
我做错了什么?
非常感谢!
您需要将文件名放在最后:
djvused -e 'set-outline bookmarks.txt' -s testfile.djvu
Run Code Online (Sandbox Code Playgroud)
从联机帮助页:
djvused [options] djvufile
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1615 次 |
| 最近记录: |