https://issues.apache.org/bugzilla/show_bug.cgi?id=51351
Bug #: 51351
Summary: New Doc to FO extractor
Product: POI
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: HWPF
AssignedTo: dev@poi.apache.org
ReportedBy: vlsergey@gmail.com
Classification: Unclassified
There is extractor (converter?) from DOC to FO in hdf package, but it's not
based on HWPF code. Neither support images or customization.
in patch new extractor is proposed:
- it is based on HWPF code
- it is using DOM creation of FO document, not string building
- with correct implementation of ImageHandler it can even convert MathType
equations (i.e. extract WMF of those and let your ImageHandler do everything)
Some things are not tested yet (for example, images, shapes or nested tables),
but current code already creates nice PDF documents (with Apache FOP)
--
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
|