Skip to content

Checking for Upgrades to SplitPDF

GrahamDo edited this page Mar 11, 2019 · 1 revision

SplitPDF will automatically check for upgrades every 14 days. You can configure this behaviour by editing SplitPdf.exe.config, and changing the following settings:

  • DaysBetweenUpgradeCheck (default: 14) - Set this to -1 to disable automatic checking for upgrades.
  • UpgradeCheckUrl - Don't modify this value, or the application will become unstable.
  • SecondsDelayAfterFindingUpgrades - If the application finds an upgrade, it pauses to give you time to copy the URL. This is the number of seconds it should wait for.

At any time, you can force a manual upgrade check by executing: SplitPDF.exe -uc from the command line.

Clone this wiki locally