Is there any API for interacting with Google Chrome PDF Viewer, pdfium? Like reading page number of current page or setting current page (like Adobe #page=10) or a supporting library like PDFObject for doing these?
Is there any API for interacting with Google Chrome PDF Viewer, pdfium ? Like
Share
Chrome PDF Reader supports
#page=Xas a postfix to the URL in order to jump to a specific page in a PDF documentSay you are reading a page at
https://www.example.com/examplePDF#page=4it opens page 4 directly.