November 8, 2009

Write file MS Word (.doc) in java

Source code:

Document document = new Document();
try {

RtfWriter2.getInstance(document,
new FileOutputStream(System.getProperty("user.dir") +
"\\testword.doc"));
document.open();

Chunk chunk = new Chunk("test wirte file word \n");
document.add(chunk);

} catch (Exception e) {
e.printStackTrace();
}finally{
//close the document
document.close();
}

Click here download library.
Click here download source code demo.

0 Comment:

Post a Comment

Để chất lượng các bài viết ngày được tốt hơn, Bạn vui lòng để lại góp ý hoặc nhận xét vào khung bên dưới. Bạn có thể tự do nhận xét nhưng không trái với thuần phong mỹ tục. Khi gửi nhận xét xin vui lòng để lại: Tên, Địa chỉ mail hoặc địa chỉ Blog để tôi được biết bạn là ai. Xin cảm ơn!

Các bài liên quan




Recent Comments

Xã hội - VnExpress.net