You're welcome. The only way to verify is to decode the URL and save the extracted data to a file which will then be a normal JPEG file (or whatever).
To do this, just create a small program which builds a java.net.URL instance from the data URL, then get the InputStream by calling URL.openStream() and read and copy all the data to a FileOutputStream. On 12.05.2005 09:58:35 Amita Rathore wrote: > You are right. I tried again and the sample image displays. > Seems some problem with my image only. > I am getting it as a notesbitmap from remote system in a xml. > Do you know any way with which I can verify if I am getting proper data. > > Thanks a ton for your help :-) > > > > > Jeremias Maerki <[EMAIL PROTECTED]> > 05/12/2005 12:40 PM > Please respond to > fop-users > > > To > [email protected] > cc > > Subject > Re: How to prevent SVG Image from caching > > > > > > > No idea. The error message would indicate that the image contained in > the URL is not a valid JPEG file. But maybe there's something else > that's not right. > > Can you send me your FO file to test? > > Jeremias Maerki > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
