Accessing PDFium plugin methods with JS in Chrome 2019
问题 I would like to access the PDFium API, that is the pdf viewer in Chrome. It is not clear what can I do. Some old questions give some hints. does pdfium expose its api to javascript? i want to get the number of current page, but how to do this? Call pdfium (chrome native pdf viewer) from javascript I created a HTML file but I see that the methods of the plugin are not working. <html> <body > <embed id='embedId' width='100%' height='100%' name='plugin' src='C:\path\file.pdf' type='application