PDF Export Guide
To produce a long-form PDF handbook from this book:
- Build HTML:
mdbook build docs/book
- 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.