It's possible to read a PDF document accessing using an URL ?
With PdfReader(String filename) it's necessari to use a filename, and it depends on the file system and the operating system (win or unix).
 
I ask for something similar to read and image file using

Image logo = Image.getInstance(new URL(http://xxx.yy.zz/images/Image.jpg)) but for a PDF

PdfReader reader = new PdfReader (new URL(http://xxx.yy.zz/pdf/file.pdf))

 
Thank's in advance.
 
******************************
Julio Peņuela Gil
Centre d'informātica
Universitat de Barcelona
Tel: 93-403-44-25
******************************
 

Reply via email to