mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 07:32:31 +02:00
feat: add pdftopdf and wordtopdf functionality
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user