@ironsoftware/ironpdf 2024.12.9 → 2025.1.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 +6 -3
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +6 -0
- package/src/internal/access.d.ts +2 -3
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.ts +0 -2
- package/src/internal/generated_proto/iron_pdf_service.d.ts +1 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.ts +15 -0
- package/src/internal/grpc_layer/chrome/converter.d.ts +23 -23
- package/src/internal/grpc_layer/chrome/converter.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.js +93 -102
- package/src/internal/grpc_layer/chrome/converter.js.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.ts +140 -145
- package/src/internal/grpc_layer/chrome/render.d.ts +5 -5
- package/src/internal/grpc_layer/chrome/render.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/render.js.map +1 -1
- package/src/internal/grpc_layer/chrome/render.ts +7 -7
- package/src/internal/grpc_layer/chrome/stamp.d.ts +16 -16
- package/src/internal/grpc_layer/chrome/stamp.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.js.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.ts +16 -16
- package/src/internal/grpc_layer/handshake.js +1 -1
- package/src/internal/grpc_layer/handshake.js.map +1 -1
- package/src/internal/grpc_layer/handshake.ts +1 -1
- package/src/internal/grpc_layer/pdfium/converter.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/converter.js +3 -4
- package/src/internal/grpc_layer/pdfium/converter.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/converter.ts +3 -4
- package/src/internal/grpc_layer/pdfium/headerFooter.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/headerFooter.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/headerFooter.ts +0 -2
- package/src/internal/grpc_layer/pdfium/image.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/image.js +8 -5
- package/src/internal/grpc_layer/pdfium/image.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/image.ts +9 -8
- package/src/internal/grpc_layer/pdfium/io.d.ts +5 -5
- package/src/internal/grpc_layer/pdfium/io.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.js +6 -5
- package/src/internal/grpc_layer/pdfium/io.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.ts +5 -5
- package/src/internal/grpc_layer/pdfium/page.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.js +27 -21
- package/src/internal/grpc_layer/pdfium/page.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.ts +32 -27
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.ts +0 -2
- package/src/internal/grpc_layer/pdfium/security.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/security.js +9 -6
- package/src/internal/grpc_layer/pdfium/security.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/security.ts +6 -7
- package/src/internal/grpc_layer/pdfium/signing.js +15 -15
- package/src/internal/grpc_layer/pdfium/signing.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.ts +4 -4
- package/src/internal/grpc_layer/pdfium/text.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/text.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/text.ts +0 -2
- package/src/internal/grpc_layer/util.d.ts +6 -6
- package/src/internal/grpc_layer/util.d.ts.map +1 -1
- package/src/internal/grpc_layer/util.js +25 -14
- package/src/internal/grpc_layer/util.js.map +1 -1
- package/src/internal/grpc_layer/util.ts +35 -17
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts.map +1 -1
- package/src/internal/zod/ironpdfglobalconfigSchema.ts +1 -1
- package/src/internal/zod/stampSchema.d.ts +6 -6
- package/src/public/affix.d.ts +11 -11
- package/src/public/affix.d.ts.map +1 -1
- package/src/public/affix.ts +12 -12
- package/src/public/ironpdfglobalconfig.d.ts +9 -9
- package/src/public/ironpdfglobalconfig.d.ts.map +1 -1
- package/src/public/ironpdfglobalconfig.ts +9 -9
- package/src/public/pdfDocument.d.ts +52 -52
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +21 -17
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +134 -138
- package/src/public/pdfGenerator.d.ts +1 -1
- package/src/public/pdfGenerator.d.ts.map +1 -1
- package/src/public/pdfGenerator.ts +1 -1
- package/src/public/render.d.ts +33 -33
- package/src/public/render.d.ts.map +1 -1
- package/src/public/render.ts +37 -37
- package/src/public/security.d.ts +10 -10
- package/src/public/security.d.ts.map +1 -1
- package/src/public/security.ts +10 -10
- package/src/public/signature.d.ts +12 -12
- package/src/public/signature.d.ts.map +1 -1
- package/src/public/signature.ts +12 -12
- package/src/public/stamp.d.ts +26 -26
- package/src/public/stamp.d.ts.map +1 -1
- package/src/public/stamp.ts +27 -27
- package/src/public/types.d.ts +15 -15
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.ts +14 -14
|
@@ -19,9 +19,9 @@ export declare const baseStampOptionsSchema: z.ZodObject<{
|
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
20
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
21
21
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
22
|
+
timeout?: number | undefined;
|
|
22
23
|
maxHeight?: import("../..").Length | undefined;
|
|
23
24
|
renderDelay?: number | undefined;
|
|
24
|
-
timeout?: number | undefined;
|
|
25
25
|
opacity?: number | undefined;
|
|
26
26
|
rotation?: number | undefined;
|
|
27
27
|
horizontalOffset?: import("../..").Length | undefined;
|
|
@@ -35,9 +35,9 @@ export declare const baseStampOptionsSchema: z.ZodObject<{
|
|
|
35
35
|
}, {
|
|
36
36
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
37
37
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
38
|
+
timeout?: number | undefined;
|
|
38
39
|
maxHeight?: import("../..").Length | undefined;
|
|
39
40
|
renderDelay?: number | undefined;
|
|
40
|
-
timeout?: number | undefined;
|
|
41
41
|
opacity?: number | undefined;
|
|
42
42
|
rotation?: number | undefined;
|
|
43
43
|
horizontalOffset?: import("../..").Length | undefined;
|
|
@@ -70,9 +70,9 @@ export declare const htmlStampOptionsSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
70
70
|
}>, "strip", z.ZodTypeAny, {
|
|
71
71
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
72
72
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
73
|
+
timeout?: number | undefined;
|
|
73
74
|
maxHeight?: import("../..").Length | undefined;
|
|
74
75
|
renderDelay?: number | undefined;
|
|
75
|
-
timeout?: number | undefined;
|
|
76
76
|
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
77
77
|
opacity?: number | undefined;
|
|
78
78
|
rotation?: number | undefined;
|
|
@@ -87,9 +87,9 @@ export declare const htmlStampOptionsSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
87
87
|
}, {
|
|
88
88
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
89
89
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
90
|
+
timeout?: number | undefined;
|
|
90
91
|
maxHeight?: import("../..").Length | undefined;
|
|
91
92
|
renderDelay?: number | undefined;
|
|
92
|
-
timeout?: number | undefined;
|
|
93
93
|
cssMediaType?: import("../..").CssMediaType | undefined;
|
|
94
94
|
opacity?: number | undefined;
|
|
95
95
|
rotation?: number | undefined;
|
|
@@ -121,9 +121,9 @@ export declare const imageStampOptionsSchema: z.ZodObject<{
|
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
123
123
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
124
|
+
timeout?: number | undefined;
|
|
124
125
|
maxHeight?: import("../..").Length | undefined;
|
|
125
126
|
renderDelay?: number | undefined;
|
|
126
|
-
timeout?: number | undefined;
|
|
127
127
|
opacity?: number | undefined;
|
|
128
128
|
rotation?: number | undefined;
|
|
129
129
|
horizontalOffset?: import("../..").Length | undefined;
|
|
@@ -137,9 +137,9 @@ export declare const imageStampOptionsSchema: z.ZodObject<{
|
|
|
137
137
|
}, {
|
|
138
138
|
horizontalAlignment: import("../..").HorizontalAlignment;
|
|
139
139
|
verticalAlignment: import("../..").VerticalAlignment;
|
|
140
|
+
timeout?: number | undefined;
|
|
140
141
|
maxHeight?: import("../..").Length | undefined;
|
|
141
142
|
renderDelay?: number | undefined;
|
|
142
|
-
timeout?: number | undefined;
|
|
143
143
|
opacity?: number | undefined;
|
|
144
144
|
rotation?: number | undefined;
|
|
145
145
|
horizontalOffset?: import("../..").Length | undefined;
|
package/src/public/affix.d.ts
CHANGED
|
@@ -22,19 +22,19 @@ export interface HtmlAffix {
|
|
|
22
22
|
* Maximum Height of the HTML Header / Footer in millimeters. This value must be set sufficiently high to display the
|
|
23
23
|
* full HTML header / footer content.
|
|
24
24
|
*/
|
|
25
|
-
maxHeight?: number;
|
|
25
|
+
maxHeight?: number | undefined;
|
|
26
26
|
/**
|
|
27
27
|
* Adds a horizontal line divider between the header / footer and the page content on every page of the PDF document.
|
|
28
28
|
*
|
|
29
29
|
* @default false
|
|
30
30
|
*/
|
|
31
|
-
dividerLine?: boolean;
|
|
31
|
+
dividerLine?: boolean | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* A html color code for divider line color see {@link dividerLine}
|
|
34
34
|
*
|
|
35
35
|
* @default #b1b1b1
|
|
36
36
|
*/
|
|
37
|
-
dividerLineColor?: string;
|
|
37
|
+
dividerLineColor?: string | undefined;
|
|
38
38
|
/**
|
|
39
39
|
* Loads style code blocks and links to CSS style sheets from the main HTML document (which provides the PDF content) into the {@link HtmlAffix}.
|
|
40
40
|
*
|
|
@@ -48,7 +48,7 @@ export interface HtmlAffix {
|
|
|
48
48
|
*
|
|
49
49
|
* @default false
|
|
50
50
|
*/
|
|
51
|
-
loadStylesAndCSSFromMainHtmlDocument?: boolean;
|
|
51
|
+
loadStylesAndCSSFromMainHtmlDocument?: boolean | undefined;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* Defines PDF Header and Footer display options.
|
|
@@ -64,42 +64,42 @@ export interface TextAffix {
|
|
|
64
64
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
65
65
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
66
66
|
*/
|
|
67
|
-
leftText?: string;
|
|
67
|
+
leftText?: string | undefined;
|
|
68
68
|
/**
|
|
69
69
|
* Sets the centered header text for the PDF document.
|
|
70
70
|
*
|
|
71
71
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
72
72
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
73
73
|
*/
|
|
74
|
-
centerText?: string;
|
|
74
|
+
centerText?: string | undefined;
|
|
75
75
|
/**
|
|
76
76
|
* Sets the right-hand side header text for the PDF document.
|
|
77
77
|
*
|
|
78
78
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
79
79
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
80
80
|
*/
|
|
81
|
-
rightText?: string;
|
|
81
|
+
rightText?: string | undefined;
|
|
82
82
|
/**
|
|
83
83
|
* Adds a horizontal line divider between the header / footer and the page content on every page of the PDF document.
|
|
84
84
|
*
|
|
85
85
|
* @default false
|
|
86
86
|
*/
|
|
87
|
-
dividerLine?: boolean;
|
|
87
|
+
dividerLine?: boolean | undefined;
|
|
88
88
|
/**
|
|
89
89
|
* A html color code for divider line color see {@link dividerLine}
|
|
90
90
|
*
|
|
91
91
|
* @default #b1b1b1
|
|
92
92
|
*/
|
|
93
|
-
dividerLineColor?: string;
|
|
93
|
+
dividerLineColor?: string | undefined;
|
|
94
94
|
/**
|
|
95
95
|
* Font family. Default is {@link AffixFonts.Arial}.
|
|
96
96
|
*/
|
|
97
|
-
font?: AffixFonts;
|
|
97
|
+
font?: AffixFonts | undefined;
|
|
98
98
|
/**
|
|
99
99
|
* Font size in px.
|
|
100
100
|
* @default 10
|
|
101
101
|
*/
|
|
102
|
-
fontSize?: number;
|
|
102
|
+
fontSize?: number | undefined;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Supported Affix Fonts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"affix.d.ts","sourceRoot":"","sources":["affix.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,SAAS;IACzB;;;;;;;;;;OAUG;IACH,YAAY,EAAE,MAAM,CAAC;IAUrB;;;OAGG;IACH,
|
|
1
|
+
{"version":3,"file":"affix.d.ts","sourceRoot":"","sources":["affix.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,SAAS;IACzB;;;;;;;;;;OAUG;IACH,YAAY,EAAE,MAAM,CAAC;IAUrB;;;OAGG;IACH,SAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;;;OAIG;IACH,WAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC;;;;OAIG;IACH,gBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC;;;;;;;;;;;;OAYG;IACH,oCAAqC,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC5D;AAED;;;;;;GAMG;AACH,MAAM,WAAW,SAAS;IACzB;;;;;OAKG;IACH,QAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;;;;OAKG;IACH,UAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;;;;OAKG;IACH,SAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;;;OAIG;IACH,WAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC;;;;OAIG;IACH,gBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9B;;;OAGG;IACH,QAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B;AAED;;GAEG;AACH,oBAAY,UAAU;IACrB,KAAK,IAAA;IACL,UAAU,IAAA;IACV,gBAAgB,IAAA;IAChB,YAAY,IAAA;IACZ,OAAO,IAAA;IACP,mBAAmB,IAAA;IACnB,eAAe,IAAA;IACf,YAAY,IAAA;IACZ,UAAU,IAAA;IACV,eAAe,IAAA;IACf,qBAAqB,KAAA;IACrB,iBAAiB,KAAA;IACjB,SAAS,KAAA;IACT,cAAc,KAAA;IACd,qBAAqB,KAAA;IACrB,iBAAiB,KAAA;IACjB,MAAM,KAAA;IACN,aAAa,KAAA;IACb,kBAAkB,KAAA;IAClB,wBAAwB,KAAA;IACxB,oBAAoB,KAAA;IACpB,YAAY,KAAA;CACZ"}
|
package/src/public/affix.ts
CHANGED
|
@@ -26,24 +26,24 @@ export interface HtmlAffix {
|
|
|
26
26
|
// * Base URL accepts file paths as well as URLs. If no BaseUrl is given,
|
|
27
27
|
// * the HtmlHeaderFooter BaseUrl will be inherited from the main HTML document where possible.
|
|
28
28
|
// */
|
|
29
|
-
// baseUrl?: string; //not supported
|
|
29
|
+
// baseUrl ?: string | undefined; //not supported
|
|
30
30
|
/**
|
|
31
31
|
* Maximum Height of the HTML Header / Footer in millimeters. This value must be set sufficiently high to display the
|
|
32
32
|
* full HTML header / footer content.
|
|
33
33
|
*/
|
|
34
|
-
maxHeight?: number;
|
|
34
|
+
maxHeight ?: number | undefined;
|
|
35
35
|
/**
|
|
36
36
|
* Adds a horizontal line divider between the header / footer and the page content on every page of the PDF document.
|
|
37
37
|
*
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
|
-
dividerLine?: boolean;
|
|
40
|
+
dividerLine ?: boolean | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* A html color code for divider line color see {@link dividerLine}
|
|
43
43
|
*
|
|
44
44
|
* @default #b1b1b1
|
|
45
45
|
*/
|
|
46
|
-
dividerLineColor?: string;
|
|
46
|
+
dividerLineColor ?: string | undefined;
|
|
47
47
|
/**
|
|
48
48
|
* Loads style code blocks and links to CSS style sheets from the main HTML document (which provides the PDF content) into the {@link HtmlAffix}.
|
|
49
49
|
*
|
|
@@ -57,7 +57,7 @@ export interface HtmlAffix {
|
|
|
57
57
|
*
|
|
58
58
|
* @default false
|
|
59
59
|
*/
|
|
60
|
-
loadStylesAndCSSFromMainHtmlDocument?: boolean;
|
|
60
|
+
loadStylesAndCSSFromMainHtmlDocument ?: boolean | undefined;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/**
|
|
@@ -74,42 +74,42 @@ export interface TextAffix {
|
|
|
74
74
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
75
75
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
76
76
|
*/
|
|
77
|
-
leftText?: string;
|
|
77
|
+
leftText ?: string | undefined;
|
|
78
78
|
/**
|
|
79
79
|
* Sets the centered header text for the PDF document.
|
|
80
80
|
*
|
|
81
81
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
82
82
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
83
83
|
*/
|
|
84
|
-
centerText?: string;
|
|
84
|
+
centerText ?: string | undefined;
|
|
85
85
|
/**
|
|
86
86
|
* Sets the right-hand side header text for the PDF document.
|
|
87
87
|
*
|
|
88
88
|
* Merge meta-data into your header using any of these placeholder strings:
|
|
89
89
|
* {page} {total-pages} {url} {date} {time} {html-title} {pdf-title}
|
|
90
90
|
*/
|
|
91
|
-
rightText?: string;
|
|
91
|
+
rightText ?: string | undefined;
|
|
92
92
|
/**
|
|
93
93
|
* Adds a horizontal line divider between the header / footer and the page content on every page of the PDF document.
|
|
94
94
|
*
|
|
95
95
|
* @default false
|
|
96
96
|
*/
|
|
97
|
-
dividerLine?: boolean;
|
|
97
|
+
dividerLine ?: boolean | undefined;
|
|
98
98
|
/**
|
|
99
99
|
* A html color code for divider line color see {@link dividerLine}
|
|
100
100
|
*
|
|
101
101
|
* @default #b1b1b1
|
|
102
102
|
*/
|
|
103
|
-
dividerLineColor?: string;
|
|
103
|
+
dividerLineColor ?: string | undefined;
|
|
104
104
|
/**
|
|
105
105
|
* Font family. Default is {@link AffixFonts.Arial}.
|
|
106
106
|
*/
|
|
107
|
-
font?: AffixFonts;
|
|
107
|
+
font?: AffixFonts | undefined;
|
|
108
108
|
/**
|
|
109
109
|
* Font size in px.
|
|
110
110
|
* @default 10
|
|
111
111
|
*/
|
|
112
|
-
fontSize?: number;
|
|
112
|
+
fontSize ?: number | undefined;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
/**
|
|
@@ -26,7 +26,7 @@ export interface IronPdfConfig {
|
|
|
26
26
|
* An address of IronPdf subprocess.
|
|
27
27
|
* @default 127.0.0.1:33350
|
|
28
28
|
*/
|
|
29
|
-
ironPdfEngineAddress?: string;
|
|
29
|
+
ironPdfEngineAddress?: string | undefined;
|
|
30
30
|
/**
|
|
31
31
|
* An address of IronPdfEngine Docker.
|
|
32
32
|
*
|
|
@@ -36,7 +36,7 @@ export interface IronPdfConfig {
|
|
|
36
36
|
*
|
|
37
37
|
* @default undefined
|
|
38
38
|
*/
|
|
39
|
-
ironPdfEngineDockerAddress?: string;
|
|
39
|
+
ironPdfEngineDockerAddress?: string | undefined;
|
|
40
40
|
/**
|
|
41
41
|
* Enable debug mode
|
|
42
42
|
*
|
|
@@ -44,7 +44,7 @@ export interface IronPdfConfig {
|
|
|
44
44
|
*
|
|
45
45
|
* @default false
|
|
46
46
|
*/
|
|
47
|
-
debugMode?: boolean;
|
|
47
|
+
debugMode?: boolean | undefined;
|
|
48
48
|
/**
|
|
49
49
|
* Removes watermarks. Get licensed at https://ironpdf.com/nodejs/licensing.
|
|
50
50
|
*
|
|
@@ -58,27 +58,27 @@ export interface IronPdfConfig {
|
|
|
58
58
|
*
|
|
59
59
|
* @default undefined
|
|
60
60
|
*/
|
|
61
|
-
licenseKey?: string;
|
|
61
|
+
licenseKey?: string | undefined;
|
|
62
62
|
/**
|
|
63
63
|
* SingleProcess mode Forces Chrome renderer to perform everything in the current process, rather than using subprocesses (default true for macOS, false for other OS)
|
|
64
64
|
* @default false
|
|
65
65
|
*/
|
|
66
|
-
singleProcess?: boolean;
|
|
66
|
+
singleProcess?: boolean | undefined;
|
|
67
67
|
/**
|
|
68
68
|
* Set Maximum number of concurrent browsers when using the Chrome renderer
|
|
69
69
|
* @default 30
|
|
70
70
|
*/
|
|
71
|
-
chromeBrowserLimit?: number;
|
|
71
|
+
chromeBrowserLimit?: number | undefined;
|
|
72
72
|
/**
|
|
73
73
|
* Disk cache path for Chrome browser instances
|
|
74
74
|
* @default undefined
|
|
75
75
|
*/
|
|
76
|
-
chromeBrowserCachePath?: string;
|
|
76
|
+
chromeBrowserCachePath?: string | undefined;
|
|
77
77
|
/**
|
|
78
78
|
* Chrome renderer GPU compatibility mode. In special environment like Docker or Cloud Service please use ChromeGpuModes "Disabled"
|
|
79
79
|
* @default {@link ChromeGpuModes.Disabled}
|
|
80
80
|
*/
|
|
81
|
-
chromeGpuMode?: ChromeGpuModes;
|
|
81
|
+
chromeGpuMode?: ChromeGpuModes | undefined;
|
|
82
82
|
/**
|
|
83
83
|
* If true The necessary package dependencies for IronPDF rendering will we automatically installed to
|
|
84
84
|
* Docker and Debian / Ubuntu Linux deployments.
|
|
@@ -87,6 +87,6 @@ export interface IronPdfConfig {
|
|
|
87
87
|
* <a href="https://ironpdf.com/docs/questions/docker-linux/">more info</a>
|
|
88
88
|
* @default true
|
|
89
89
|
*/
|
|
90
|
-
autoInstallDependency?: boolean;
|
|
90
|
+
autoInstallDependency?: boolean | undefined;
|
|
91
91
|
}
|
|
92
92
|
//# sourceMappingURL=ironpdfglobalconfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ironpdfglobalconfig.d.ts","sourceRoot":"","sources":["ironpdfglobalconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AAEvC;;;;GAIG;AACH,qBAAa,mBAAmB;IAC/B,OAAO,CAAC,MAAM,CAAC,SAAS,CAAsB;IAE9C,OAAO,CAAC,MAAM,CAAC,OAAO,CAKpB;IACF,OAAO;WASO,WAAW;IAIzB;;;;OAIG;WACW,SAAS,CAAC,aAAa,EAAE,aAAa;WAiBtC,SAAS,IAAI,aAAa;IAIxC,OAAc,oBAAoB,EAAE,MAAM,CAEU;CACpD;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC7B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ironpdfglobalconfig.d.ts","sourceRoot":"","sources":["ironpdfglobalconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AAEvC;;;;GAIG;AACH,qBAAa,mBAAmB;IAC/B,OAAO,CAAC,MAAM,CAAC,SAAS,CAAsB;IAE9C,OAAO,CAAC,MAAM,CAAC,OAAO,CAKpB;IACF,OAAO;WASO,WAAW;IAIzB;;;;OAIG;WACW,SAAS,CAAC,aAAa,EAAE,aAAa;WAiBtC,SAAS,IAAI,aAAa;IAIxC,OAAc,oBAAoB,EAAE,MAAM,CAEU;CACpD;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC7B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C;;;;;;;;OAQG;IACH,0BAA0B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChD;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5C;;;OAGG;IACH,aAAa,CAAC,EAAC,cAAc,GAAG,SAAS,CAAC;IAC1C;;;;;;;OAOG;IACH,qBAAqB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC5C"}
|
|
@@ -66,7 +66,7 @@ export interface IronPdfConfig {
|
|
|
66
66
|
* An address of IronPdf subprocess.
|
|
67
67
|
* @default 127.0.0.1:33350
|
|
68
68
|
*/
|
|
69
|
-
ironPdfEngineAddress?: string;
|
|
69
|
+
ironPdfEngineAddress?: string | undefined;
|
|
70
70
|
/**
|
|
71
71
|
* An address of IronPdfEngine Docker.
|
|
72
72
|
*
|
|
@@ -76,7 +76,7 @@ export interface IronPdfConfig {
|
|
|
76
76
|
*
|
|
77
77
|
* @default undefined
|
|
78
78
|
*/
|
|
79
|
-
ironPdfEngineDockerAddress?: string;
|
|
79
|
+
ironPdfEngineDockerAddress?: string | undefined;
|
|
80
80
|
/**
|
|
81
81
|
* Enable debug mode
|
|
82
82
|
*
|
|
@@ -84,7 +84,7 @@ export interface IronPdfConfig {
|
|
|
84
84
|
*
|
|
85
85
|
* @default false
|
|
86
86
|
*/
|
|
87
|
-
debugMode?: boolean;
|
|
87
|
+
debugMode?: boolean | undefined;
|
|
88
88
|
/**
|
|
89
89
|
* Removes watermarks. Get licensed at https://ironpdf.com/nodejs/licensing.
|
|
90
90
|
*
|
|
@@ -98,27 +98,27 @@ export interface IronPdfConfig {
|
|
|
98
98
|
*
|
|
99
99
|
* @default undefined
|
|
100
100
|
*/
|
|
101
|
-
licenseKey?: string;
|
|
101
|
+
licenseKey?: string | undefined;
|
|
102
102
|
/**
|
|
103
103
|
* SingleProcess mode Forces Chrome renderer to perform everything in the current process, rather than using subprocesses (default true for macOS, false for other OS)
|
|
104
104
|
* @default false
|
|
105
105
|
*/
|
|
106
|
-
singleProcess?: boolean;
|
|
106
|
+
singleProcess?: boolean | undefined;
|
|
107
107
|
/**
|
|
108
108
|
* Set Maximum number of concurrent browsers when using the Chrome renderer
|
|
109
109
|
* @default 30
|
|
110
110
|
*/
|
|
111
|
-
chromeBrowserLimit?: number;
|
|
111
|
+
chromeBrowserLimit?: number | undefined;
|
|
112
112
|
/**
|
|
113
113
|
* Disk cache path for Chrome browser instances
|
|
114
114
|
* @default undefined
|
|
115
115
|
*/
|
|
116
|
-
chromeBrowserCachePath?: string;
|
|
116
|
+
chromeBrowserCachePath?: string | undefined;
|
|
117
117
|
/**
|
|
118
118
|
* Chrome renderer GPU compatibility mode. In special environment like Docker or Cloud Service please use ChromeGpuModes "Disabled"
|
|
119
119
|
* @default {@link ChromeGpuModes.Disabled}
|
|
120
120
|
*/
|
|
121
|
-
chromeGpuMode?:ChromeGpuModes;
|
|
121
|
+
chromeGpuMode?:ChromeGpuModes | undefined;
|
|
122
122
|
/**
|
|
123
123
|
* If true The necessary package dependencies for IronPDF rendering will we automatically installed to
|
|
124
124
|
* Docker and Debian / Ubuntu Linux deployments.
|
|
@@ -127,5 +127,5 @@ export interface IronPdfConfig {
|
|
|
127
127
|
* <a href="https://ironpdf.com/docs/questions/docker-linux/">more info</a>
|
|
128
128
|
* @default true
|
|
129
129
|
*/
|
|
130
|
-
autoInstallDependency?: boolean;
|
|
130
|
+
autoInstallDependency?: boolean | undefined;
|
|
131
131
|
}
|