jerry wrote:

>hi,
>
>how to find whether the urls in the pdf file is active or not.
>  
>
First you extract the URLs from the PDF.
Then I guess you create a java.net.URL object
and try openStream. If it fails, the URL is down
for the moment, if it works, it's active.
I don't think there's any waterproof solution.
brm
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to