Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

secondary report generated

jvilcu13
jvilcu13 Posts: 12

The current automated process is configured to provide the analysis reports in html format.

Is there a solution available to generate a pdf formatted report in addition to the current html, at analysis-run-time?

If NOT, what is the mechanism to access and use (off the standard package) the embedded pdf-converter so that the client may translate the reports from html into pdf after/post the analysis-run-time ?

Tagged:

Comments

  • Andrey Madan
    Andrey Madan Posts: 388 ✭✭✭

    With c/c++test standard:
    in cpptestcli.properties there is a setting:
    report.format=xml|html|pdf|custom - Specifies the report format, but if you specify comma separated list of formats to generate multiple formats.

Tagged