Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top