views:

245

answers:

2

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?

+1  A: 

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

Kevin Day
Thanks - as soon as I can try hooking it into Jmeter, I'll let you know how it works.
BlackGaff
A: 

I also want the same. In my application it is generating an output in PDF/Excel format, But Jmeter couldn't save it. I want to save that file to a specific location Is there any way in Jmeter..?

Plz help.