Hi, hm, did you really try to read a HTML file with PdfReader??? According to the API docs this is nothing that PdfReader supports. If there would be a class named PdfHtmlReader, then i also would think that the class may be able to parse an HTML file and produce PDF, but a class with a name PdfReader... ;-)
regards, david On Sunday, May 26, 2002, at 06:17 PM, Rahul Desai wrote: > Hi, > I am attaching the part of html file which is getting parsed by PDF Parser > classes. > Now in this the data is what is entered in a form. > So the data is taken from the form and then from it the html is generated. > Now this data entered has '$' in it. > When the html generated is getting parsed it gives error. > If the same thing is tried without '$' it works fine. > > Regards > Rahul > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Leonard > Rosenthol > Sent: Sunday, May 26, 2002 9:08 PM > To: Rahul Desai; [EMAIL PROTECTED] > Subject: Re: [iText-questions] PDF Parsing Problem > > > At 2:17 PM +0530 5/26/02, Rahul Desai wrote: >> I am using lowagie classes for PDF Parsing. >> But it gives problem if the data has '$' in it. >> Is there any solution to this? >> > > I'm confused. You have a PDF file that isn't being read via > a PdfReader properly? Is that it? And you think that has something > to do with a $ in the data? > > Can you post the file that is giving you problems, and > perhaps the code are you using? > > > Leonard > -- > --------------------------------------------------------------------------- > Leonard Rosenthol <mailto:[EMAIL PROTECTED]> > Chief Technical Officer <http://www.pdfsages.com> > PDF Sages, Inc. 215-629-3700 (voice) > 215-629-0789 (fax) > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > <Error_Html_Pdf.html> _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
