Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

PDF Export Guide

To produce a long-form PDF handbook from this book:

  1. Build HTML:
mdbook build docs/book
  1. Convert to PDF using your preferred engine.

Example with wkhtmltopdf:

wkhtmltopdf docs/book/book/index.html Oxidite-Complete-Handbook.pdf

For full-book output quality, use print styles and combine chapters in order.

Notes for very large manuals

  • Split by sections if a single file becomes too large for your PDF engine.
  • Keep image assets local in the book directory.
  • Use consistent heading hierarchy so table of contents is generated correctly.