Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9 - iText-questions Digest, Vol 29, Issue 79

2008-10-29 Thread Umashankar Palani
- > > Message: 1 > Date: Wed, 29 Oct 2008 16:36:36 +0000 > From: Paulo Soares <[EMAIL PROTECTED]> > Subject: Re: [iText-questions] Help with parsing the PDF generated by >Crystal reports-V9 > To: Post all your questions about iText here > > Message-ID: &g

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Kevin Day
is the spacial analysis. If I get some code together I'll post it for comment. - K --- Original Message --- From: Vinoo <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Cc: Date: Wed, 29 Oct 2008 11:21:06 -0700 (PDT) Subject: Re

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Vinoo
Thanks Kevin for the reply and providing some insight into this. Can we usePdfEncoding to convert the format and use them for the extraction. Thanks, Uma Vinoo wrote: > > Hi, > I am trying to parse the contents of the PDF with iTextSharp using : > PdfReader reader = new PdfReader("Test.pdf");

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Kevin Day
p with parsing the PDF generated byCrystalreports-V9    See DocumentFont.fillMetrics() for some ideas.Paulo > -Original Message-> From: Kevin Day [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2008 5:07 PM> To: itext-questions-request@> Subject: Re: [iText-questio

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Paulo Soares
See DocumentFont.fillMetrics() for some ideas. Paulo > -Original Message- > From: Kevin Day [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2008 5:07 PM > To: itext-questions-request@ > Subject: Re: [iText-questions] Help with parsing the PDF > generated by

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Kevin Day
anks, - K --- Original Message --- From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here Cc: Date: Wed, 29 Oct 2008 16:36:36 +0000 Subject: Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9 Te

Re: [iText-questions] Help with parsing the PDF generated by Crystal reports-V9

2008-10-29 Thread Paulo Soares
Text extraction in PDF is rocket science. Your simplistic method may work or not depending on the encoding used. Your workflow is flawed, you'd better look for other ways to do it, ways that don't involve looking for text in the PDF. Paulo > -Original Message- > From: Umashankar Palani