Skip to content

Enable Printing and PDF Verison #60

Description

@stefanpie

Would it be possible to enable printing and a PDF version of the book? This would be a helpful accessibility feature and would allow users to reference the material offline. I’m not sure why HTML printing is explicitly disabled.

Below are the small changes to book.toml that would be needed to enable these features:

[output.html.print]
enable = true
page-break = true

[output.pdf]
enable = true

Note: PDF support would also require the mdbook-pdf crate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions