This module allows you to generate a single PDF document from an entire book and all of its sections. It utilizes the dompdf library for PDF generation.
Installation
dompdf is used to generate the PDF document.
Features
Allows printing an entire book and all sections of a book into one PDF document.
Post-Installation
Go to the configuration settings page
Add the book pdfs block to your book pages.
Additional Requirements
composer require dompdf/dompdf
Recommended modules/libraries
Similar projects
book_pdfs was forked from book_pdf which uses the wkhtmltopdf library instead of dompdf.
If you want to use dompdf, then use book_pdfs
If you want to use mpdf, then use book_pdfs and help us evaluate this merge request.
If you want to use wkhtmltopdf then use book_pdf
Supporting this Module
Post your questions and or suggestions and patches/merge requests in issues for the book_pdfs issue queue.
Community Documentation
TBD, see the README.md file in the book_pdfs module.