-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fit to width with files containing pages having different formats #134
Comments
This is a tricky one as checking each pages actual size can be really expensive and most documents are of the same size. Can you give a bit more background on the original user issue. I've been playing around with a few viewers that I have installed and the behaviour does seem to vary quite a bit. Would fit to width using the current page be an option for some of your users, basically select fit to width again and it's done for the current page? The trouble is mainly with column page views, the page views could be made reflect the page fit mode on a page by page basis fairly easily. |
Regarding the performance issues, I'll trust your judgement, but I've tried it with a 744 pages long document and selecting fit to width or changing the view (one column/one page/etc) is pretty much instantaneous. |
The
Fit to width
option (and others maybe) behaves incorrectly when a pdf file contains pages with different sizes.It probably considers only the width of the current page, but if there are pages which are wider, there will be an horizontal scrollbar at the bottom and the current page won't be centered in the viewport.
Fit to width
should consider the widest page in the document to adapt the view.The text was updated successfully, but these errors were encountered: