convert DocBook XML into HTML or PDF | daps cheat-sheet
ยท
137 words
ยท
1 minute read
What is daps ? ๐
An open source program for transforming DocBook XML into output formats such as HTML or PDF.
Usage of daps ๐
Check if a DocBook XML file is valid:
daps -d path/to/file.xml validate
Convert a DocBook XML file into PDF:
daps -d path/to/file.xml pdf
Convert a DocBook XML file into a single HTML file:
daps -d path/to/file.xml html --single
Display help:
daps --help
Display version:
daps --version
For more information, checkout its documentation on OpenSuse GitHub web: https://opensuse.github.io/daps/doc/index.html .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .