Viper, Java, and Appserver

c0ry

New Member
I'm trying to use viper as a reporting solution to work with a java application we have (for over the web use). The idea is to call a .p from java that will create a viper document and then use viper to save that document as a .pdf file. Then return the filename to java and have java open a new window with the pdf in it.

I have java calling the .p and the .p creating the report. The problem arises when I make the call to have viper create the pdf file. When done locally it just creates the pdf, but when done on our server running the java files and the .p, it pops up a print dialog box and if you click print, it then creates the pdf.

Does anyone know what I need to do so that the print dialog doesn't show up. I need it to just create the pdf.

Thanks,
Cory
 
Top