Skip to content
Snippets Groups Projects

Draft: Resolve "[Document Sealing] Implement PDF parser"

Open Zdravko Iliev requested to merge 1-document-sealing-implement-pdf-parser into master
4 files
+ 39
38
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -10,4 +10,3 @@ export declare const extractSignature: (pdf: any) => {
}[];
};
export declare const getMessageFromSignature: (signature: any) => any;
export declare const authenticateSignature: (certs: any) => boolean;
Loading