@ironsoftware/ironpdf 2026.2.1 → 2026.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +4 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +2 -2
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +2 -0
- package/src/internal/IronPdfEngine.ProtoFiles/qpdf.proto +17 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +2 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestIdP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestIdP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestIdP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestIdP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestIdP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressInMemoryRequestStreamP.ts +21 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts +7 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.js +81 -1
- package/src/internal/grpc_layer/pdfium/compress.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.ts +121 -0
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts +1 -0
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.js +22 -1
- package/src/internal/grpc_layer/pdfium/pdfa.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.ts +26 -0
- package/src/internal/grpc_layer/pdfium/signing.d.ts +2 -1
- package/src/internal/grpc_layer/pdfium/signing.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.js +38 -1
- package/src/internal/grpc_layer/pdfium/signing.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.ts +44 -1
- package/src/public/pdfDocument.d.ts +57 -2
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +118 -1
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +2226 -2074
- package/src/public/signature.d.ts +33 -0
- package/src/public/signature.d.ts.map +1 -1
- package/src/public/signature.ts +34 -0
|
@@ -63,4 +63,37 @@ export interface SignatureImage {
|
|
|
63
63
|
*/
|
|
64
64
|
SignatureImagePageIndex?: number | undefined;
|
|
65
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* Represents a verified digital signature extracted from a signed PDF document.
|
|
68
|
+
*/
|
|
69
|
+
export interface VerifiedSignature {
|
|
70
|
+
/**
|
|
71
|
+
* The name of the signature (form field name or signature identifier).
|
|
72
|
+
*/
|
|
73
|
+
signatureName: string;
|
|
74
|
+
/**
|
|
75
|
+
* The contact information of the signer.
|
|
76
|
+
*/
|
|
77
|
+
signingContact: string;
|
|
78
|
+
/**
|
|
79
|
+
* The reason the PDF was signed.
|
|
80
|
+
*/
|
|
81
|
+
signingReason: string;
|
|
82
|
+
/**
|
|
83
|
+
* The physical location where the PDF was signed.
|
|
84
|
+
*/
|
|
85
|
+
signingLocation: string;
|
|
86
|
+
/**
|
|
87
|
+
* The date and time the signature was applied.
|
|
88
|
+
*/
|
|
89
|
+
signingDate?: Date | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Whether the signature is valid.
|
|
92
|
+
*/
|
|
93
|
+
isValid: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* The signature filter type (e.g. "Adobe.PPKLite").
|
|
96
|
+
*/
|
|
97
|
+
filter: string;
|
|
98
|
+
}
|
|
66
99
|
//# sourceMappingURL=signature.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signature.d.ts","sourceRoot":"","sources":["signature.ts"],"names":[],"mappings":";;AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAChC;;OAEG;IACH,YAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,eAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,iBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,mBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,aAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,eAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC;;;OAGG;IACH,aAAc,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC9B;;OAEG;IACH,kBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,oBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,sBAAsB,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IACnD;;OAEG;IACH,uBAAwB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9C"}
|
|
1
|
+
{"version":3,"file":"signature.d.ts","sourceRoot":"","sources":["signature.ts"],"names":[],"mappings":";;AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAChC;;OAEG;IACH,YAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,eAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,iBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,mBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,aAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,eAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC;;;OAGG;IACH,aAAc,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC9B;;OAEG;IACH,kBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,oBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,sBAAsB,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IACnD;;OAEG;IACH,uBAAwB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9C;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CACf"}
|
package/src/public/signature.ts
CHANGED
|
@@ -63,3 +63,37 @@ export interface SignatureImage {
|
|
|
63
63
|
*/
|
|
64
64
|
SignatureImagePageIndex ?: number | undefined;
|
|
65
65
|
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Represents a verified digital signature extracted from a signed PDF document.
|
|
69
|
+
*/
|
|
70
|
+
export interface VerifiedSignature {
|
|
71
|
+
/**
|
|
72
|
+
* The name of the signature (form field name or signature identifier).
|
|
73
|
+
*/
|
|
74
|
+
signatureName: string;
|
|
75
|
+
/**
|
|
76
|
+
* The contact information of the signer.
|
|
77
|
+
*/
|
|
78
|
+
signingContact: string;
|
|
79
|
+
/**
|
|
80
|
+
* The reason the PDF was signed.
|
|
81
|
+
*/
|
|
82
|
+
signingReason: string;
|
|
83
|
+
/**
|
|
84
|
+
* The physical location where the PDF was signed.
|
|
85
|
+
*/
|
|
86
|
+
signingLocation: string;
|
|
87
|
+
/**
|
|
88
|
+
* The date and time the signature was applied.
|
|
89
|
+
*/
|
|
90
|
+
signingDate?: Date | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* Whether the signature is valid.
|
|
93
|
+
*/
|
|
94
|
+
isValid: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* The signature filter type (e.g. "Adobe.PPKLite").
|
|
97
|
+
*/
|
|
98
|
+
filter: string;
|
|
99
|
+
}
|