Hello.
I have a problem with Image.getInstance(URL). This doesn't work (URLs are
real):

ChapterAutoNumber chapter = new ChapterAutoNumber("Chapter 1");
chapter.add(Image.getInstance("
http://nemo.sonar.codehaus.org/images/tendency/2-black.png";));

but this does work:

ChapterAutoNumber chapter = new ChapterAutoNumber("Chapter 1");
chapter.add(Image.getInstance("
http://nemo.sonar.codehaus.org/images/sonar.png";));

Is there some image size restriction that I don't know?

Regards,
Antonio.



-- 
* Antonio Manuel Muñiz
* amunizmartin.wordpress.com
* amunizmar...@gmail.com
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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

Reply via email to