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,3 @@
import getIndexFromRef from"./getIndexFromRef.min.js";const createBufferRootWithAcroform=(r,f,o)=>{var e=getIndexFromRef(f.xref,f.rootRef);return Buffer.concat([Buffer.from(e+` 0 obj
`),Buffer.from("<<\n"),Buffer.from(f.root+`
`),Buffer.from("/AcroForm "+o),Buffer.from("\n>>\nendobj\n")])};export default createBufferRootWithAcroform;