@ironsoftware/ironpdf 2024.3.1 → 2024.5.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/internal/IronPdfEngine.ProtoFiles/basic.proto +5 -0
- package/src/internal/IronPdfEngine.ProtoFiles/cleaner.proto +37 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +9 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_image.proto +2 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +1 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +6 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +6 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +52 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +62 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.d.ts +9 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.ts +12 -0
- package/src/internal/zod/stampSchema.d.ts +45 -44
- package/src/internal/zod/stampSchema.d.ts.map +1 -1
|
@@ -19,59 +19,61 @@ export declare const baseStampOptionsSchema: z.ZodObject<{
|
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
20
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
21
21
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
maxHeight?: import("../..").Length | undefined;
|
|
23
|
+
renderDelay?: number | undefined;
|
|
24
|
+
timeout?: number | undefined;
|
|
24
25
|
opacity?: number | undefined;
|
|
25
26
|
rotation?: number | undefined;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
behindExistingContent?: boolean | undefined;
|
|
29
|
-
timeout?: number | undefined;
|
|
30
|
-
renderDelay?: number | undefined;
|
|
27
|
+
horizontalOffset?: import("../..").Length | undefined;
|
|
28
|
+
verticalOffset?: import("../..").Length | undefined;
|
|
31
29
|
maxWidth?: import("../..").Length | undefined;
|
|
32
|
-
maxHeight?: import("../..").Length | undefined;
|
|
33
30
|
minWidth?: import("../..").Length | undefined;
|
|
34
31
|
minHeight?: import("../..").Length | undefined;
|
|
32
|
+
hyperlink?: string | undefined;
|
|
33
|
+
scale?: number | undefined;
|
|
34
|
+
behindExistingContent?: boolean | undefined;
|
|
35
35
|
}, {
|
|
36
36
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
37
37
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
maxHeight?: import("../..").Length | undefined;
|
|
39
|
+
renderDelay?: number | undefined;
|
|
40
|
+
timeout?: number | undefined;
|
|
40
41
|
opacity?: number | undefined;
|
|
41
42
|
rotation?: number | undefined;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
behindExistingContent?: boolean | undefined;
|
|
45
|
-
timeout?: number | undefined;
|
|
46
|
-
renderDelay?: number | undefined;
|
|
43
|
+
horizontalOffset?: import("../..").Length | undefined;
|
|
44
|
+
verticalOffset?: import("../..").Length | undefined;
|
|
47
45
|
maxWidth?: import("../..").Length | undefined;
|
|
48
|
-
maxHeight?: import("../..").Length | undefined;
|
|
49
46
|
minWidth?: import("../..").Length | undefined;
|
|
50
47
|
minHeight?: import("../..").Length | undefined;
|
|
48
|
+
hyperlink?: string | undefined;
|
|
49
|
+
scale?: number | undefined;
|
|
50
|
+
behindExistingContent?: boolean | undefined;
|
|
51
51
|
}>;
|
|
52
|
-
export declare const htmlStampOptionsSchema: z.ZodObject<{
|
|
53
|
-
maxHeight: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
54
|
-
renderDelay: z.ZodOptional<z.ZodNumber>;
|
|
55
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
56
|
-
opacity: z.ZodOptional<z.ZodNumber>;
|
|
57
|
-
rotation: z.ZodOptional<z.ZodNumber>;
|
|
52
|
+
export declare const htmlStampOptionsSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
58
53
|
horizontalAlignment: z.ZodType<import("../..").HorizontalAlignment, z.ZodTypeDef, import("../..").HorizontalAlignment>;
|
|
59
54
|
verticalAlignment: z.ZodType<import("../..").VerticalAlignment, z.ZodTypeDef, import("../..").VerticalAlignment>;
|
|
60
55
|
horizontalOffset: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
61
56
|
verticalOffset: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
minHeight: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
57
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
58
|
+
rotation: z.ZodOptional<z.ZodNumber>;
|
|
65
59
|
hyperlink: z.ZodOptional<z.ZodString>;
|
|
66
60
|
scale: z.ZodOptional<z.ZodNumber>;
|
|
67
61
|
behindExistingContent: z.ZodOptional<z.ZodBoolean>;
|
|
62
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
63
|
+
renderDelay: z.ZodOptional<z.ZodNumber>;
|
|
64
|
+
maxWidth: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
65
|
+
maxHeight: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
66
|
+
minWidth: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
67
|
+
minHeight: z.ZodOptional<z.ZodType<import("../..").Length, z.ZodTypeDef, import("../..").Length>>;
|
|
68
|
+
}, {
|
|
68
69
|
cssMediaType: z.ZodOptional<z.ZodType<import("../..").CssMediaType, z.ZodTypeDef, import("../..").CssMediaType>>;
|
|
69
|
-
}
|
|
70
|
+
}>, "strip", z.ZodTypeAny, {
|
|
70
71
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
71
72
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
72
73
|
maxHeight?: import("../..").Length | undefined;
|
|
73
74
|
renderDelay?: number | undefined;
|
|
74
75
|
timeout?: number | undefined;
|
|
76
|
+
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
75
77
|
opacity?: number | undefined;
|
|
76
78
|
rotation?: number | undefined;
|
|
77
79
|
horizontalOffset?: import("../..").Length | undefined;
|
|
@@ -82,13 +84,13 @@ export declare const htmlStampOptionsSchema: z.ZodObject<{
|
|
|
82
84
|
hyperlink?: string | undefined;
|
|
83
85
|
scale?: number | undefined;
|
|
84
86
|
behindExistingContent?: boolean | undefined;
|
|
85
|
-
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
86
87
|
}, {
|
|
87
88
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
88
89
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
89
90
|
maxHeight?: import("../..").Length | undefined;
|
|
90
91
|
renderDelay?: number | undefined;
|
|
91
92
|
timeout?: number | undefined;
|
|
93
|
+
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
92
94
|
opacity?: number | undefined;
|
|
93
95
|
rotation?: number | undefined;
|
|
94
96
|
horizontalOffset?: import("../..").Length | undefined;
|
|
@@ -99,7 +101,6 @@ export declare const htmlStampOptionsSchema: z.ZodObject<{
|
|
|
99
101
|
hyperlink?: string | undefined;
|
|
100
102
|
scale?: number | undefined;
|
|
101
103
|
behindExistingContent?: boolean | undefined;
|
|
102
|
-
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
103
104
|
}>;
|
|
104
105
|
export declare const imageStampOptionsSchema: z.ZodObject<{
|
|
105
106
|
horizontalAlignment: z.ZodType<import("../..").HorizontalAlignment, z.ZodTypeDef, import("../..").HorizontalAlignment>;
|
|
@@ -120,35 +121,35 @@ export declare const imageStampOptionsSchema: z.ZodObject<{
|
|
|
120
121
|
}, "strip", z.ZodTypeAny, {
|
|
121
122
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
122
123
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
maxHeight?: import("../..").Length | undefined;
|
|
125
|
+
renderDelay?: number | undefined;
|
|
126
|
+
timeout?: number | undefined;
|
|
125
127
|
opacity?: number | undefined;
|
|
126
128
|
rotation?: number | undefined;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
behindExistingContent?: boolean | undefined;
|
|
130
|
-
timeout?: number | undefined;
|
|
131
|
-
renderDelay?: number | undefined;
|
|
129
|
+
horizontalOffset?: import("../..").Length | undefined;
|
|
130
|
+
verticalOffset?: import("../..").Length | undefined;
|
|
132
131
|
maxWidth?: import("../..").Length | undefined;
|
|
133
|
-
maxHeight?: import("../..").Length | undefined;
|
|
134
132
|
minWidth?: import("../..").Length | undefined;
|
|
135
133
|
minHeight?: import("../..").Length | undefined;
|
|
134
|
+
hyperlink?: string | undefined;
|
|
135
|
+
scale?: number | undefined;
|
|
136
|
+
behindExistingContent?: boolean | undefined;
|
|
136
137
|
}, {
|
|
137
138
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
138
139
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
maxHeight?: import("../..").Length | undefined;
|
|
141
|
+
renderDelay?: number | undefined;
|
|
142
|
+
timeout?: number | undefined;
|
|
141
143
|
opacity?: number | undefined;
|
|
142
144
|
rotation?: number | undefined;
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
behindExistingContent?: boolean | undefined;
|
|
146
|
-
timeout?: number | undefined;
|
|
147
|
-
renderDelay?: number | undefined;
|
|
145
|
+
horizontalOffset?: import("../..").Length | undefined;
|
|
146
|
+
verticalOffset?: import("../..").Length | undefined;
|
|
148
147
|
maxWidth?: import("../..").Length | undefined;
|
|
149
|
-
maxHeight?: import("../..").Length | undefined;
|
|
150
148
|
minWidth?: import("../..").Length | undefined;
|
|
151
149
|
minHeight?: import("../..").Length | undefined;
|
|
150
|
+
hyperlink?: string | undefined;
|
|
151
|
+
scale?: number | undefined;
|
|
152
|
+
behindExistingContent?: boolean | undefined;
|
|
152
153
|
}>;
|
|
153
154
|
export declare const barcodeStampOptionsSchema: z.ZodType<BarcodeStampOptions>;
|
|
154
155
|
export declare const textStampOptionsSchema: z.ZodType<TextStampOptions>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stampSchema.d.ts","sourceRoot":"","sources":["stampSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AAEzE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BjC,CAAA;AAEF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"stampSchema.d.ts","sourceRoot":"","sources":["stampSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AAEzE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BjC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyB,CAAA;AAE7D,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAQnE,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CA4B7D,CAAA"}
|