Re: External Image error

2002-10-24 Thread Oleg Tkachenko
Venkata Rao Nadella wrote: Exception in thread main java.lang.NoClassDefFoundError at sun.net.www.http.HttpClient.init(Unknown Source) at sun.net.www.http.HttpClient.init(Unknown Source) H, looks too bizarre, NoClassDefFoundError in the constructor of

RE: External Image error

2002-10-24 Thread Venkata Rao Nadella
Hi, I am able to fix this problem. My Java installation was not proper. Thanks, Venkat -Original Message- From: Oleg Tkachenko [mailto:olegt;multiconn.com] Sent: Thursday, October 24, 2002 7:52 AM To: [EMAIL PROTECTED] Subject: Re: External Image error Venkata Rao Nadella wrote

External Image error

2002-10-23 Thread Venkata Rao Nadella
Hi, I am trying load an image through an URL as shown below. fo:external-graphic src="http://www.cafeconleche.org/cup.gif"/ But I am getting following error. Exception in thread "main" java.lang.NoClassDefFoundError at sun.net.www.http.HttpClient.init(Unknown Source) at

DO NOT REPLY [Bug 7337] New: - border around external image leaves empty space

2002-03-21 Thread bugzilla
/show_bug.cgi?id=7337 border around external image leaves empty space Summary: border around external image leaves empty space Product: Fop Version: 0.20.3 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority

Programmatically creating PDF files that reference an external image

2001-09-18 Thread Michael Woinoski
I need to generate pdf from a Java servlet for archiving as well as viewing in a web browser. The servlet will grab info from a database and create pdf with a scanned form as a background image. The image will be the same for all documents. The generated pdf files need to be as small as possible,

External Image

2001-06-28 Thread Hoang Nam
Hello, When I use external-graphic, the images is embedded in the PDF. But I 'd like to use the images as an external link to the image file and not as an image embedded in PDF . So , I can for exemple, reduce the size of the file. Could sombody tell me whether it is possible or show me how