minify all files required for signpdf

This commit is contained in:
prafullnavkar-nxg
2023-10-25 15:57:26 +05:30
parent 57a3716092
commit 6a15193d7e
41 changed files with 61 additions and 1258 deletions
@@ -0,0 +1 @@
import SignPdfError from"./SignPdfError.min.js";export default function getPagesDictionaryRef(r){r=/\/Pages\s+(\d+\s+\d+\s+R)/g.exec(r.root);if(null===r)throw new SignPdfError("Failed to find the pages descriptor. This is probably a problem in node-signpdf.",SignPdfError.TYPE_PARSE);return r[1]}