This project is not covered by Drupal’s security advisory policy.
By enabling this module, routes can be rendered in PDF format. It works under the hood leveraging the module entity_print.
This is how the main route for rendering others in PDF looks like:
print/route?_routename=<route name to print>&_debug=<1 | 0>[&<parameter>=<value>...&<parameter N>=<value N>]
- _routename: The route to print.
- _debug: If the value is 1 display the HTML instead generate a PDF. (Optional)
[&<parameter>=<value>...&<parameter N>=<value N>]: If the printed route has parameters we can add it the URL query.
Some routes (like nodes or views) might face some known issues, but those work fine with only entity_print.
Example:
To print the user profile page, /user/1:
/print/route?_routename=entity.user.canonical&user=1
Supporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience, Content display
- Ecosystem: Entity Print
1 site reports using this module
- Created by psf_ on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
