corretto altre cose (workbox mancante)
This commit is contained in:
@@ -258,6 +258,8 @@ async function convertPDF_PdfLib(idapp, inputFile, outputFile, options) {
|
|||||||
throw new Error(`Il file di input non esiste: ${inputFile}`);
|
throw new Error(`Il file di input non esiste: ${inputFile}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('START convertPDF_PdfLib...');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Carica il PDF esistente
|
// Carica il PDF esistente
|
||||||
const existingPdfBytes = fs.readFileSync(inputFile);
|
const existingPdfBytes = fs.readFileSync(inputFile);
|
||||||
|
|||||||
Reference in New Issue
Block a user