I have an Iframe on a page. This iframe displays a PDF-file. How do I store this PDF in a variable (I guess this variable type is supposed to be blob)? I need to do it in order to works with this PDF further in JS. I tried to get the Iframe by its Id and than get iframe.contenDocument but it doesn't seem to work