Hello,
Please I want a help.
When open left-opening pdf file(e.g. Japanese novels) and facing-view mode,
displaying pages left and right are reversed.
Is PDF-X viewer not support left-opening viewing?
Thanks in advance.
How to Display correctly for left-opening pdf file
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
tacoyaki
- User
- Posts: 3
- Joined: Thu Oct 09, 2014 12:27 pm
-
Stefan - PDF-XChange
- Site Admin
- Posts: 19930
- Joined: Mon Jan 12, 2009 8:07 am
Re: How to Display correctly for left-opening pdf file
Hello tacoyaki,
Can you please go to View -> Page Layout -> Show Cover page in Two Page View - and see if that helps?
Also - please download and try the Viewer's successor the PDF XChange Editor:
https://www.pdf-xchange.com/product ... nge-editor
Where you can switch to ribbon page layout which might also be helpful.
Regards,
Stefan
Can you please go to View -> Page Layout -> Show Cover page in Two Page View - and see if that helps?
Also - please download and try the Viewer's successor the PDF XChange Editor:
https://www.pdf-xchange.com/product ... nge-editor
Where you can switch to ribbon page layout which might also be helpful.
Regards,
Stefan
-
tacoyaki
- User
- Posts: 3
- Joined: Thu Oct 09, 2014 12:27 pm
Re: How to Display correctly for left-opening pdf file
Thank you for replying.
I desire to dispay like Image1 in facing-view mode.
But PDF-X viewer has displayed incorrectly like Image2
[Image1]

[Image2]

Please take below pictures.left-opening pdf file(e.g. Japanese novels)
I desire to dispay like Image1 in facing-view mode.
But PDF-X viewer has displayed incorrectly like Image2
[Image1]

[Image2]

I try it, but it is not improvement.Can you please go to View -> Page Layout -> Show Cover page in Two Page View - and see if that helps?
-
Stefan - PDF-XChange
- Site Admin
- Posts: 19930
- Joined: Mon Jan 12, 2009 8:07 am
Re: How to Display correctly for left-opening pdf file
Hello tacoyaki,
I understand now. It seems like your document has been scanned in the wrong page order in this case.
Please press Ctrl-J to open the JavaScript console and then copy paste this in there:Then run the script. This will reorder the pages in your document so that each couple of pages have swapped.
(To be able to save that you will need a license for our Viewer/Editor)
Regards,
Stefan
I understand now. It seems like your document has been scanned in the wrong page order in this case.
Please press Ctrl-J to open the JavaScript console and then copy paste this in there:
Code: Select all
for (i = 0; i < this.numPages; i+=2)
{
this.movePage(i,i+1);
}(To be able to save that you will need a license for our Viewer/Editor)
Regards,
Stefan
-
tacoyaki
- User
- Posts: 3
- Joined: Thu Oct 09, 2014 12:27 pm
Re: How to Display correctly for left-opening pdf file
Thank you for reply.
But I forgot to say an important thing, sorry.
I'm going to read purchased E-book(secured PDF file) using PDF-X viewer.
So, It can't be run Java script by secure setting in this file.
May I do it without using Java script?
By the way, Adobe reader(11.0.8 JPNver) can display correctly like a Image1.
But I like PDF-X viewer.
But I forgot to say an important thing, sorry.
I'm going to read purchased E-book(secured PDF file) using PDF-X viewer.
So, It can't be run Java script by secure setting in this file.
May I do it without using Java script?
By the way, Adobe reader(11.0.8 JPNver) can display correctly like a Image1.
But I like PDF-X viewer.
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: How to Display correctly for left-opening pdf file
Hi Tacoyaki,
do I understand that this is actually a book read from right to left? Have you looked at how it reads in the Editor? I know you said you prefer the Viewer but the Editor has right to left support that the Viewer will never get. I'd be very interested in hearing how the Editor performs in this regard.
Paul
PS - you do realize your forum name makes me hungry, right?
do I understand that this is actually a book read from right to left? Have you looked at how it reads in the Editor? I know you said you prefer the Viewer but the Editor has right to left support that the Viewer will never get. I'd be very interested in hearing how the Editor performs in this regard.
Paul
PS - you do realize your forum name makes me hungry, right?
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com