The Artima Developer Community
Sponsored Link

Java Answers Forum
mail merging

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Joyce

Posts: 2
Nickname: tortise
Registered: Mar, 2003

mail merging Posted: Mar 15, 2003 7:24 PM
Reply to this message Reply
Advertisement
Hi everyone!

Currently i am doing mail merging. And i am able to merge the default template doc file with the database informations using java with the help of WordProcessing.java.

WordProcewssing.java is found in

http://www.java400.de/default.html?Javactpe.htm

The purpose of using this WordProcessing.java is to copy the whole doc template file as well as the attributes of that text to the output doc file. And this is one of the must in my project.

I can only save each doc file as different unique name.

However, it is a must for me to append all these files into a single output doc file.

Using I/O streams is not able to save the attributes of the text in the template file although it can append files.

How can i solve this problem?

Thank you for your help!

Topic: JSP MySql hassles Previous Topic   Next Topic Topic: Jtable getValue

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use