How to open pdf with jump to particular page in embed adobe api?
I implemented the adobe embed api in Angular using Angular sample, now I want to jump to a particular page
Example: I opened example.pdf it has 14 pages and I want to jump to the 3rd page, how can I do that.
In this https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDFOpenParameters.pdf , I saw the property of page which we can add after pdf URL like example.pdf#page=3 so it will directly jump to 3rd page of that pdf.
But when I implement that property it won't jump to that page
Any suggestions for this are appreciated, Thanks in advance