Copy link to clipboard
Copied
Hi community,
I am struggling hard with this issue with the recent updates with all chromium browsers.
The default view of web browsers seem to be single page, but my project has spreads, and supposed to be viewed as Two Up facing with cover page. 😞
I have tried exporting it as spread, which visually does reflects my intention, but page numbers are reduced down by 1/2 (as it is spread). Page numbers are set through master page - style - current page.
Another method I tried is to export as pages, with two-up facing. But the web browser would display pdf as single page by default. I tried to add in javascript into pdf, but that did not address the issue.
Are there any settings or scripts that would display two up facing with cover page by default on the web browser?
Sincerely
Copy link to clipboard
Copied
A little update to this question:
Seems like the javascript would be ignored by default on web browsers, hence adding javascript onto the pdf file is not going to address the issue.
Copy link to clipboard
Copied
One thing you can try is to add a link to download Acrobat Reader with one of those notes to the effect of "This document is best viewed in Acrobat Reader" and tell them how to download the PDF.
Some may follow your instructions, but there is no guarantee.
Jane
Copy link to clipboard
Copied
You have absolutely no control over whether a PDF viewer honors page-display settings, or any other settings.
The only 100% reliable PDF viewer is Adobe Acrobat. Every other viewer from third parties, and especially those for mobile devices and browsers, varies widely in what parts of the PDF standard it implements. Most omit the "fancy" stuff like interactive elementrs. Many are weak on following document settings like initial display zoom and layout. (The goal is usually speed, a small software footprint, or just "not being Adobe."
It's possible there is some JS hack that could get a Chromium browser to adjust the layout, but that would assume its PDF plugin even has the feature to do so.
Copy link to clipboard
Copied
Hi James,
If the pdf was exported as spread, is there any ways to display the number of pages, instead of number of spreads?
Copy link to clipboard
Copied
Exporting to spreads simply makes one document page out of each pair; I don't think any data is retained about the "facing" pages etc.
I don't know if there's a value in the PDF you can set or hack to reflect the number of virtual pages — might be a question for the Acrobat forum here.
Copy link to clipboard
Copied
After exporting your file as a PDF as pages; not spreads; you move on to Acrobat > File > Document Properties > Initial View ... and set how you would like the pages to display and you can choose spreads. Finish up with an OK ... Save.
Copy link to clipboard
Copied
...assuming the viewer honors those settings. Or even has the option to set that view in its design. Most browser viewers default to one page at default zoom and have no other modes.
Copy link to clipboard
Copied
Quite true. The author can set it; but the user can over-ride it, too (in Acrobat)
Copy link to clipboard
Copied
I just ran a quick test, and indeed Chrome's PDF viewer doesn't honor this setting (while Firefox does):
Copy link to clipboard
Copied
Just an aside — I have no idea why FF fell so far out of favor while Chrome rules. Where they aren't equivalent, Firefox is superior, and it's details like this that keep cropping up to prove the point.
I switched to FF when it was new and "better" and remain with it through all supposed improvements elswhere. I keep Chrome around for a backup since too many web apps are wholly optimized for it and glitch on most other browsers.