version: ^1.0.2
<pdf-viewer [src]="assets/test.pdf"
[page]="'3'"
[original-size]="true"
[show-all]="true"
style="display: block;">
</pdf-viewer>
This code doesn’t work. How i can scroll to 3 page in pdf file ?
Now you can scroll to a page with the following code, add this to your component that uses
pdf-viewer
componentand then use it