Get current page size synchronously
Opened this issue · 4 comments
jjochen commented
Is there a way to get the current pdf page size synchronously?
As getPage
recently became async, it can't be used in synchronous methods anymore. Is there another way?
anggaaryas commented
try to use controller.currentPageNumber
jjochen commented
try to use
controller.currentPageNumber
And how would I get the page size from there?
anggaaryas commented
controller.pageCount
jjochen commented
controller.pageCount
What I meant ist size of the current page as in width and height.