DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38616>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38616 Summary: patch that contains functionality that allows picture extraction from Microsoft Word Product: POI Version: 3.0-dev Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: HWPF AssignedTo: poi-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Recently I've finished implementation of missing (and so long-awaited :) functionality in HWPF that allows images extraction from .doc files See the attached patch Release Notes: 1) Tested only on Microsoft Words 2003 format (hope that my patch will work for 2002 version as well) 2) Support for Pictures that are inserted via "Insert -> Picture -> From File" menu or via clipboard. 3) the only formats supported for embedded images: JPG, GIF, PNG, BMP, TIFF. No support for images of WMF, AutoShapes, Clipart, WordArt. 4) It seems that Word stores all raster images in two formats: JPG or PNG. GIF, BMP, TIFF are converted to PNG on insertion into document. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/