jmeter - 能够渲染PDF?
是否有插件或配置设置允许 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以获取写入图形上下文的代码,则使用 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