Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-20 Thread sselvia
Paulo, I downloaded the SVN 5.1.4 trunk and yes the fix does work. Thanks again for your help. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-1-4-text-extraction-issue-tp4392568p4405070.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-20 Thread sselvia
Yes I read your reply, however since the stream of the PDF I uploaded is different from the PDF stream from the original PDF I could not upload I did not know if your fix would resolve the problem of the text losing the space between the words. -- View this message in context: http://itext-gene

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-20 Thread Paulo Soares
It's already fixed. Don't you read the replies? Paulo - Original Message - From: sselvia To: itext-questions@lists.sourceforge.net Sent: Monday, February 20, 2012 12:58 PM Subject: Re: [iText-questions] iText 5.1.4 text extraction issue I installed the Netbeans

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-20 Thread sselvia
I installed the Netbeans Debug PDF plugin, I'm able to get the stream from page one from the original PDF that does not have any sensitive material. I don't see the <001>'s but I do see <003>'s, I'm posting this just in case it would point out another issue. Since my hack using preview did not ge

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-19 Thread Paulo Soares
iText-questions] iText 5.1.4 text extraction issue On 18/02/2012 15:25, sselvia wrote: > I sent a request to get pricing for commercial support. I brought up the PDF > in Preview and saved the page in question to a separate PDF. When I process > the file after the "Save As&

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-18 Thread 1T3XT BVBA
On 18/02/2012 15:25, sselvia wrote: > I sent a request to get pricing for commercial support. I brought up the PDF > in Preview and saved the page in question to a separate PDF. When I process > the file after the "Save As" the word "null" is returned by the getText() > method. > http://itext-gen

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-18 Thread sselvia
I sent a request to get pricing for commercial support. I brought up the PDF in Preview and saved the page in question to a separate PDF. When I process the file after the "Save As" the word "null" is returned by the getText() method. http://itext-general.2136553.n4.nabble.com/file/n4399827/iText

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-17 Thread Paulo Soares
I guess that for that kind of commercial needs you'll need to contact sa...@itextpdf.com. Paulo -Original Message- From: sselvia [mailto:ssel...@gmail.com] Sent: Friday, February 17, 2012 3:26 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iText 5.1.4

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-17 Thread sselvia
Just want to double check, is there a private ftp site and if needed can we get a NDA established. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-1-4-text-extraction-issue-tp4392568p4397559.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-17 Thread sselvia
I downloaded the latest 5.1.4 branch and that is how I got around the problem. Regarding my fix, I just used that to get past the problem. I'm still waiting to here back from my client to see if would be OK to post the PDF. -- View this message in context: http://itext-general.2136553.n4.nabbl

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-16 Thread Kevin Day
PS - the index out of bounds: 0 exception is resolved in the latest itext in SVN -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-1-4-text-extraction-issue-tp4392568p4395586.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-16 Thread Kevin Day
the other issue (with text running together) needs to be solved a different way than the fix you posted. Go ahead and post the PDF and we'll take a look at what is going on. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-1-4-text-extraction-issue-tp4392568p43

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-16 Thread sselvia
Daniel's response makes sense regarding the text in the PDF twice. I need to confirm with the client if I can post the PDF Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-1-4-text-extraction-issue-tp4392568p4393996.html Sent from the iText - General ma

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-16 Thread Dániel Kékesi
Hi Scott, The duplication can happen if the string has shadows or faux bold. Sometimes these effects are achieved by adding the same text twice but with a very slight offset/scale. So the text IS REALLY THERE IN THE PDF 2 TIMES, it only APPEARS to be displayed once. In these cases iText does th

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-16 Thread Paulo Soares
Please post the PDF. The problem may be elsewhere. Paulo -Original Message- From: Scott Selvia [mailto:ssel...@gmail.com] Sent: Thursday, February 16, 2012 12:43 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText 5.1.4 text extraction issue I have been

[iText-questions] iText 5.1.4 text extraction issue

2012-02-15 Thread Scott Selvia
I have been parsing a PDF and I have an issue with the text that is returned from the PdfTextExtractor.getTextFromPage method. The reason I'm using this version because of an exception that I am getting with the 5.1.3 version. However when I'm getting the text from the page(s) I have noticed that

[iText-questions] iText 5.1.4 text extraction issue

2012-02-15 Thread sselvia
I have been parsing a PDF and I have an issue with the text that is returned from the PdfTextExtractor.getTextFromPage method. The reason I'm using this version because of an exception that I am getting with the 5.1.3 version. However when I'm getting the text from the page(s) I have noticed that