0

I have a requirement to generate word documents from j2EE/java where the input would be a RTF template (.rtf document) having merge fields.

I have looked at docx4j which accepts only docx as input. RTFTemplate which requires a template engine(not sure - documentation not very clear)

Could anyone please help with the options that are available. Both open and paid.

Thanks in Advance!

Anton
  • 141
  • 1
  • 3
  • 4

1 Answers1

0

you can use net.sourceforge.rtf.RTFTemplate. It is open source.

Yogesh
  • 21
  • 4