Print Rave Report from command line or Using Java

95 views Asked by At

I have rave report and want a way to export it as PDF using command line or Java.

1

There are 1 answers

5
fpiette On

Write a console mode program to generate your report and save it as PDF (RaveReport has builtin PDF output feature). You'll then be able to use that application from the command line.