This commit is contained in:
Peter Maquiran
2021-09-30 13:31:17 +01:00
parent 4d01ee4a9b
commit 07823d856a
4 changed files with 29 additions and 6 deletions
@@ -193,7 +193,7 @@ export class DocumentViewerPage implements OnInit {
pdfDoc.getPage(1).then(function(page) {
// you can now use *page* here
alert('first page')
// alert('first page')
});
// Initial/first page rendering