|
Hi
Olivier
Somebody might give you an easy way to do this, but if you have to do it
yourself it will take you some time. Word format (.doc) encodes the context
information in binary. Alternatively Rich Text Format (.rtf) uses ASCII tags
like XML. However, they are more complicated and more fragile than XSLT/XSL-FO
and I first got into FOP because it was much easier than encoding to RTF. The
problem with PDF is that the context information has been refined out, leaving
you with the simple geometry of the page layout.
If
you use Word to save your document as HTML, then your conversion problems could
be a lot easier. This is similar to the approach I have taken to my problem,
which amounts to an HTML to PDF converter by way of XSLT and XSL-FO (i.e.
FOP).
John
Marshall
Accurate
Software
80 Peach Street, Wokingham, Berkshire, RG40 1XH, UK. Tel: +44 (0)118 977 3889 Fax: +44 (0)118 977 1260 http://www.accuratesoftware.com
The UK office of Accurate Software has moved to the following location: 80 Peach Street, Wokingham, Berkshire, RG40 1XH. The existing telephone and fax numbers will remain unchanged.
Accurate Software
|
- RE: transform pdf to xsl-fo Torsten Erler
- John Marshall
