Hello All,
I now have the basic HTMLParser code working with a new document. What I need though is to be able to add regular iText elements to a document that is open and then add an "element" via the HTMLParser.parse to the same document. Right now the way the HTMLParser opens/closes the document based on the BODY tag and the way you open() and close() a document creates errors and prevents me from using the HTMLParser the way I need to. Either the "HTMLParser.parse" or the "document.add" fails because the other method/class has closed or already opened the document. Anyone know how I can handle this situation to do what I need to? Or does anyone know a regular element that could receive a byte-array-input-stream or something similar so that I could try to work around the open/close conflicts?
Thank you for any help!!!
ituser111
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
