Hello!
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
2) Converting that RTF to PDF?
All the RTF->PDF converters I could find so far didn't work for the
templates that I have.
But even an answer to the first question would help, since I could
perhaps use Adobe Acrobat to PDF creation.
Greetings,
Dimitri