mkdocs-exporter
mkdocs-exporter copied to clipboard
⚡ The fastest and most configurable plugin for MkDocs, allowing seamless export of individual pages and/or entire documentation as PDF documents.
When using a back cover with [the footnote extension](https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#footnotes), footnotes are printed at the top of the back cover. The expected behavior is for the footnotes to appear on the...
I see in the roadmap: > Combine all pages as one PDF And I know that [mkdocs-print-site](https://github.com/timvink/mkdocs-print-site-plugin) does one thing: automatically create a page served at `/print_page` that combine all...
Suggestion: add a flag that lets users select certain color scheme For instance, my site defaults to the `slate` (dark theme) but ideally I'd like the PDF exporter to use...
Hello I am wondering if it is possible to automatically generate a table of contents (TOC) when a PDF is created based off of the headers in the markdown file...
Using variables with the [`extra` config option for mkdocs](https://www.mkdocs.org/user-guide/configuration/#extra) results in errors when trying to create pdfs with mkdocs-exporter. Please add support for the 'extra' config option.
I know this is probably something stupid like a missing space somewhere, but I've spent a couple of days banging my head against this and I cannot get this plugin...
This feature would introduce a class that could be applied to HTML elements that should be removed from the final documents. [Similar to how the `print-site` plugin works](https://timvink.github.io/mkdocs-print-site-plugin/how-to/do_not_print.html#ignoring-elements-in-a-page). **Example** ```html...
Enhancement request for aggregator function... allow the current path and all nested pages to be aggregated into a single PDF. The entire site aggregator is good, but with a large...
After cloning your beautifull project, when runnning on Ubuntu 24.04, I am getting the following error. My initial purpose was to create a Dockercompose.yml file but i did'nt find your...
When displaying a longtable across multiple pages in PDF, the formatting is inconsistent. How can I ensure that the formatting remains the same when paginating?