PDF thumbnails... again

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: PDF thumbnails... again

Post by admin »

This usually helps people where it does not work out of the box:
https://www.xyplorer.com/faq-topic.php?id=PDFthumbs

Get a picture of the first page on the thumbnail? Of course!

Probably remnants of Adobe in the registry that screw it.

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

This usually helps people where it does not work out of the box:
https://www.xyplorer.com/faq-topic.php?id=PDFthumbs
gets the following:

Install the free PDF-XChange Viewer.

If you are using PDF-XChange Viewer and there are still no thumbnails add this key to your registry (only do it if you are experienced and know what your are doing):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PDF-XChangeViewer.1\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{B2F55D43-C7A4-4B7C-90D7-7A860DFA9F2A}"

Then reboot.
Or install the free Sumatra PDF Viewer.

I have the pro XChange editor and like most I'm not comfortable with Reg Edit. Would this not be a good place for XY to shine?
Besides M$ has a way to update and destroy many such efforts.

pat

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

Re: PDF thumbnails... again

Post by highend »

Code: Select all

REG ADD "HKLM\SOFTWARE\Classes\PDF-XChangeViewer.1\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}" /ve /d "{B2F55D43-C7A4-4B7C-90D7-7A860DFA9F2A}" /f
From an elevated command prompt...
One of my scripts helped you out? Please donate via Paypal

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

highend wrote:

Code: Select all

REG ADD "HKLM\SOFTWARE\Classes\PDF-XChangeViewer.1\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}" /ve /d "{B2F55D43-C7A4-4B7C-90D7-7A860DFA9F2A}" /f
From an elevated command prompt...

Some of us are just too dumb to do this sort of thing - including me.
p

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

highend wrote:

Code: Select all

REG ADD "HKLM\SOFTWARE\Classes\PDF-XChangeViewer.1\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}" /ve /d "{B2F55D43-C7A4-4B7C-90D7-7A860DFA9F2A}" /f
From an elevated command prompt...

Highend,
You have a good eye for excellent programs - including the Sumatra PDF.
I installed it and did not see anything about 32 or 64 bit - and it ran just fine on my Win10 64bit PC.
Then I saw the 64-bit Installer and it apparently installed in the 32-bit (x86) location.

Sumatra was able to make itself the PDF default reader.

The let Windows show previews of PDF documents - I take that as the ability to show the first page of a document. It simply does not work in win10 - latest edition ...

The let Windows Desktop Search search PDF documents - is a place not to go unless you love Cortana and M$ inability to do searches - ever IMHO.

The question is - how can we avoid the M$ drag of indexing and simply rely on XY and Everything (by Void)?
Could XY not incorporate the needed - small routine that you had and make it work? Who here would object to this.



Desktop Search Not Working: What do I do?
In Windows 10, Cortana powers your search. Cortana is supposed to be like a virtual assistant, but it may assist more in giving you headaches than actual results. Even when you disable Cortana, you will notice it still running in your task manager. I found that... etc.
https://lookeen.com/blog/how-to-fix-win ... h-problems

pat
Attachments
C^ 6-11-01_2969.jpg
C^ 6-11-01_2969.jpg (311.95 KiB) Viewed 2794 times

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

Re: PDF thumbnails... again

Post by highend »

Then I saw the 64-bit Installer and it apparently installed in the 32-bit (x86) location.
You must have messed up your system. The 64-bit installer of Sumatra that I just downloaded
wants to install itself in the 64-bit path (C:\Program Files\SumatraPDF) by default.
The let Windows show previews of PDF documents - I take that as the ability to show the first page of a document.
As the wording implies Sumatra installs a preview handler. But this handler is not responsible for showing a preview of the first page as a thumbnail.
The let Windows Desktop Search search PDF documents - is a place not to go unless you love Cortana and M$ inability to do searches - ever IMHO.

The question is - how can we avoid the M$ drag of indexing and simply rely on XY and Everything (by Void)?
Could XY not incorporate the needed - small routine that you had and make it work? Who here would object to this.
Cortana is not the way to go anyway. At least not if you care about privacy. What should XY incorporate exactly, the little reg add command?
What has it to do with Cortana? Sorry, I think I do not understand this question.
One of my scripts helped you out? Please donate via Paypal

