Overview:
This package is a PDF generator that allows users to generate PDFs from document websites such as Docusaurus, Vuepress, and Mkdocs. However, it currently does not support Docusaurus v2 HTML markup.
Features:
- Generates PDFs from document websites
- Supports Docusaurus v1
- CLI options for customization
- Ability to specify initial document URLs
- Content selector for finding the main content
- Pagination selector for looping through multiple pages
- Ability to exclude URLs and selectors from the PDF
- CSS style adjustment for the PDF output
- Customizable output PDF filename
- Margin customization for the PDF file
- Support for different PDF formats
- Optional toggle for table of contents
- Ability to add a title for the PDF cover
Installation:
To install the package, follow these steps:
- Install the package using npm:
npm install mr-pdf-generator
- Modify the command to find the correct HTML markup for Docusaurus v2:
Modify the command to find correct HTML markup by yourself.
Summary:
The MR PDF Generator is a package that allows users to generate PDFs from document websites like Docusaurus, Vuepress, and Mkdocs. It is currently not compatible with Docusaurus v2 HTML markup and requires users to modify the command to find the correct HTML markup. The package offers several features and customization options for generating the PDFs.