pdf_node_export
Here, write an introduction that summarizes the purpose and function of this project with a focus on users brand new to Drupal. Answer the question: What solution does this module provide? The first 200 characters of this will be shown when browsing projects. Alternatively, you can click “Edit summary” above and enter the exact summary you want (it should be 200 characters or less).
Features
PDF Node Export is a lightweight contributed module for Drupal 9/10/11 that enables you to export full node content (including Paragraphs) into a downloadable PDF using the [mPDF](https://mpdf.github.io) library
Post-Installation
1. Install the module in your Drupal instance:
- Place the module in `modules/custom/pdf_node_export`
2. Install the required mPDF library via Composer:
composer require mpdf/mpdf
3. **Enable the module** via UI or Drush:
drush en pdf_node_export
Additional Requirements
Has no additional requirements
Usage
To export any node as a PDF, visit:
/node/[nid]/export-pdf
Replace `[nid]` with the actual node ID.