Client PDF Upload (Catalogue) – Automatically update link to PDF

You could go with a plugin or just a theme options page that I believe is a better approach as you build a theme.

You could find more information about theme options page to the wordpress CODEX and the Customize API

You could use something like this add_settings_section( string $id, string $title, callable $callback, string $page ) more info here