MkDocs plugin that adds a page with all site pages, enabling printing to PDF for users.
Project description
mkdocs-print-site-plugin
MkDocs plugin that adds a page to your site combining all pages, allowing your site visitors to File > Print > Save as PDF the entire site. See demo.
Features :star2:
- Allow visitors to create PDFs from MkDocs sites.
- Support for pagination in PDFs.
- Works on all MkDocs themes.
- Support for mkdocs-material features like instant loading and dark color themes.
- Options to add table of contents and enumeration to headings and figures.
- Option to add a cover page.
- Lightweight, no dependencies.
If you need to create PDFs programmatically, have a look at alternatives like mkdocs-pdf-export-plugin and mkdocs-pdf-with-js-plugin.
Setup
Install the plugin using pip3
:
pip3 install mkdocs-print-site-plugin
Next, add the following lines to your mkdocs.yml
:
plugins:
- search
- print-site
⚠️ Make sure to put
print-site
to the bottom of the plugin list. This is because other plugins might alter your site (like the navigation), and you want these changes included in the print page.
If you have no
plugins
entry in your config file yet, you'll likely also want to add thesearch
plugin. MkDocs enables it by default if there is noplugins
entry set.
Documentation
Available at timvink.github.io/mkdocs-print-site-plugin.
Contributing
Contributions are very welcome! Start by reading the contribution guidelines.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mkdocs-print-site-plugin-1.1.0.tar.gz
.
File metadata
- Download URL: mkdocs-print-site-plugin-1.1.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6cc3abe92f5569e943086109b9b04d5ff34669e086dab733c91bcad8efcf528 |
|
MD5 | 3acb699aa2de62c4ccfb20d947045f0e |
|
BLAKE2b-256 | 53524a6e9005b37f577ad08732379dd99cbb69b1cc2725dc8c776fd26370634d |
File details
Details for the file mkdocs_print_site_plugin-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_print_site_plugin-1.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1d1fa1ba6e067b1adc2cac93fbdb646f332074161266f9b48c3909e186152ad |
|
MD5 | d23adbb705f8e360446ce303924f5076 |
|
BLAKE2b-256 | a58d15d676189739018d99b84725d40c1134d37898088f461b7fb2b77dcdfe48 |