Re: [iText-questions] Read PDF replacing whitespace with spaces

2008-11-09 Thread Kevin Day
" <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Cc: Date: Sat, 8 Nov 2008 12:36:21 + Subject: [iText-questions] Read PDF replacing whitespace with spaces Hi guys, I was wondering if it's possible to use iText to read in a PDF and replace all the whitespace in it with

Re: [iText-questions] Read PDF replacing whitespace with spaces

2008-11-08 Thread 1T3XT info
Eoin Hinchy wrote: > Hi guys, > > I was wondering if it's possible to use iText to read in a PDF and > replace all the whitespace in it with spaces/tabs/newlines. > For example: > Read in the file http://www.plainsight.info/dev/example.pdf > and output something along the lines of: > http://www.pl

[iText-questions] Read PDF replacing whitespace with spaces

2008-11-08 Thread Eoin Hinchy
Hi guys, I was wondering if it's possible to use iText to read in a PDF and replace all the whitespace in it with spaces/tabs/newlines. For example: Read in the file http://www.plainsight.info/dev/example.pdf and output something along the lines of: http://www.plainsight.info/dev/desired.txt I've