Convert Lotus Notes RichText to PDF Programmatically
I want to convert Notes Richtext to PDF in a server-side program (preferably Java). Is there any sample code on how to do this. Converting to HTML / MIME is not an option as the conversion process is too complicated.
+3
stwissel
source
to share
2 answers
I ran some tests with DXL, some XSLT code and XSL: FO, via FOP. He has released several PDFs. The project was abandoned due to lack of funding (read: no client).
Basics in a recent doc: http://www.ibm.com/developerworks/xml/library/x-xslfo/
+1
D.Bugger
source
to share
You need to find third party software to help, as this is not possible out of the box. Here one looks promising: SWING Software Lotus Notes Export to PDF
0
Ken pespisa
source
to share