[iText-questions] Passing Credentials to create instance of the image

2013-08-26 Thread balarkadsrk
Hi, I need to generate an image in the PDF from a url. The url from which i need to get the image requires authentication. While i am trying to get the instance of the image. Its throwing an error 403 - Authentication required. Is there any option to provide the credentials to get the instance of

Re: [iText-questions] Passing Credentials to create instance of the image

2013-08-26 Thread Paulo Soares
Load the image first to a byte array using whatever Java has to authenticate. Paulo On Mon, Aug 26, 2013 at 2:44 PM, balarkadsrk balarkad...@gmail.com wrote: Hi, I need to generate an image in the PDF from a url. The url from which i need to get the image requires authentication. While i am