Hi, I have a requirement to display values that were entered with rich text editor (they contain html tags), on pdf document. Can pdfbox cater for this?
Currently i use, *drawString <http://pdfbox.apache.org/docs/1.8.4/javadocs/org/apache/pdfbox/pdmodel/edit/PDPageContentStream.html#drawString(java.lang.String)>* (String<http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true> text), to display and it shows html tags as they are. Thanks lot, Moses

