Bug 105162 - two-page view always puts first page on left, when on the right is often more appropriate.
Summary: two-page view always puts first page on left, when on the right is often more...
Status: RESOLVED DUPLICATE of bug 100341
Alias: None
Product: kpdf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 23:19 UTC by Jim Higson
Modified: 2005-05-05 23:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Higson 2005-05-05 23:19:43 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Unlisted Binary Package

KPDF always shows PDFs like this:

 __   __
|1 | |2 |
|__| |__|
 __   __
|3 | |4 |
|__| |__|
 __   __
|5 | |6 |
|__| |__|

Whereas on the same file Acrobat would show them like this:

      __
     |1 |
     |__|
 __   __
|2 | |3 |
|__| |__|
 __   __
|4 | |5 |
|__| |__|
 __ 
|6 |
|__|


For me, the Acrobat way makes more sense. Page 1 is the cover; when you open a book, the first page after the cover is usually on the left.

In KPDF, the subsequent 'left' pages are on the right and vice versa. For PDFs laid out especially for 2-page layout (in TeX, OpenOffice etc) this can look pretty strange.

If required, I can give an example file, but in my experience every PDF file created for two-page display shows these problems.
Comment 1 Albert Astals Cid 2005-05-05 23:28:07 UTC

*** This bug has been marked as a duplicate of 100341 ***