Download pdf filename suffix change?

Hi.

Currently the downloaded PDF is:

<invoice number>.pdf
example: 2022-0951-01.pdf

would it be, however, possible to chage suffix to.
<type>-<invoice number>-<client>.pdf

examples:
Quote-2022-0951-01-Client name-pdf
Invoice-2022-0951-01-Client name-pdf

Thank you
Br,
Dali

1 Like

Hi,

@david thoughts?

I’m old enough to still get a bit nervous including white space in files names but appreciate it’s no longer a real issue.

Same here, but you can simply replace it with underlines using regex. Problem might be other filename illegal characters or symbols, but those can be replaced using regex too.

Br,
Dali