I have a wide screen that has enough space to show more than 2 pages side by side. In MS Word, zooming out seems to achieve this, but I couldn't find a way of doing the same with PDFs. This is on Mac OS X, and I tried Preview and Adobe Acrobat Reader DC. Both can show 2 pages side by side, but nothing more than that. Any ideas on how to do this with these tools, or any other tool that would work on Mac OS X?
22k 56 56 gold badges 215 215 silver badges 364 364 bronze badges asked Oct 10, 2018 at 10:43 263 1 1 gold badge 2 2 silver badges 8 8 bronze badgesPDF.js is also available as a plugin for other browsers.
miroxlav already pointed to the use of PDF.js but I think that horizontal scrolling is a more appropriate answer because the question asked about side by side views.
answered Aug 7, 2019 at 9:43 Dr Fabio Gori Dr Fabio Gori 510 4 4 silver badges 7 7 bronze badgesTwo ways to work-around the issue:
Given that this is trivially possible within MS Word for Word files, I cannot believe no PDF reader will support it! Thanks for the workaround suggestions. My current workaround is splitting each page into a PNG image and displaying them in a custom HTML page. Not great, but at least automatable.
Commented Oct 10, 2018 at 14:50The Okular app has an overview mode that enables multipage views side-by-side (View > View Mode > Overview).
In the preferences, you can set the desired number of side-by-side pages that you would like to view.
If you get a message "The app can’t be opened because Apple cannot check it for malicious software." after installing Okular in the Applications folder try the following: right-click on the Okular icon and press 'Open', a pop-up will appear and click 'open' again. (from https://discussions.apple.com/thread/250425993).
I can finally use the whole area of my 40" 4k monitor for PDF reading and annotating!
answered Jan 1, 2022 at 16:44 John Sidiropoulos John Sidiropoulos 91 1 1 silver badge 2 2 bronze badgesOption 1:
This is not close to something I would call THE solution, due to a number of factors (I will play down my own answer itemizing these below). But it is the closest I got when trying to do the same thing! In particular if trying to change the view on-the-fly.
You need Microsoft Word (#1). Open the pdf file. There may be some things that do not show up exactly as in the pdf, in particular if it has many images (#2). But it may give you a good bird's eye view of the document, which may be your main target given that having several pages side-by-side does not allow for much more than this.
Go to View -> Multiple pages (in Spanish here).
Then set the Zoom level that gives you the number N of side-by-side pages you want, depending on your monitor size and resolution, and Word reading pane size. Say you have 3 side-by-side pages at the current zoom level, your pdf will be displayed 3 pages per row, and you will scroll down across this layout. You will not be scrolling horizontally across pages in a continuous manner (#3?). This may or may not be what you want.
Option 2:
Generate a pdf N-up file. There are a number of ways to do this. It will create a "fixed" view (with fixed number N of side-by-side pages), and you would have to generate a new pdf N-up for each N .
Adobe Acrobat allows for this printing. There is also pdfnup . I do not have MacOS, but I guess it should work. Its advantage over Adobe Acrobat is that you can do batch processing. This may make your life easier.