Re: Library for RTF templates and PDF convertion
- From: Michael Justin <michael.justin@xxxxxxx>
- Date: Tue, 05 Feb 2008 19:22:16 +0100
Dimitri Sverdlov schrieb:
I'm working on a project that requieres sending letters in PDF with a
customized layout from a web application. The layout templates come
from MS Word and therefore are given in RTF format.
Is there a Java library for
1) Getting data from the application in the RTF template, and
Maybe one step to the solution is to build an intermediate document in a standard document format first.
There are some Java-based RTF readers around (including my ScroogeXHTML converter), but I don't know if there is already a RTF -> XSL:FO converter for Java, XSL:FO would make it 'easier' to convert to PDF.
ScroogeXHTML internally uses a DOM-like structure which could be used to analyze and process the RTF content in a more generic way - including some very advanced properties for international languages, like DBCS, Unicode, and right-to-left text direction. However, it does not understand some more difficult layout elements like tables.
Michael Justin
--
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com/
http://www.betabeans.de/
.
- References:
- Library for RTF templates and PDF convertion
- From: Dimitri Sverdlov
- Library for RTF templates and PDF convertion
- Prev by Date: Eclipse: running on server error: "Multiple Contexts have a path of ..."
- Next by Date: Which WebSphere products
- Previous by thread: Re: Library for RTF templates and PDF convertion
- Next by thread: Re: Library for RTF templates and PDF convertion
- Index(es):
Relevant Pages
|
|