Alok Shrivastava wrote:
> hi
> In my application i m fetching around 250 images from a url.
> and its taking too much time for pdf to generate .around 40 minutes.

That's not an iText problem.
The time needed to download a PDF from the internet
depends on your internet connection.

> can u suggest me something to avoid this time thing.

Use a faster internet connection,
if you're using the same images over and over again: cache them,
store the images on a local disk and read them from there,
...

> i really need it

I saw the question before and ignored it because either
you NEED to fetch the images using the URL in which case
we can't help you (it depends on your internet connection
and the speed of the servers hosting the images); or you
don't NEED to fetch the images from the internet, in which
case your question is irrelevant: if you can fetch the
images from another place, do so; it's not a problem.
br,
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to