- generazione della raccolta PDF OK !!!

This commit is contained in:
Surya Paolo
2025-05-30 16:45:01 +02:00
parent f0c25366db
commit 3d6455f23c
6 changed files with 1653 additions and 1528 deletions

View File

@@ -6186,5 +6186,9 @@ module.exports = {
async attendiNSecondi(numsec) {
await new Promise(resolve => setTimeout(resolve, numsec * 1000));
}
},
fixFilePath(myfilepath) {
return myfilepath.replace(/\\/g, '/');
},
};