Hello, I fount noone to ask questions related to the itext api and I hope you will help me solve the problem
I am trying to gnerate a pdf file from a xml one and I receive ClassCastException.
The chunk of code is like this...
 
Document document = new Document();
PdfWriter.getInstance(document, outStream);
SAXParser parser = SAXParserFactory.newInstance().newSAXParser();
parser.parse(in,  new SAXiTextHandler(document));                           
 
'in' an InputStream where the source xml is found...
I have tried with files too and same problem occured.
 
Hope you know what's happening there... Sincerely, George Hategan

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to