I installed Entity print module to generate PDF version of form and want to have different path like /{form_name}/temp/{date}/{hash_id} but by default it prepares /print/pdf/{form_name}/{entity_id}.

the main purpose is creating custom path and another issue is current place on server, i still couldnt find exact location of current generated files on server, all files generated so far and available by calling /print/pdf/{form_name}/{entity_id} as well but there isnt any version in /sites/default/files or /private/webform

where can I find them on server because want to delete and also manage a function to remove them by 60min after generate