PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
PlorerXY6
Posts: 83
Joined: 13 Oct 2022 19:51

PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Post by PlorerXY6 »

Hello,
This program PDF Tools https://www.pdf-xchange.com/product/pdf-tools/ has a 32 bit and 64 bit version, however it won't let 32 bit be installed on 64 bit Windows 10.

It has a context menu but as is 64 bit, won't show up till you use the 64 bit XYplorer menu.

However it appears there actually is an x86 version of the context menu--see these two files:
C:\Program Files\Tracker Software\PDF Tools\PDFXToolsShellMenu.x86.dll
C:\Program Files\Tracker Software\PDF Tools\PDFXToolsShellMenu.x64.dll

One reg key I've found: Computer\HKEY_CLASSES_ROOT\CLSID\{E0E0016C-6025-4337-948F-0B655A18552B}

Changing this to the x86 dll doesn't help tho nor does making a copy in C:\Program Files (x86)\ directory.

Any thoughts on getting it to work - ie - in the native XYplorer 32 bit context menu, not the 64 bit context menu?

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

Re: PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Post by highend »

Which context menu entries don't appear in XY (without using the 64-bit context menu)?
One of my scripts helped you out? Please donate via Paypal

PlorerXY6
Posts: 83
Joined: 13 Oct 2022 19:51

Re: PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Post by PlorerXY6 »

highend wrote: 29 Nov 2023 01:31 Which context menu entries don't appear in XY (without using the 64-bit context menu)?
Attached "Process in PDF Tools" is missing in the 32 bit menu.
To see the attached files, you need to log into the forum.

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

Re: PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Post by highend »

I don't even get that one in Windows Explorer (while "Open with PDF-XChange Editor" does exist) so apart from trying to register the 32-bit dll via regsvr32 (via command prompt) I can't say anything more...
One of my scripts helped you out? Please donate via Paypal

PlorerXY6
Posts: 83
Joined: 13 Oct 2022 19:51

Re: PDF X-Change Editor batch program (PDF Tools) context menu in Xyplorer

Post by PlorerXY6 »

highend wrote: 30 Nov 2023 08:34 I don't even get that one in Windows Explorer (while "Open with PDF-XChange Editor" does exist) so apart from trying to register the 32-bit dll via regsvr32 (via command prompt) I can't say anything more...
Oh, to get the PDF Tools stuff, you have to have PDF Tools installed.

Thank you so much! This suggestion actually worked. I now get the PDF Tools context menu in XYPlorer's 32 bit menu.

Open cmd as Administrator
cd c:\Program Files\Tracker Software\PDF Tools
regsvr32 PDFXToolsShellMenu.x86.dll

Post Reply