Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
With BIRT Runtime is there a way to output a PDF directly to the printer?
jasonws
Hi, is there a way of outputting a PDF directly to a printer using BIRT Runtime?
Thanks,
Jason
Find more posts tagged with
Comments
mwilliams
Hi Jason,
You might be able to use the Java Print Service API to automatically print your reports.
http://download.oracle.com/javase/1.4.2/docs/guide/jps/index.html
mwilliams
I've also seen something about a "doPrintAction" direct print method in the BirtUtility class of the org.eclipse.birt.report.viewer project. Though I haven't found much information on it to post yet. If I find any more on it, I'll let you know.