Home
Analytics
Open Report Results (PDF or CSV) in Java Application
Xuechang
Hi,
In my test Java application, I used Birt 3.7.2 Report Engine to open the test rptdesign file, set parameter values and get either PDF or CSV file as the report result. Everything is working. Now I like to know how to open the PDF or CSV file in browser whether using Birt package or not?
Thank you in advance!
Richard
Find more posts tagged with
Comments
CBR
Hi,
this is not a BIRT related question. You just need to add java code that opens acrobat to view your PDF file.
See:
http://www.mkyong.com/java/how-to-open-a-pdf-file-in-java/
for a corresponding blog entry telling you how to trigger the OS to open the pdf file.