Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > How to add Header and Footer to MS Word Doc using Java Program!

Reply
Thread Tools

How to add Header and Footer to MS Word Doc using Java Program!

 
 
Raj Vanjara
Guest
Posts: n/a
 
      02-01-2011
Hello,

I want to add Header and Footer to MS Word Doc, your help is
appriciated.


Regards,
Raj Vanjara
 
Reply With Quote
 
 
 
 
Daniel Schwering
Guest
Posts: n/a
 
      02-01-2011
You may want to have a look at
<http://poi.apache.org/hwpf/quick-guide.html#Headers+and+Footers>

HTH,
Daniel
 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      02-01-2011
Raj Vanjara wrote:
>> I want to add Header and Footer to MS Word Doc, your help is
>> appriciated.


Daniel Schwering wrote:
> You may want to have a look at
> <http://poi.apache.org/hwpf/quick-guide.html#Headers+and+Footers>


http://lmgtfy.com/?q=Java+programmin...der+and+footer

--
Lew
Ceci n'est pas une fenĂȘtre.
..___________.
|###] | [###|
|##/ | *\##|
|#/ * | \#|
|#----|----#|
|| | * ||
|o * | o|
|_____|_____|
|===========|
 
Reply With Quote
 
Raj Vanjara
Guest
Posts: n/a
 
      02-02-2011
Thanks all for your responses I appriciate your help!
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      02-02-2011
On Tue, 1 Feb 2011 05:31:19 -0800 (PST), Raj Vanjara
<> wrote, quoted or indirectly quoted someone who
said :

>I want to add Header and Footer to MS Word Doc, your help is
>appriciated.


See http://mindprod.com/jgloss/poi.html

You may find it much easier to add in RTF or Open Office format, then
convert back to MS word format.

see http://mindprod.com/jgloss/openoffice.html
http://mindprod.com/jgloss/rtf.html

--
Roedy Green Canadian Mind Products
http://mindprod.com
To err is human, but to really foul things up requires a computer.
~ Farmer's Almanac
It is breathtaking how a misplaced comma in a computer program can
shred megabytes of data in seconds.
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      02-04-2011
In message <>, Roedy Green wrote:

> You may find it much easier to add in RTF or Open Office format, then
> convert back to MS word format.


What do you know, a quick Google turned this up <http://odftoolkit.org/>.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
HTML String to Word with Header and Footer (ASP.NET and VB.NET) sasikumar.gunasekaran@gmail.com ASP .Net 0 04-01-2008 06:51 AM
Any way to reorder how a datagrid is drawn (header/footer/items vs.header/items/footer)? Henrik ASP .Net Datagrid Control 1 07-06-2006 12:23 AM
Header/Footer Update in MS Word Doc. ramin Python 0 10-25-2004 07:44 AM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57