Forum Discussion
jorgesimoes1983
12 years agoRegular Contributor
You can do it like this, it works great!
http://smartbear.com/forums/f81/t88540/getting-exception-while-trying-to-read-pdf-file/#88834
and you can search for the document by doing something like this:
var properties= new Array("ObjectIdentifier", "ObjectType");
var values= new Array("PDF", "Object");
var objPdf = Sys.Process(iexplore).Page("*").Find(properties, values, 20);
then look at src property or innerHTML (it dependes the website structure)
http://smartbear.com/forums/f81/t88540/getting-exception-while-trying-to-read-pdf-file/#88834
and you can search for the document by doing something like this:
var properties= new Array("ObjectIdentifier", "ObjectType");
var values= new Array("PDF", "Object");
var objPdf = Sys.Process(iexplore).Page("*").Find(properties, values, 20);
then look at src property or innerHTML (it dependes the website structure)