I have word document containing hyperlinked text. I want to go to that page and check if there is any embedded pdf. If there is I want to download the PDF
Hyperlink looks like this
http://pdfaiw.uspto.gov/.aiw?PageNum=0&docid=20150299141&homeurl=http\appft.uspto.gov
Most of the time link contains
<embed src="http://pimg-faiw.uspto.gov/fdd/41/2015/91/029/0.pdf"
width="100%" height="850" type=application/pdf></embed>
Is there any way? I am completely novice in VBA.