Does anyone have any experience woking with POI and MS WORD. I need to read
bookmarks from a document then right to it. I went throw the docs, and I
dont see any reference to bookmarks, only tables, ranges and paragraphs
Martin - 10 Apr 2005 13:18 GMT
Have you tried the Jacob lib... This will do what you are asking.
> Does anyone have any experience woking with POI and MS WORD. I need to read
> bookmarks from a document then right to it. I went throw the docs, and I
> dont see any reference to bookmarks, only tables, ranges and paragraphs
Lans Redmond - 10 Apr 2005 23:47 GMT
I wanted to work with the document in memory, I'm retrieving this doc from
a db and then I store the bytes in memory, if i use jacob then I will have
to write the file to a directory first then load it using jocob, if I cant
use POI then I will definetly have to use JACOB.
> Does anyone have any experience woking with POI and MS WORD. I need to read
> bookmarks from a document then right to it. I went throw the docs, and I
> dont see any reference to bookmarks, only tables, ranges and paragraphs