PDF Preview on preview panel

Features wanted...
Post Reply
Fushko
Posts: 19
Joined: 27 Jun 2021 23:14
Location: W10x64-100%

PDF Preview on preview panel

Post by Fushko »

Hello, I am very grateful with the XYplorer program, it meets all the expectations of a file explorer and more.
I work a lot with PDF files. I have to open them all the time to know how to differentiate them.

The OneCommader program displays PDFs with a single click and can be reviewed page by page exactly as they are on preview panel.
Attach OneCommander example Pic.

On XYplorer they are seen now in pure text.
Attach XYplore example Pic

I wish that in the preview panel on XYplorer, I could see them with a single click like the OneCommader program does.

Thank you so much...
You do not have the required permissions to view the files attached to this post.

RalphM
Posts: 2086
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: PDF Preview on preview panel

Post by RalphM »

PDF preview experience (like other file types) depend mainly on the preview handler installed by the PDF software you have installed on your system.
There are many threads on this forum about PDF preview, do a search of the forum and you might find a solution.
Btw no problem with your described PDF preview on my system with a current PDF XChange Editor and then a legacy PDF XChange Viewer installed in that order.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

highend
Posts: 14924
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: PDF Preview on preview panel

Post by highend »

Execute this script e.g. from the address bar and post the result:

Code: Select all

text "Prev. handler:" . <crlf> . get("previewhandler", "pdf") . <crlf 3> . "Associated app: " . get("assoc", "pdf");
Make a copy of your XYplorer.ini, rename it to XYplorer.xys, attach that one to your next post
One of my scripts helped you out? Please donate via Paypal

Fushko
Posts: 19
Joined: 27 Jun 2021 23:14
Location: W10x64-100%

Re: PDF Preview on preview panel

Post by Fushko »

highend wrote: 11 Dec 2024 09:01 Execute this script e.g. from the address bar and post the result:

Code: Select all

text "Prev. handler:" . <crlf> . get("previewhandler", "pdf") . <crlf 3> . "Associated app: " . get("assoc", "pdf");
Make a copy of your XYplorer.ini, rename it to XYplorer.xys, attach that one to your next post
Hi, this is result of the executed script:

Prev. handler:
Preview handler for pdf files
GUID: {DC6EFB56-9CFA-464D-8880-44885D7DC193}
DefaultName: Adobe PDF Preview Handler for Vista
DisplayName: @C:\Program Files\Adobe\Acrobat DC\Acrobat\pdfprevhndlr.dll,-101


Associated app: Acrobat.exe

Here copy of my xyplore.ini file
You do not have the required permissions to view the files attached to this post.

Fushko
Posts: 19
Joined: 27 Jun 2021 23:14
Location: W10x64-100%

Re: PDF Preview on preview panel

Post by Fushko »

RalphM wrote: 11 Dec 2024 08:50 PDF preview experience (like other file types) depend mainly on the preview handler installed by the PDF software you have installed on your system.
There are many threads on this forum about PDF preview, do a search of the forum and you might find a solution.
Btw no problem with your described PDF preview on my system with a current PDF XChange Editor and then a legacy PDF XChange Viewer installed in that order.
Thanks......

Post Reply