Page 1 of 1

Page count in File Explorer

Posted: Mon Feb 26, 2018 2:25 pm
by KerriTeam
Using Windows 10 (1709 and 1703) and PDF XChange Editor 7.0.324.2

We just updated to Editor version 7 and the "pages" column when added in File Explorer is now blank. A number of our users depend on this column data.



Is this a shell extension bug or ommission in the current version and, if so, can it be fixed?

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 2:42 pm
by Tracker Supp-Stefan
Hello KerriTeam,

Thanks for the post and enquiry.
I will need to check with our devs on that!

Will post back here as soon as I have any further news!

Regards,
Stefan

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 3:58 pm
by Tracker Supp-Stefan
Hello KerriTeam,

Just tested on a clean machine (virtual XP) - and the pages counter seems to be working fine:
Pages_count_working.png
But if it does not for you - can you please go to
C:\Program Files\Tracker Software\Shell Extensions
And launch the XCShInfoSetup.exe and try to re-register all our shell extensions and see if that helps at your end?

Thanks,
Stefan

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 5:38 pm
by KerriTeam
I have re-registered the shell extensions with no change. Also, we are using Windows 10 not XP.
FileExplorer.PNG

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 5:50 pm
by claude vidal
Same here with Windows 10 and 324.1

Strange thing is that .docx files show a page count.

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 5:53 pm
by Tracker Supp-Stefan
Hi Guys,

As a clean virtual machine I only had XP - that's why I tested on it. But my colleagues from the dev team told me that XP worked differently than 10 - so they are investigating now what is happening on 10 and how we can resolve this.

Regards,
Stefan

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 6:32 pm
by KerriTeam
This is somehow related to the preview handler.

In the past, we had to turn off the "Show preview handlers in preview pane" because File Explorer would lock the file when previewed. With version 7 (possibly earlier versions - we did not retest the setting until this release of 7) we can turn the setting back on without the file locking. But, I have been having an issue getting the setting to stick on within our group policy.

I have managed to get the settings to stick now using a combination of GPO setting for the Control Panel, a registry setting, and re-registering the shell extensions as you suggested.
FE3.PNG
FE2.PNG
FE1.PNG
Without the "Show preview handlers in preview pane" the "pages" count will not resolve. After this combination, I have everything working again!

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 6:42 pm
by KerriTeam
I would like to re-register the shell extensions through the command line to our users. Are there switches for the XCShInfoSetup.exe that I can use to re-register all of the handlers silently? Running the .exe with /? gives me no options.

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 7:19 pm
by Alex-Tracker DevTeam
XCShInfoSetup.exe currently does not have command line options, but shell extensions can be re-registered using regsvr32 command. To re-register Shell Extensions silently, please try next commands:
1) regsvr32 "XCShInfo.x64.dll" /u /s
1) regsvr32 "XCShInfo.x64.dll" /s
In some cases reboot needed to apply changes.
Please inform us if it does not help.

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 8:23 pm
by KerriTeam
Thank you for your help! Re-registering the shell extensions after the policy change did the trick.

Re: Page count in File Explorer

Posted: Mon Feb 26, 2018 8:46 pm
by TrackerSupp-Daniel
Glad to hear it all worked! :)