REPORTER 22.1

Combining Output from Multiple Reports

Combining output from multiple reports

If REPORTER generates several templates and saves them as reports (see Saving a report for more details) then it is sometimes useful to combine the output into a single pdf, html or pptx file. The easiest way to do this is to use the REPORTER options in the SHELL. See the SHELL manual for more details.

It can also be done on the command line in REPORTER by using the -combine command line argument . For example, if you wanted to combine the output from 3 reports to a pdf file and a PowerPoint file this could be done with the command:

reporter22.exe -combine report1.orrx report2.orrx report3.orrx -pdf=combined.pdf -pptx=combined.pptx -exit