bary
bary

Reputation: 1739

iReport and rich text editor printouts

I have a question to iReport/JasperReports experts.

I just started to learn JasperReports and iReport. It looks promising, when you want to print some table reports based on some datasource.

But I have little different requirement.

I have templates prepared in Microsoft Word (typical agreement printout). Mostly static text with lots of formating like:

with very few dynamic fields to fill like name, surname, identity number, ...

I can`t find easy way to implement such rich text editor templates in iReport.

Is it possible?

Is it managable?

Is iReport/JasperReports suitable for such rich text editor like printouts?

Thanks

Upvotes: 0

Views: 1616

Answers (1)

Eric Hydrick
Eric Hydrick

Reputation: 3547

iReport really just defines the template and formatting of the data printed in the report, so you can use it to set font sizes, styles, margins, indentations, etc. If you're using things like a bulleted list or a numbered list, you may have to improvise some using subreports, but for the most part this type of setup is exactly what iReport does.

Upvotes: 1

Related Questions