Skip to main content



      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 01:25 Go to next message
Eclipse UserFriend
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 16:42 Go to previous message
Eclipse UserFriend
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: Sun Mar 16 00:00:14 EDT 2025

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

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

Back to the top