Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » List of Jars needed for generating a PDF document using BIRT
List of Jars needed for generating a PDF document using BIRT [message #1067491] Tue, 09 July 2013 05:25 Go to next message
Vinoth Mahalakshmi is currently offline Vinoth MahalakshmiFriend
Messages: 7
Registered: December 2012
Junior Member
Hi,

We are using BIRT for PDF generation.

Report is designed using BIRT perspective in eclipse and it is rendered as PDF insde java code using RE API.

As of now, we are adding all 80 jar files which are there inside BIRT-Runtime/ReportEngine/lib to build path.

In production, we would like to reduce the unused jar files. We are using XML as datasource and output option is PDF always.

it will be helpful if we get the list of jar files which are mandatory for this, so that we can discard remaining jar files.

Thanks,
Vinoth.

Re: List of Jars needed for generating a PDF document using BIRT [message #1067662 is a reply to message #1067491] Tue, 09 July 2013 20:42 Go to previous message
Kristopher Clark is currently offline Kristopher ClarkFriend
Messages: 130
Registered: January 2013
Senior Member
These are the import I've used to generate PDF's

import org.eclipse.birt.core.framework.Platform;
import org.eclipse.birt.report.engine.api.EngineConfig;
import org.eclipse.birt.report.engine.api.EngineException;
import org.eclipse.birt.report.engine.api.PDFRenderOption;
import org.eclipse.birt.report.engine.api.IReportEngine;
import org.eclipse.birt.report.engine.api.IReportEngineFactory;
import org.eclipse.birt.report.engine.api.IReportRunnable;
import org.eclipse.birt.report.engine.api.IRunAndRenderTask;
import org.eclipse.core.internal.registry.RegistryProviderFactory;
Previous Topic:Problem with the export of a report with the Birt RE API
Next Topic:BIRT as separate module
Goto Forum:
  


Current Time: Wed Apr 24 22:59:15 GMT 2024

Powered by FUDForum. Page generated in 0.03455 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top