christopherwood
Posts: 30
Joined: 07 Jul 2015 01:36

Re: PDF thumbnails... again

Post by christopherwood »

This usually helps people where it does not work out of the box:
https://www.xyplorer.com/faq-topic.php?id=PDFthumbs
Install the free PDF-XChange Viewer.
If you are using PDF-XChange Viewer and there are still no thumbnails add this key to your registry (only do it if you are experienced and know what your are doing):

Code: Select all

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PDF-XChangeViewer.1\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{B2F55D43-C7A4-4B7C-90D7-7A860DFA9F2A}"
I tried this on my latest home machine, Win 10, Xyplorer 17.20, and at seems to have FIXED the black PDF thumbnails! :tup: :D

As a bonus, I did NOT make PDF-XChange Viewer the default program for opening PDFs. I have reasons to want to keep Adobe Acrobat as the default. Nonetheless (and don't ask me how or why), the above solution has worked, at least on this one machine. I hope to apply it to other machines when I get a mo'.

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

highend wrote:
Then I saw the 64-bit Installer and it apparently installed in the 32-bit (x86) location.
You must have messed up your system. The 64-bit installer of Sumatra that I just downloaded
wants to install itself in the 64-bit path (C:\Program Files\SumatraPDF) by default.
The let Windows show previews of PDF documents - I take that as the ability to show the first page of a document.
As the wording implies Sumatra installs a preview handler. But this handler is not responsible for showing a preview of the first page as a thumbnail.
The let Windows Desktop Search search PDF documents - is a place not to go unless you love Cortana and M$ inability to do searches - ever IMHO.

The question is - how can we avoid the M$ drag of indexing and simply rely on XY and Everything (by Void)?
Could XY not incorporate the needed - small routine that you had and make it work? Who here would object to this.
Cortana is not the way to go anyway. At least not if you care about privacy. What should XY incorporate exactly, the little reg add command?
What has it to do with Cortana? Sorry, I think I do not understand this question.
&&&&&&&&&&&&&&&&&&&&&&&&

What can I say other than it is a rough world.The attached shows S running at 64-bit out of the x86 32-bit folder in addition the task mgr does NOT say 32 bit.
The PDF icons display correctly in S now - with pictures of the first page of the PDF. This also works in M$ File explorer that will show the PDF pictures correctly and along with JPGs.
XY only show generic (non picture) icons. How can I fix that and have XY at least match what the File Exp can?


As for M$ - it forced the M$ Edge as always open with. Just as they insist you grant M$ permission to use all your files as they see fit - if you want to sign up for Snapchat.
They also screw up many custom settings such as Manifest files that are needed to run CS6 in high resolution.
Even lo-life such as at&t (no caps0 offered me $70 prize for participating in a survey - that was today.
I opt out of virtually everything - if or when possible. They will get us all sooner or later <grin>.
pat
Attachments
C^ 6-11-02_2974.jpg
C^ 6-11-02_2974.jpg (208.26 KiB) Viewed 2764 times

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

Correction - both XY and F Exp do the same kind of incomplete icon display - see attached.
Sumata - will only display PDFs . My folders have a happy mix of pdf, word and jpgs.
Attachments
F Explo C^ 6-11-02_2975.jpg
F Explo C^ 6-11-02_2975.jpg (90.98 KiB) Viewed 2761 times

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

Re: PDF thumbnails... again

Post by highend »

Upload two files (both zipped individually)

01. TD-50_QuickStart_e01_W.pdf
02. hd-1_starter_book_lesson_03.pdf
One of my scripts helped you out? Please donate via Paypal

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

the two files

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

another tr

files - The file is too big, maximum allowed size is 2 MiB.
How can I even cancel a message on this ...

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

This thing that pdf thumbnails failing to display is not a new problem. It started in win7 or at least about two years ago.
A google will show that there are a number of fixes - some work and some do not. It can be a moving target.
The pdf people have not seen fit to come up with a solution.
pat
got to run...

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

another try
Attachments
C^ 6-11-02_2982.jpg
C^ 6-11-02_2982.jpg (136.28 KiB) Viewed 2748 times

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: PDF thumbnails... again

Post by pat55 »

the zip
Attachments
sort7.7z
(1.07 MiB) Downloaded 128 times

Post Reply