Files
tldr/pages.zh/common/daps.md

24 lines
511 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# daps
> 一款开源程序,用于将 DocBook XML 转换为 HTML 或 PDF 等输出格式。
> 更多信息:<https://opensuse.github.io/daps/doc/index.html>。
- 检查 DocBook XML 文件是否有效:
`daps -d {{path/to/file.xml}} validate`
- 将 DocBook XML 文件转换为 PDF
`daps -d {{path/to/file.xml}} pdf`
- 将 DocBook XML 文件转换为单个 HTML 文件:
`daps -d {{path/to/file.xml}} html --single`
- 显示帮助信息:
`daps --help`
- 显示版本信息:
`daps --version`