How to capture PDF contents using Chrome Extension API -


i'm writing google chrome extension, , need way of saving contents of current page, whether it's html page or pdf page.

for html, can use chrome.pagecapture.saveasmhtml, however, not work if current page pdf document. i've been searching way dump pdf chrome's pdfviewer, i've found absolutely no information on it.

the 1 requirement have can't issue second request, pdf response form submission, , second request re-submit form causing duplicate data. system out of control, can't change behavior.


Comments