aspose file tools
The moose likes Other Open Source Projects and the fly likes POI-HWPF Read multiple word documents and write to 1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "POI-HWPF Read multiple word documents and write to 1" Watch "POI-HWPF Read multiple word documents and write to 1" New topic
Author

POI-HWPF Read multiple word documents and write to 1

Frank Ramm
Greenhorn

Joined: Sep 08, 2012
Posts: 1
Hi,

i am writing a small program, that has create a new Word-Document on startup.
When you drop a word-document on the user interface, it would be read. I want to drop multiple files.
After the drop, the programm should write all data into a new word document. When i drop more files, it only writes the content of the last file.

At the moment, i dont know whats the problem.

Can you please suggest.

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: POI-HWPF Read multiple word documents and write to 1
 
Similar Threads
Drag drop issue
java.io.FileNotFoundException
JButton slow response time
DND from JTree to JTable
Does Jtree support Drag and Drop?