If your "rich text" is html you may use HTMLWorker and ColumnText.
Paulo ----- Original Message ----- From: "Erica Aakula" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, May 05, 2007 11:37 PM Subject: [iText-questions] Lotus Notes richtext field and iText I'm a beginner with itext and develop in LotusNotes. I hope that someone can help me to get on the right track with this ... This is what I what to do: In a notes application i want to generate one PDF from x number of documents ( takes the content in two field in every doc and write it to the pdf). I have almost managed to do that. My problem is that I just get "plane text" .. one of the fields I take from the notes document is a richtextfield and I would like to have the exact content of the field. The field can contain tables, different fonts, bullet lists ... and I would like all that written to the PDF . I just can't figure out how.. att the moment I do like this to write to my pdf : document.add(new Paragraph( doc.getItemValueString("QDoc") + "\n\n", FontFactory.getFont(FontFactory.HELVETICA, 10))); doc is my notesdocument and QDoc is the name of the field. I realy need some help to get on the right track. Thank you, Best Regards /Erica ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
