Hi,              First, thanks for all the efforts that you guys contributed.   
           I encounter a problem when I try to import an image from a website 
and stored in in the pdf. 
                PDXObjectImage ximage;        File file =new File(surl);        
  // surl is a string, which have the url of an image.For instance, 
http://www.abc.com/a.jpg    ximage = new PDJpeg(document, new 
FileInputStream(file) );    //document is PDDocument and I already have the 
page set up and everything.         However, it doesn't work. So I wonder 
whether any of the developers or anyone know how to solve it. Thanks,     bobby 
                                          

Reply via email to