Replies: 1 comment 3 replies
-
Try this: constructor() {
pdfDefaultOptions.disablePageLabels = true;
} I haven't used this option myself yet, so I'd appreciate your feedback. Does this work as well as the documentation promises? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hii stephanrauh,
I was using a pdf in which first five page labels were 1 to 5
. Then when I was continue scrolling page label again starts from 1.
This was creating confusion for users of my project.
Is there any way to : **Remove page label input box from paging buttons and only show pages starts from 1 till end of pdf ** with total number of pages like 24 of 46 only
It will be a big help.
Beta Was this translation helpful? Give feedback.
All reactions