Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97712695A for ; Tue, 14 Jun 2011 09:14:24 +0000 (UTC) Received: (qmail 24353 invoked by uid 500); 14 Jun 2011 09:14:24 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 24289 invoked by uid 500); 14 Jun 2011 09:14:24 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 24280 invoked by uid 99); 14 Jun 2011 09:14:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 09:14:24 +0000 X-ASF-Spam-Status: No, hits=-1997.7 required=5.0 tests=ALL_TRUSTED,FSL_RU_URL X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 09:14:22 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id DA7F348698; Tue, 14 Jun 2011 09:14:02 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 51351] New Doc to FO extractor Date: Tue, 14 Jun 2011 09:14:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: yegor@dinom.ru X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=51351 --- Comment #7 from Yegor Kozlov 2011-06-14 09:14:02 UTC --- Patch applied in r1135414. I added Java main() to WordToFoExtractor, this is how I tested your code: Usage: WordToFoExtractor Except for formatting and indentation, the output is identical to the XML in the uploaded archive. > > Personally I intent to continue supporting this code until it will be ready for > production usage and may be implement xls-to-fo extractor. My goal to create > one-way converter with maximum readability, i.e. without lost text but may be > without some formatting. > Great! It will be a really valuable contribution. A xls-to-fo converter has been asked several times on the mailing lists. We already have ToCSV and ToHtml apps in poi-examples and xls-to-fo can borrow/ share code from them. > Should I also notice that doc-to-html shall be easy to implement ? ;) > That would be nice to have too. P.S. I'm leaving this ticket open for updates. Close it if you prefer to upload new patches in a new ticket. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org