jmeter - 能够渲染PDF?

发布于 2024-07-27 15:31:07 字数 158 浏览 4 评论 0原文

是否有插件或配置设置允许 Jmeter 渲染 PDF 输出?

我正在测试一个网络工具,该工具将报告数据导出到各种输出(excel、pdf、csv 等),并且希望设置一个断言来验证所有输出返回相同的值。 问题是 Jmeter 无法渲染 pdf。

有什么想法吗?

Is there an add-on or a config setting that will allow Jmeter to Render PDF output?

I am testing a web tool that exports report data to various outputs (excel, pdf, csv, etc.) and would love to setup an assertion to verify all outputs return the same value. The hitch is that Jmeter can't render pdf.

Any thoughts?

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

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

发布评论

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

评论(1

忆离笙 2024-08-03 15:31:07

如果您可以获取写入图形上下文的代码,则使用 iText< 将结果发布到 PDF 非常简单/a>

这是一个示例:来自 Graphics2D 的内容

If you can get at the code that writes to a graphics context, publishing the result to PDF is pretty straightforward using iText

Here's an example: Content from Graphics2D

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