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

Releases