如何将 Drupal 书籍导出为 PDF?

发布于 2025-01-05 08:44:01 字数 334 浏览 1 评论 0原文

我想使用 Drupal 图书模块创建一本书,然后将整本书导出为单个 PDF(所有单独的节点合并到单个文档中)。我想控制该文档的格式。我还希望能够从生成的 PDF 文档中链接附件,并将这些附件与 PDF 一起分发。

我过去在不受支持或混乱的模块方面有过不好的经历,所以我想知道做到这一点的最佳方法。我可以看到以下选项:

我还没有发现任何其他解决方案。

I want to create a book using the Drupal book module and then export that entire book as a single PDF (all individual nodes merged into a single document). I want to have control of the formatting of that document. I also want the ability to have attachments linked from the resulting PDF document and to have those attachments distributed with the PDF.

Ive had bad experiences with unsupported or kludgy moduules in the past so I want to know the best way of doing this. I can see the following options:

  • The book module itself seems to provide PDF export
  • There is the print module

I haven't uncovered any other solutions yet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬花如无物 2025-01-12 08:44:01

试试这个http://drupal.org/documentation/modules/book#comment-1922772

我认为这对您来说是最好的选择。

或者尝试以下操作:

1)创建一个视图并根据您的过滤条件获取输出。
2)使用http://drupal.org/project/views_pdf,然后将其另存为pdf。

干杯,
维沙尔

try this http://drupal.org/documentation/modules/book#comment-1922772

I think its the best option for you.

alternatively try this:

1) Make a view and get the output as per your filter criteria.
2) Use http://drupal.org/project/views_pdf and then save it as a pdf.

Cheers,
Vishal

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文