I need to create a MS Word document, with tables and images in header and footer text, some formatting is needed. I tried using Apache POI 3.5 final, it only supports java 1.5 and above, but i need to use java 1.4. Are there are any other APIs for creating *.doc files using java. Please help me.
SCJP 1.5 97%
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
If this was my problem, I'd challenge the requirement to use Java 1.4. By now, even Java 5 has reached its end of life (EOL), and Java 1.4 won't see security patches any more. It's time to upgrade.