https://issues.apache.org/bugzilla/show_bug.cgi?id=49765
--- Comment #35 from paniraju <[email protected]> --- (In reply to Nick Burch from comment #34) > At this point, we need for POI 3.10, a unit test that: > * Creates a simple word file from scratch --Yes did > * Adds a single picture to it --did > * Adds a bit of test text to it (maybe 4 paragraphs, 2-3 runs per paragraph) --did > * Saves that to a temp file, which you try to load from Word -- did > * Check if Word loads it and displays it? (I gather no? But confirm) -- it doen't load the image > * Trys to re-open the file in POI -- yes i did > * Checks we can correctly read the text from it? --- able to read text and print on console > * Checks if the picture is found in the picture list? -- when i use document.getallPicture() function, i am able to get the picture which i have added earlier > * Loads the paragraph with the picture in, and sees if POI can correctly -- did same still im not able to get image , bthis time not able to open the word file. > find + read the picture from there? Thanks for reply, I have done all points which you have mentioned in your post still im not able to see image in msword docx file. Please try to give me a way where i can able to add images to msword file. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
