https://bz.apache.org/bugzilla/show_bug.cgi?id=69163
Bug ID: 69163 Summary: POITextExtractor appendText new feature Product: POI Version: 5.2.3-FINAL Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: POI Overall Assignee: dev@poi.apache.org Reporter: paul.aus...@automutatio.com Target Milestone: --- Can you change the POITextExtractor to add a void appendText(Appendable text) method. This would work in exactly the same way as getText, but instead of creating a StringBuilder it would write it out to the Appendable. This would result in reduced memory footprint. In theory getText could delegate to appendText as StringBuilder implements Appendable. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org