mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

feature request: print report to pdf #44

Open bseeger opened 4 years ago

bseeger commented 4 years ago

Hi @mjordan I'm wondering if you have any plans to create a PDF export of the tables in this? We have a use case for generating a "Usage Report" and something like this could go a long way in helping with that. Thanks for considering.

mjordan commented 4 years ago

I hadn't, but it might be quite easy to do this by making this module render the CSV data to an HTML page and then using https://www.drupal.org/project/printfriendly to handle the PDFing. Just to clarify, when you say "tables", you are referring to the CSV output, correct?