gpt4 book ai didi

ruby-on-rails-3 - 在 Ruby on Rails 中从模板构建 PDF

转载 作者:行者123 更新时间:2023-12-04 18:50:19 26 4
gpt4 key购买 nike

我想创建一个 doc、pdf、odt、docx 格式的模板……文档类型无关紧要。
我想要的是获取这个文档,更改一些值并将这个文档转换为PDF。

例如:

拿这个模板:

<Title>
<Date>

Hello <Name>,

<Text>

<Farewell>

有了这些信息:
Title: attention
Date: 22/05/2011
Name: NicosKaralis
Text: Lorem ipsum ...
Farewell: See you later

使用颜色、背景和任何可能包含模板的内容生成此 pdf 文档:
attention
22/05/2011

Hello NicosKaralis,

Lorem ipsum ....

See you later.

有什么办法可以在 Ruby on Rails 中做到这一点?
最好用 Prawn

提前致谢

-- 编辑 --

1 应用程序的所有者将创建如下内容: Original.(odt, doc, pdf)

2 我的应用程序数据库将有一个具有以下属性的用户:

title = Welcome to the internet!

name = Jhon Doe

text = Welcome to the internet, i will be your guide

farewell = Hope to see you soon!



3 我的应用程序将创建这样的 pdf: Final.pdf并通过电子邮件发送

我已经在工作的电子邮件部分。我只是没有pdf。

P.S.: I now how to create a pdf from scratch, but i dont want that. The point of this application is that you don`t need to be a rails developer to change the pdf that is generated.

最佳答案

我不熟悉prawnto,但我对prawn非常熟悉。从 0.10.1 版开始,他们能够导入另一个 pdf 以用作"template"本身。如果您查看 new manual有一个关于模板的部分。如果您查看标题为 templates/page_template.rb 的页面,您将看到一些示例代码。它需要一些文本并手动定位,但可能有一种方法可以进行某种实际替换。

关于ruby-on-rails-3 - 在 Ruby on Rails 中从模板构建 PDF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7059236/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com