OpenNTF.org - XPages PDF Exporter Custom Control
XPages PDF Exporter Custom ControlOpenDocument[/projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: XPages PDF Exporter Custom Control (Managed by Rami Muurimäki)
Actions:


Subject
 XMLWorkerHelper Class
Categories
 
Posted by
 Robert S Dixon on 06/26/2012 at 01:06 PM
Details

Hi
    Thanks for the PDF Exporter Custom Control, it has helped with my current project.  I am wondering if you have made any significant advancement with the CKEditor in domino to display the html it produces.  Using the simpleParser in itextpdf works, but leaves much to be desired.  It has been suggested to use the xmlworker class-1.1.4 from itext to perform the parsing, but have met with difficulties.  I thought the code should be something like the following, where htmlStr, is obtained from the mime of the richtext field.

var xmlWorkerHelper = com.itextpdf.tool.xml.XMLWorkerHelper.getInstance();

xmlWorkerHelper.parseXHtml( writer, newPDF, htmlStr );


Any thoughts on why the parseXHtml cannot be found?   Thanks in advance,

 

Modification history
Entered 26-Jun-2012 13:06 by Robert S Dixon. Last Modified <none> by Niklas Heidloff.


Anonymous