Reputation: 7707
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?
Upvotes: 0
Views: 1205
Reputation: 16383
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
Upvotes: 2