I'm not relying on tagging to extract text. I'm not using iText to extract text since it is not supported as far as I know, I'm using PDFBox, btw I tested other API that I found that know how to extract text, all these API encountered on the same problem . When I used other API to split the PDF there was'nt problem - the problem appears only with iText.
Paulo Soares-3 wrote: > > If you were relying on tagging to extract text there's no tool that > preserves it when splitting. > > Paulo > >> -----Original Message----- >> From: rosette [mailto:rose...@arx.com] >> Sent: Thursday, October 01, 2009 9:49 AM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Splitting by Itext >> >> >> Hi, >> >> I have a PDF file that I'm spliting by Itext, it works well! >> My problem begins when I want to extract a text from the PDF that was >> cerated by iText. >> >> If I have a PDF document with 10 pages and I split this document to 2 >> documents. >> >> The first from pages 1-3 and the second is from 4-10, I'll be able to >> extract the text from both documents. >> But if I take the first or the second document and I'll split >> it again and >> then I'll try to extract the text , it will fail. >> Since IText can't extract text, I investigated the problem >> with couple API >> and it seems that the core of the problem is when I'm >> spliting by Itext >> files that the origin were also splited by IText. >> >> Please let me know if you have any idea how to solve this problem. >> >> Rosette > > > Aviso Legal: > > Esta mensagem é destinada exclusivamente ao destinatário. Pode conter > informação confidencial ou legalmente protegida. A incorrecta transmissão > desta mensagem não significa a perca de confidencialidade. Se esta > mensagem for recebida por engano, por favor envie-a de volta para o > remetente e apague-a do seu sistema de imediato. É proibido a qualquer > pessoa que não o destinatário de usar, revelar ou distribuir qualquer > parte desta mensagem. > > > > Disclaimer: > > This message is destined exclusively to the intended receiver. It may > contain confidential or legally protected information. The incorrect > transmission of this message does not mean the loss of its > confidentiality. If this message is received by mistake, please send it > back to the sender and delete it from your system immediately. It is > forbidden to any person who is not the intended receiver to use, > distribute or copy any part of this message. > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > iText-questions mailing list > iText-questions@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.1t3xt.com/docs/book.php > Check the site with examples before you ask questions: > http://www.1t3xt.info/examples/ > You can also search the keywords list: > http://1t3xt.info/tutorials/keywords/ > -- View this message in context: http://www.nabble.com/Splitting-by-Itext-tp25695119p25696826.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/