[iText-questions] QUESTION: In xmlworker, how do I display html tags ..

2012-06-03 Thread Parminder Kaur
throw any error, but it didn't display the tag either. Regards, Parminder Kaur -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has ch

[iText-questions] HELP NEEDED: XMLWorker - extending HTMLPipeline by adding a custom TagProcessor for rendering PdfFormField

2012-04-08 Thread Parminder Kaur
iter.addAnnotation(field); > //cb.restoreState(); > } > catch (Exception e) { > throw new ExceptionConverter(e); > } > } > } > } > When I run this code,