Docums plugin that combines all pages into one, allowing for easy export to PDF and standalone HTML.
Project description
docums-print-site-plugin
Docums plugin that adds a print page to your site that combines the entire site, allowing for easy export to PDF and standalone HTML. See demo.
Features :star2:
- Support for docurial theme, including features like instant loading and dark color themes.
- Support for pagination in PDFs.
- Many options to customize appearance
- Option to add a cover page
- Lightweight, no dependencies.
Setup
Install the plugin using pip3:
pip3 install docums-print-site-plugin
Next, add the following lines to your docums.yml:
plugins:
- search
- print-site
⚠️ Make sure to put
print-siteto 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
pluginsentry in your config file yet, you'll likely also want to add thesearchplugin. Docums enables it by default if there is nopluginsentry set.
Usage
- Navigate to
/print_page/orprint_page.html - Export to standalone HTML (see export to HTML)
- Export to PDF using your browser using File > Print > Save as PDF (see export to PDF)
Documentation
Available at khanhduy1407.github.io/docums-print-site-plugin.
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 docums-print-site-plugin-2.3.tar.gz.
File metadata
- Download URL: docums-print-site-plugin-2.3.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371f8e56dc08bc14d0c5b93256a0bfc46cb6cad582a6889cd4ed33eb0e582d7e
|
|
| MD5 |
a4c6a8dfa6412f21e48c766d76f0e212
|
|
| BLAKE2b-256 |
d070366a3b6bf0434fbe31d734a493e3028451de24c8096dc5da72775c92dedb
|