gpt4 book ai didi

ruby-on-rails - Wicked_pdf 目录文本大小非常小

转载 作者:行者123 更新时间:2023-12-04 06:33:48 24 4
gpt4 key购买 nike

我正在尝试使用生成 PDF

WIckedPdf 版本 = 1.1.0

wkhtmltopdf 0.12.4(带有补丁的 qt)

Rails 4.2

下面是我的 Controller 端点

@cover = render_to_string layout: "application.html.erb", template: "pdf/cover.html.erb", locals: {report: @report}
@pdf = render_to_string pdf: "report",
encoding: "UTF-8",
page_size: 'A4',
layout: "pdf.html.erb",
orientation: 'Portrait',
disable_smart_shrinking: false,
disable_internal_links: false,
disable_external_links: false,
lowquality: false,
background: true,
no_background: false,
page_height: 297,
page_width: 210,
cover: @cover,
template: "pdf/report.pdf.erb",
locals: {report: @report},
show_as_html: false,
margin: {
bottom: 40,
top: 10
},
footer: {
html: {
template: 'pdf/footer.html.erb' # use :template OR :url
}
},
toc: {
text_size_shrink: 0.8,
header_text: "Table of Contents",
no_dots: false,
disable_dotted_lines: false,
disable_links: false,
disable_toc_links: false,
disable_back_links: false,
}

send_data @pdf, type: :pdf, disposition: 'inline'

我面临的问题是 pdf 中生成的所有文本都非常非常小。为了在 pdf 中实现 14 的字体大小,我必须将我的 css 更改为 font-size: 56px(是正常像素的四倍)

谁能帮助我为什么字体大小会这样渲染?此外,所有包含填充、边距等像素的 css 都比正常小四倍。

即使将我的文件的 CSS 更改为四倍的值,目前我也无法更改 FONT_SIZE 生成的目录。

任何帮助/引用都会非常有帮助和赞赏

最佳答案

设置 dpi: 300 应该可以解决内容渲染过小的问题。

关于ruby-on-rails - Wicked_pdf 目录文本大小非常小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51499872/

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