I'm working on a browser extension that needs to read the data in a pdf file that pops up.
When the popup comes up and I go to inspect, I only find the following information:
<embed id="plugin" type="application/x-google-chrome-pdf" src="https://thisisnottherealurl-soignorethis part......../something.aspx" stream-url="chrome-extension://xxxxxx/xxxx" headers="cache-control: no-cache, no-store,must-revalidate
content-type: application/pdf
date: Wed, 03 Mar 1999 15:31:26 GMT
expires: -1
pragma: no-cache
server: Microsoft-IIS/10.0
x-aspnet-version: 4.0.30319
x-powered-by: ASP.NET
" background-color="0xFF525659" top-toolbar-height="0" javascript="allow" full-frame="" pdf-viewer-update-enabled="">
I know for a fact that the information is in XML format, and I am certain that it is found in the embed tag. I can view it by changing the settings to 'save' the file rather than to view it. What I cannot seem to find, neither in the Network information nor the Source, is where that information is at nor how I can have the browser extension go through it for me.