Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customizing when it comes to zooming a specific pdf file in linux #9114

Closed
SehyunPark opened this issue Nov 9, 2017 · 3 comments
Closed

Comments

@SehyunPark
Copy link

SehyunPark commented Nov 9, 2017

<What went wrong? (add screenshot)>
image

When browsing the pdf file using pdf.js viewer, I found out that when it comes to zooming,
there are the selected options (e.g 50%, 75%, 100%, etc).
how can I zoom in the file while using customized zooming version? (e,g 53% 20%)

<What is the expected behavior?>
There are no personally customized zooming options
Using the customized option , it would be much helpful for the ones who want to see the pdf file based on what they want to see the slide with the size they need

pdf-options

@SehyunPark SehyunPark changed the title how to customize when it comes to zooming a specific pdf file? customizing when it comes to zooming a specific pdf file in linux Nov 9, 2017
@Snuffleupagus
Copy link
Collaborator

If you need a specific zoom level, the easiest solution is to append e.g. #zoom=20 (or whatever value you need) to the URL; please see https://github.com/mozilla/pdf.js/wiki/Viewer-options for additional details.

@SehyunPark
Copy link
Author

image
Thanks for the reply, and after entering (e.g 17%) in URL, it works.

@SehyunPark
Copy link
Author

SehyunPark commented Nov 9, 2017

image
and after giving several tries, found out the file is zoomed with the %(up to second decimal place)
(e.g #zoom = 80.50923 -> 80.51%; as shown above)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants