Allows the generation of the PDF version of your MkDocs documentation.
Project description
MkPDFs for MkDocs
It's a MkDocs plugin that export your documentation in a single PDF file
The MkPDFs plugin will export yor documentation in your MkDocs repository as a PDF file using WeasyPrint.
Unlike other plugin where customizing the design of the generated PDF is complicated, this plugin brings the ability to completely control the design of the generated PDF.
What makes this plugin particular, is that:
- Your documentation is exported as a single PDF file
- The order of pages fits the navigation as defined in the MkDocs configuration file
- The ability to override the default design to make it fit your needs
- The ability to exclude some files from the generated PDF
- No layout issues
- No conflict with the theme design
- Table of contents integrated in the PDF
Requirements
- This package requires MkDocs version 1.0
- Python 3.4 or higher
- WeasyPrint depends on cairo, Pango and GDK-PixBuf which need to be installed separately. Please follow your platform installation instructions carefully:
Limitation
The PDF version of the documentation will not be created if the used generated page content's is not enclosed in an <article>
tag or in a <div>
tag with property role="main"
.
Installation
Install the package with pip
:
pip3 install mkpdfs-mkdocs
Enable the plugin in your mkdocs.yml
as folowing
plugins:
- search
- mkpdfs
or with options
plugins:
- search
- mkpdfs:
- company: The War Company Inc.
- author: Monsieur Silvestre
Note: If you enable this plugin and you don't have
plugins
entry in your MkDocs config file yet, you will need to explicitly enable thesearch
plugin. This plugin is enabled by default when noplugins
entry is set.
You can find further information about plugins in the MkDocs documentation.
How does it work?
When building or serving your documentation with mkdocs build
or mkdocs serve
, the following message will be displayed if everything wend smoothly:
The PDF version of the documentation has been generated.
Options
This plugin supports following options to allow you better handle the customisation of the generated PDF.
Option | Description |
---|---|
author |
The author of the document. This information will be printed on the cover page of the generated PDF. |
company |
If this documentation is from a company, then you should provide this information. It will be displayed on the front page of the documentation, bellow the author information |
toc_title |
The table of content title. The default value is Table of Contents |
toc_position |
The position of the table of contents. This option supports 3 differents values: pre to put the toc at the beginning of the file but after the cover (*the default value), post to put it at the end of the file or none to not generate it at all. |
output_path |
The file name of the generated PDF, relative to the site_dir . By default this location is set to pdf/combined.pdf |
design |
Relative to your MkDocs repository , this option is the location of the CSS file defining the layout of the generated PDF. If this option is not defined the default design will be used. Defining an non existing file will cause the build or serve failure. |
Contributing
From reporting a bug to submitting a pull request, every contribution is appreciated and welcome. Report bugs, ask questions and request features using Github issues.
Thanks to
The idea of this plugin has raised while working on a project in the public sector. After many research I found some plugins that guided me to the current solution. They have inspired me a lot, so many thanks to:
- Terry Zhao the author of the MkDocs PDF Export Plugin the source of our inspiration. We've used some of his code in this project.
- Kozea team for bringing WeasyPrint to us as an open source project. The default design of the generated PDF is based on their work report Sample.
- Martin Donath the author of Material for MkDocs, some of his css file were used to design the layout of Admonition, Codehilite, Arthmatex, emoji, and more.
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
File details
Details for the file mkpdfs-mkdocs-1.0.1.tar.gz
.
File metadata
- Download URL: mkpdfs-mkdocs-1.0.1.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f577a497b1b83810878fc9708992cbf9059b39b21fe2a857568016ab555e1e9 |
|
MD5 | 819e16e72294d1da691103ed61ca9393 |
|
BLAKE2b-256 | c216769f5eaf94309b55bf9263c985f6d61a664630cb37a1e004affc265d4b47 |