我有一个包含视图块的页面。此视图生成块具有年度报告,可以根据年份进行筛选(使用公开筛选器)。
我想下载此块当前过滤的内容为PDF格式。我该如何做到这一点?
发布于 2015-11-23 16:14:17
您可以使用Printer, email and PDF模块输出PDF:https://www.drupal.org/project/print中的视图
Printer, email and PDF
相关问题:https://drupal.stackexchange.com/questions/109654/printer-email-and-pdf-can-i-use-this-module-to-print-views
https://stackoverflow.com/questions/33874986
相似问题