Search code examples
javapdflotus-notesrichtext

Convert Lotus Notes RichText to PDF programmatically


I want to convert Notes Richtext into PDF in a server program (preferably Java). Is there any sample code how to do that. Converting to HTML/MIME isn't an option since the conversion process is too lossy.


Solution

  • I did some tests with DXL, some XSLT code and XSL:FO, via FOP. It produced some PDF output. Project abandoned due to lack of funding (read: no customer).

    The basics, in a recent document: http://www.ibm.com/developerworks/xml/library/x-xslfo/