Skip to content
Advertisement

How to open secific range of pages in pdf instead of whole pdf

How to modify the following code to open specific range of pages within the pdf for example from page 5 to 30 instead of opening the whole pdf. Thanks in advance

JavaScript

Advertisement

Answer

You can’t modify a third party tool, where the option to change the site range programmatically isn’t given. Thus, you can’t use external Viewer without Endpoints to handle.

I recommend to watch for app internal PDF Viewer/Tools that you can modify by code.

Take a look at this post, it can help you to work around or use the mentioned open source tools. Cheers!

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement