Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Bruno Lowagie
Paul Bundick wrote: > Also, > > There was a mistake in my original post. The servlet code snippet that I > sent does not get run. I actually 'return' before it get to the > 'RequestDispatcher' part of the code. You probably don't mean that it 'returns' but that it throws the SocketException and

Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Paul Bundick
Also, There was a mistake in my original post. The servlet code snippet that I sent does not get run. I actually 'return' before it get to the 'RequestDispatcher' part of the code. Paul <>- Check out the new SourceForge.net

Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Paul Bundick
Bruno - That's correct. I can access the image(s) both through iText and through other methods before I discovered iText and started using it. The real issue is that as I increase the size of the image (and I suspect, if I just increase the size of the pdf file I'm generating - images or no imag

Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Bruno Lowagie
If I understand well, you've isolated the problem in the sense that you can get the application working when removing a few lines (the ones involving larger images). But can you reproduce the problem by removing everything that is iText related? Meaning: if you'd want to serve the image to the cli

[iText-questions] Assistance with SocketException

2008-01-07 Thread Paul Bundick
I'm new to iText, but am very excited about the potential that it has to really increase the professionalism and usefulness of a web application that I've built for a small business that I run. I've purchased Bruno's book iText in Action, have read the appropriate chapters on web applications, and