Thanks Nick. I did write my own class before I came upon POI however the only things I could do were insert text and images (much more primitive than POI). The class writes to docx files though, not older word docs. Id be happy to contribute to the project but I am honestly having a very difficult time using the current code due to lack of examples and documentation. Maybe I am just looking in the wrong place. Do you know where I can find examples of how to do the other operations (center text/alignment, build tables, page breaks, etc.)? Thanks for the help.
-Phil On Mon, Feb 23, 2009 at 5:27 PM, Nick Burch <[email protected]> wrote: > On Mon, 23 Feb 2009, Phillip Pickett wrote: > >> to embed images, text, tables, and headers and footers. Using a graphing >> library I will generate jpgs or gifs and then embed these images into my doc >> file using apache poi. Can anyone point me to an example for inserting an >> image? Thanks. >> > > I don't think hwpf currently supports adding images, so you'll almost > certainly need to do some work on hwpf itself. If you do, we'd love it if > you could contribute back the patches :) > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
