Entity PDF Module for Drupal Upgraded to Version 2.1.x
The Entity PDF module, widely used for generating PDFs from Drupal Entities, has been upgraded to version 2.1.x, bringing significant improvements in both functionality and code quality. This update, shared by Senior Web Architect and Drupal Developer Italo Mairo in a LinkedIn post, underscores the benefits of Drupal’s open contribution model. Originally created by Wesley Sandra and maintained by Wesley and Italo, the module simplifies the process of generating PDFs from any entity based on view modes.

Among the key enhancements in this release are improved documentation with the addition of a README.md file and hook_help, as well as extended compatibility with Drupal 11. The update also introduces a new "Entity PDF Download" action plugin, enabling users to generate collated PDFs of entities through bulk operations. In addition, code refactoring now follows best practices such as dependency injection, and the module complies with Drupal and PHP coding standards, with continuous integration facilitated by a newly implemented GitLab CI pipeline.
Italo's post also invites the Drupal developer and user community to explore and test the upgraded module, encouraging participation in the contribution process through the issues queue. The module is available for further enhancement, and community contributions are welcomed to help leverage this tool for generating PDFs from Drupal Entity views.
For those interested in contributing or providing feedback, Italo has included a link to the module's issues queue, urging the community to collaborate in refining this valuable feature. Read the full post here.