" <[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
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
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