feat: add pdftopdf and wordtopdf functionality

This commit is contained in:
prafull-opensignlabs
2024-05-03 13:20:31 +05:30
parent 0f2862c52e
commit 41e8aa18a7
7 changed files with 349 additions and 205 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ async function PDF(o) {
}
}
} catch (e) {
throw (console.log('Err ', e), e);
throw (console.log('Err in signpdf', e), e);
}
}
export default PDF;