Create Word/RTF file with table of contents from Java
Posted
by Glen
on Stack Overflow
See other posts from Stack Overflow
or by Glen
Published on 2009-05-11T20:12:21Z
Indexed on
2010/05/13
6:54 UTC
Read the original article
Hit count: 336
Hi,
I want to create a Word or RTF file with a table of contents (with links to each section) from Java. From my understanding, iText & Apache POI do not support generating a table of contents. Some clients of the app still use older versions of Word, so I need a library that supports the older Word doc format. Does anyone know how I can do this?
Thanks,
Glen
© Stack Overflow or respective owner