size of pdf MDBU preview

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
RalphM
Posts: 2042
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: size of pdf MDBU preview

Post by RalphM »

They are all set to 0 in my config but I get the small pdf preview as well (with PDF XChange Editor).
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: size of pdf MDBU preview

Post by admin »

Really?! That's MDBU, right, not Hover Box?

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

Re: size of pdf MDBU preview

Post by RalphM »

Yes, MDBU on icon in Details View.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: size of pdf MDBU preview

Post by admin »

In the next beta (v20.80.0101), do this:

Code: Select all

echo get("mdbusize", "<your pdf file>");
or select the PDF file in the list and do this:

Code: Select all

echo get("mdbusize");

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

Re: size of pdf MDBU preview

Post by RalphM »

Probably not what you expected:
PicPick_482.jpg
PicPick_482.jpg (20.63 KiB) Viewed 3337 times
but looking like this:
PicPick_484.jpg
PicPick_484.jpg (82.85 KiB) Viewed 3337 times
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: size of pdf MDBU preview

Post by admin »

Well, it's a first step into knowledge...

PS: What about your Hover Box on PDFs. Also small?

PS2: Should be fixed in v20.80.0102. :)

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

Re: size of pdf MDBU preview

Post by RalphM »

Yes, hover box for PDF's was small too.

Unfortunately not there yet, 20.80.0102 results in a "Cannot decode" message for the same PDF as above.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: size of pdf MDBU preview

Post by admin »

Oh.

Something must be wrong with your shell extensions (thumbnail handler in this case). Are you sure PDF XChange Editor is correctly installed?

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

Re: size of pdf MDBU preview

Post by RalphM »

I had an older version (7.xxx) of PDF XChange Editor so uninstalled that one and reinstalled the newest version 8.336 but still no luck, same message of "Cannot decode".
And I haven't got any special codecs installed ether.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

fletch
Posts: 32
Joined: 18 Feb 2020 01:39

Re: size of pdf MDBU preview

Post by fletch »

Following your Shell Extensions reminder, I finally dove into that after following a reference I came across about User-Defined Preview Handlers. Found the Sumatra handler and added that. There were two entries with the same GUID (in ShellEx). A thumbnail and preview handler. In my case I get neither a thumbnail nor MDBU preview with that GUID configured in XYplorer as a custom handler for PDF's.

fletch
Posts: 32
Joined: 18 Feb 2020 01:39

Re: size of pdf MDBU preview

Post by fletch »

Just sharing - as I try different things, I too see the tiny MDBU preview if I have the PDF-X v8 "Editor" installed but the preview was the expected size when using the v2.5 viewer - https://www.tracker-software.com/produc ... scontinued. But I think I discern from the discussion you've already got a handle on that issue in the current beta.

fletch
Posts: 32
Joined: 18 Feb 2020 01:39

Re: size of pdf MDBU preview

Post by fletch »

Yup, MDBU size fixed in the beta but some PDF's still get Can't Decode and as such get no preview.

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

Re: size of pdf MDBU preview

Post by RalphM »

Well, not fixed for me, as I haven't found a pdf yet that doesn't show the "Can't decode" message.
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: size of pdf MDBU preview

Post by admin »

Weird. I wonder why not more users a re reporting that the last beta stopped working for PDFs.

Code: Select all

text get("thumbnailprovider", "pdf");
Result:
GUID: {EBD0B8F4-A9A0-41B7-9695-030CD264D9C8}
DefaultName: PDF-XChange PDF Thumbnail Provider
DisplayName: PDF-XChange PDF Thumbnail Provider


Code: Select all

text get("previewhandler", "pdf");
Result:
GUID: {CF822AB4-6DB5-4FDA-BC28-E61DF36D2583}
DefaultName: PDF-XChange PDF Preview Provider
DisplayName: PDF-XChange PDF Preview Provider

PS: Next version tries another fix.

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

Re: size of pdf MDBU preview

Post by RalphM »

My results:
GUID: {644D29FB-8692-49A6-B37D-D11A4CCC7A6D}
DefaultName: PDF-XChange PDF Thumbnail Handler

GUID: {9B68BDF7-95F9-4A1F-851C-27D822F8E3E9}
DefaultName: PDF-XChange Preview Handler
DisplayName: PDF-XChange Preview Handler

Apparently, neither the GUID's nor the names seem to match - for whatever reason.

Here again my installed version PDF XChange Editor:
PicPick_486.jpg
PicPick_486.jpg (123.7 KiB) Viewed 3180 times
Ralph :)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

Post Reply