@ironsoftware/ironpdf 2026.4.1 → 2026.6.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 +3 -3
- package/src/index.d.ts +3 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +3 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +3 -0
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +6 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +7 -1
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +32 -0
- package/src/internal/IronPdfEngine.ProtoFiles/qpdf.proto +51 -0
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.js +3 -0
- package/src/internal/access.js.map +1 -1
- package/src/internal/access.ts +4 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +628 -305
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +628 -305
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.ts +15 -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 +64 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.d.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.ts +28 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.ts +26 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.d.ts +30 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.ts +33 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP.ts +21 -0
- package/src/internal/grpc_layer/chrome/converter.d.ts +10 -0
- package/src/internal/grpc_layer/chrome/converter.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.js +61 -2
- package/src/internal/grpc_layer/chrome/converter.js.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.ts +67 -0
- package/src/internal/grpc_layer/pdfium/annotations.d.ts +30 -0
- package/src/internal/grpc_layer/pdfium/annotations.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/annotations.js +161 -0
- package/src/internal/grpc_layer/pdfium/annotations.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/annotations.ts +190 -0
- package/src/internal/grpc_layer/pdfium/bookmarks.d.ts +7 -0
- package/src/internal/grpc_layer/pdfium/bookmarks.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/bookmarks.js +53 -0
- package/src/internal/grpc_layer/pdfium/bookmarks.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/bookmarks.ts +50 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts +28 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.js +154 -3
- package/src/internal/grpc_layer/pdfium/compress.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.ts +191 -1
- package/src/internal/grpc_layer/pdfium/form.d.ts +15 -0
- package/src/internal/grpc_layer/pdfium/form.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/form.js +99 -0
- package/src/internal/grpc_layer/pdfium/form.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/form.ts +119 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.d.ts +26 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.js +81 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.ts +86 -0
- package/src/internal/grpc_layer/pdfium/linearize.d.ts +48 -0
- package/src/internal/grpc_layer/pdfium/linearize.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/linearize.js +309 -0
- package/src/internal/grpc_layer/pdfium/linearize.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/linearize.ts +338 -0
- package/src/internal/zod/renderSchema.d.ts.map +1 -1
- package/src/internal/zod/renderSchema.js +6 -1
- package/src/internal/zod/renderSchema.js.map +1 -1
- package/src/internal/zod/renderSchema.ts +6 -1
- package/src/public/annotation.d.ts +166 -0
- package/src/public/annotation.d.ts.map +1 -0
- package/src/public/annotation.js +61 -0
- package/src/public/annotation.js.map +1 -0
- package/src/public/annotation.ts +166 -0
- package/src/public/bookmark.d.ts +25 -0
- package/src/public/bookmark.d.ts.map +1 -0
- package/src/public/bookmark.js +3 -0
- package/src/public/bookmark.js.map +1 -0
- package/src/public/bookmark.ts +28 -0
- package/src/public/compression.d.ts +92 -0
- package/src/public/compression.d.ts.map +1 -0
- package/src/public/compression.js +26 -0
- package/src/public/compression.js.map +1 -0
- package/src/public/compression.ts +107 -0
- package/src/public/ironpdfglobalconfig.d.ts +12 -0
- package/src/public/ironpdfglobalconfig.d.ts.map +1 -1
- package/src/public/ironpdfglobalconfig.js +7 -0
- package/src/public/ironpdfglobalconfig.js.map +1 -1
- package/src/public/ironpdfglobalconfig.ts +19 -0
- package/src/public/pdfDocument.d.ts +234 -1
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +489 -17
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +518 -19
- package/src/public/render.d.ts +104 -0
- package/src/public/render.d.ts.map +1 -1
- package/src/public/render.js +35 -1
- package/src/public/render.js.map +1 -1
- package/src/public/render.ts +101 -0
|
@@ -45,6 +45,11 @@ export interface ChromePdfRenderOptionsP {
|
|
|
45
45
|
'tableOfContents'?: (_ironpdfengineproto_ChromeTableOfContentsTypesP | null);
|
|
46
46
|
'enableMathematicalLatex'?: (boolean);
|
|
47
47
|
'customRequestHeaders'?: (string);
|
|
48
|
+
'autoBookmarksFromHeadings'?: (boolean);
|
|
49
|
+
'autoBookmarkMinHeadingLevel'?: (number);
|
|
50
|
+
'autoBookmarkMaxHeadingLevel'?: (number);
|
|
51
|
+
'autoBookmarkCssSelectors'?: (string);
|
|
52
|
+
'elementQuerySelectors'?: (string);
|
|
48
53
|
'_createPdfFormsFromHtml'?: "createPdfFormsFromHtml";
|
|
49
54
|
'_customCssUrl'?: "customCssUrl";
|
|
50
55
|
'_enableJavaScript'?: "enableJavaScript";
|
|
@@ -81,6 +86,11 @@ export interface ChromePdfRenderOptionsP {
|
|
|
81
86
|
'_tableOfContents'?: "tableOfContents";
|
|
82
87
|
'_enableMathematicalLatex'?: "enableMathematicalLatex";
|
|
83
88
|
'_customRequestHeaders'?: "customRequestHeaders";
|
|
89
|
+
'_autoBookmarksFromHeadings'?: "autoBookmarksFromHeadings";
|
|
90
|
+
'_autoBookmarkMinHeadingLevel'?: "autoBookmarkMinHeadingLevel";
|
|
91
|
+
'_autoBookmarkMaxHeadingLevel'?: "autoBookmarkMaxHeadingLevel";
|
|
92
|
+
'_autoBookmarkCssSelectors'?: "autoBookmarkCssSelectors";
|
|
93
|
+
'_elementQuerySelectors'?: "elementQuerySelectors";
|
|
84
94
|
}
|
|
85
95
|
export interface ChromePdfRenderOptionsP__Output {
|
|
86
96
|
'createPdfFormsFromHtml'?: (boolean);
|
|
@@ -119,5 +129,10 @@ export interface ChromePdfRenderOptionsP__Output {
|
|
|
119
129
|
'tableOfContents'?: (_ironpdfengineproto_ChromeTableOfContentsTypesP__Output);
|
|
120
130
|
'enableMathematicalLatex'?: (boolean);
|
|
121
131
|
'customRequestHeaders'?: (string);
|
|
132
|
+
'autoBookmarksFromHeadings'?: (boolean);
|
|
133
|
+
'autoBookmarkMinHeadingLevel'?: (number);
|
|
134
|
+
'autoBookmarkMaxHeadingLevel'?: (number);
|
|
135
|
+
'autoBookmarkCssSelectors'?: (string);
|
|
136
|
+
'elementQuerySelectors'?: (string);
|
|
122
137
|
}
|
|
123
138
|
//# sourceMappingURL=ChromePdfRenderOptionsP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChromePdfRenderOptionsP.d.ts","sourceRoot":"","sources":["ChromePdfRenderOptionsP.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ChromePdfRenderOptionsP.d.ts","sourceRoot":"","sources":["ChromePdfRenderOptionsP.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,6 +48,11 @@ export interface ChromePdfRenderOptionsP {
|
|
|
48
48
|
'tableOfContents'?: (_ironpdfengineproto_ChromeTableOfContentsTypesP | null);
|
|
49
49
|
'enableMathematicalLatex'?: (boolean);
|
|
50
50
|
'customRequestHeaders'?: (string);
|
|
51
|
+
'autoBookmarksFromHeadings'?: (boolean);
|
|
52
|
+
'autoBookmarkMinHeadingLevel'?: (number);
|
|
53
|
+
'autoBookmarkMaxHeadingLevel'?: (number);
|
|
54
|
+
'autoBookmarkCssSelectors'?: (string);
|
|
55
|
+
'elementQuerySelectors'?: (string);
|
|
51
56
|
'_createPdfFormsFromHtml'?: "createPdfFormsFromHtml";
|
|
52
57
|
'_customCssUrl'?: "customCssUrl";
|
|
53
58
|
'_enableJavaScript'?: "enableJavaScript";
|
|
@@ -84,6 +89,11 @@ export interface ChromePdfRenderOptionsP {
|
|
|
84
89
|
'_tableOfContents'?: "tableOfContents";
|
|
85
90
|
'_enableMathematicalLatex'?: "enableMathematicalLatex";
|
|
86
91
|
'_customRequestHeaders'?: "customRequestHeaders";
|
|
92
|
+
'_autoBookmarksFromHeadings'?: "autoBookmarksFromHeadings";
|
|
93
|
+
'_autoBookmarkMinHeadingLevel'?: "autoBookmarkMinHeadingLevel";
|
|
94
|
+
'_autoBookmarkMaxHeadingLevel'?: "autoBookmarkMaxHeadingLevel";
|
|
95
|
+
'_autoBookmarkCssSelectors'?: "autoBookmarkCssSelectors";
|
|
96
|
+
'_elementQuerySelectors'?: "elementQuerySelectors";
|
|
87
97
|
}
|
|
88
98
|
|
|
89
99
|
export interface ChromePdfRenderOptionsP__Output {
|
|
@@ -123,4 +133,9 @@ export interface ChromePdfRenderOptionsP__Output {
|
|
|
123
133
|
'tableOfContents'?: (_ironpdfengineproto_ChromeTableOfContentsTypesP__Output);
|
|
124
134
|
'enableMathematicalLatex'?: (boolean);
|
|
125
135
|
'customRequestHeaders'?: (string);
|
|
136
|
+
'autoBookmarksFromHeadings'?: (boolean);
|
|
137
|
+
'autoBookmarkMinHeadingLevel'?: (number);
|
|
138
|
+
'autoBookmarkMaxHeadingLevel'?: (number);
|
|
139
|
+
'autoBookmarkCssSelectors'?: (string);
|
|
140
|
+
'elementQuerySelectors'?: (string);
|
|
126
141
|
}
|
|
@@ -48,6 +48,8 @@ import type { PdfiumConvertToPdfARequestStreamP as _ironpdfengineproto_PdfiumCon
|
|
|
48
48
|
import type { PdfiumConvertToPdfUAForScreenReaderRequestP as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, PdfiumConvertToPdfUAForScreenReaderRequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP';
|
|
49
49
|
import type { PdfiumConvertToPdfUARequestP as _ironpdfengineproto_PdfiumConvertToPdfUARequestP, PdfiumConvertToPdfUARequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUARequestP';
|
|
50
50
|
import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequestP, PdfiumCopyPagesRequestP__Output as _ironpdfengineproto_PdfiumCopyPagesRequestP__Output } from '../ironpdfengineproto/PdfiumCopyPagesRequestP';
|
|
51
|
+
import type { PdfiumDisableFormFontFallbackRequestP as _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, PdfiumDisableFormFontFallbackRequestP__Output as _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output } from '../ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP';
|
|
52
|
+
import type { PdfiumDisableFormFontFallbackResultP as _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP, PdfiumDisableFormFontFallbackResultP__Output as _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output } from '../ironpdfengineproto/PdfiumDisableFormFontFallbackResultP';
|
|
51
53
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
52
54
|
import type { PdfiumDrawTextRequestP as _ironpdfengineproto_PdfiumDrawTextRequestP, PdfiumDrawTextRequestP__Output as _ironpdfengineproto_PdfiumDrawTextRequestP__Output } from '../ironpdfengineproto/PdfiumDrawTextRequestP';
|
|
53
55
|
import type { PdfiumDrawTextsRequestStreamP as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP, PdfiumDrawTextsRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawTextsRequestStreamP';
|
|
@@ -164,6 +166,8 @@ import type { PdfiumSetFormFieldFontRequestP as _ironpdfengineproto_PdfiumSetFor
|
|
|
164
166
|
import type { PdfiumSetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, PdfiumSetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldIsReadOnlyRequestP';
|
|
165
167
|
import type { PdfiumSetFormFieldValue2RequestP as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, PdfiumSetFormFieldValue2RequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValue2RequestP';
|
|
166
168
|
import type { PdfiumSetFormFieldValueRequestP as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP, PdfiumSetFormFieldValueRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValueRequestP';
|
|
169
|
+
import type { PdfiumSetFormFontRequestStreamP as _ironpdfengineproto_PdfiumSetFormFontRequestStreamP, PdfiumSetFormFontRequestStreamP__Output as _ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output } from '../ironpdfengineproto/PdfiumSetFormFontRequestStreamP';
|
|
170
|
+
import type { PdfiumSetFormFontResultP as _ironpdfengineproto_PdfiumSetFormFontResultP, PdfiumSetFormFontResultP__Output as _ironpdfengineproto_PdfiumSetFormFontResultP__Output } from '../ironpdfengineproto/PdfiumSetFormFontResultP';
|
|
167
171
|
import type { PdfiumSetMetadataDictRequestP as _ironpdfengineproto_PdfiumSetMetadataDictRequestP, PdfiumSetMetadataDictRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataDictRequestP';
|
|
168
172
|
import type { PdfiumSetMetadataRequestP as _ironpdfengineproto_PdfiumSetMetadataRequestP, PdfiumSetMetadataRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataRequestP';
|
|
169
173
|
import type { PdfiumSetPagesRotationRequestP as _ironpdfengineproto_PdfiumSetPagesRotationRequestP, PdfiumSetPagesRotationRequestP__Output as _ironpdfengineproto_PdfiumSetPagesRotationRequestP__Output } from '../ironpdfengineproto/PdfiumSetPagesRotationRequestP';
|
|
@@ -182,11 +186,15 @@ import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_Pdf
|
|
|
182
186
|
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
183
187
|
import type { QPdfCompleteSavingAsPdfA4RequestP as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, QPdfCompleteSavingAsPdfA4RequestP__Output as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output } from '../ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP';
|
|
184
188
|
import type { QPdfCompleteSavingAsPdfUA2RequestP as _ironpdfengineproto_QPdfCompleteSavingAsPdfUA2RequestP, QPdfCompleteSavingAsPdfUA2RequestP__Output as _ironpdfengineproto_QPdfCompleteSavingAsPdfUA2RequestP__Output } from '../ironpdfengineproto/QPdfCompleteSavingAsPdfUA2RequestP';
|
|
189
|
+
import type { QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP';
|
|
190
|
+
import type { QPdfCompressAndSaveAsAdvancedRequestP as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, QPdfCompressAndSaveAsAdvancedRequestP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP';
|
|
185
191
|
import type { QPdfCompressAndSaveAsFromBytesRequestStreamP as _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, QPdfCompressAndSaveAsFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsFromBytesRequestStreamP';
|
|
186
192
|
import type { QPdfCompressAndSaveAsRequestP as _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, QPdfCompressAndSaveAsRequestP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsRequestP';
|
|
187
193
|
import type { QPdfCompressInMemoryRequestIdP as _ironpdfengineproto_QPdfCompressInMemoryRequestIdP, QPdfCompressInMemoryRequestIdP__Output as _ironpdfengineproto_QPdfCompressInMemoryRequestIdP__Output } from '../ironpdfengineproto/QPdfCompressInMemoryRequestIdP';
|
|
188
194
|
import type { QPdfCompressInMemoryRequestStreamP as _ironpdfengineproto_QPdfCompressInMemoryRequestStreamP, QPdfCompressInMemoryRequestStreamP__Output as _ironpdfengineproto_QPdfCompressInMemoryRequestStreamP__Output } from '../ironpdfengineproto/QPdfCompressInMemoryRequestStreamP';
|
|
189
195
|
import type { QPdfIsLinearizedRequestStreamP as _ironpdfengineproto_QPdfIsLinearizedRequestStreamP, QPdfIsLinearizedRequestStreamP__Output as _ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output } from '../ironpdfengineproto/QPdfIsLinearizedRequestStreamP';
|
|
196
|
+
import type { QPdfLinearizeInMemoryRequestIdP as _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, QPdfLinearizeInMemoryRequestIdP__Output as _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP__Output } from '../ironpdfengineproto/QPdfLinearizeInMemoryRequestIdP';
|
|
197
|
+
import type { QPdfLinearizeInMemoryRequestStreamP as _ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, QPdfLinearizeInMemoryRequestStreamP__Output as _ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP__Output } from '../ironpdfengineproto/QPdfLinearizeInMemoryRequestStreamP';
|
|
190
198
|
import type { QPdfSaveAsJsonRequestStreamP as _ironpdfengineproto_QPdfSaveAsJsonRequestStreamP, QPdfSaveAsJsonRequestStreamP__Output as _ironpdfengineproto_QPdfSaveAsJsonRequestStreamP__Output } from '../ironpdfengineproto/QPdfSaveAsJsonRequestStreamP';
|
|
191
199
|
import type { QPdfSaveAsLinearizedFromBytesRequestStreamP as _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, QPdfSaveAsLinearizedFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP';
|
|
192
200
|
import type { QPdfSaveAsLinearizedRequestP as _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, QPdfSaveAsLinearizedRequestP__Output as _ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output } from '../ironpdfengineproto/QPdfSaveAsLinearizedRequestP';
|
|
@@ -669,6 +677,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
669
677
|
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
670
678
|
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
671
679
|
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
680
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
681
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
682
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
683
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
684
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
685
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
686
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
687
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
672
688
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
673
689
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
674
690
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -833,6 +849,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
833
849
|
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
834
850
|
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
835
851
|
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
852
|
+
Pdfium_Form_SetFormFont(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
853
|
+
Pdfium_Form_SetFormFont(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
854
|
+
Pdfium_Form_SetFormFont(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
855
|
+
Pdfium_Form_SetFormFont(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
856
|
+
pdfiumFormSetFormFont(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
857
|
+
pdfiumFormSetFormFont(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
858
|
+
pdfiumFormSetFormFont(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
859
|
+
pdfiumFormSetFormFont(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
836
860
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
837
861
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
838
862
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1241,6 +1265,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1241
1265
|
QPdf_Compression_CompressAndSaveAs(argument: _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1242
1266
|
qPdfCompressionCompressAndSaveAs(argument: _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1243
1267
|
qPdfCompressionCompressAndSaveAs(argument: _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1268
|
+
QPdf_Compression_CompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1269
|
+
QPdf_Compression_CompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1270
|
+
qPdfCompressionCompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1271
|
+
qPdfCompressionCompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1272
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1273
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1274
|
+
qPdfCompressionCompressAndSaveAsAdvancedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1275
|
+
qPdfCompressionCompressAndSaveAsAdvancedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1244
1276
|
QPdf_Compression_CompressAndSaveAsFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1245
1277
|
QPdf_Compression_CompressAndSaveAsFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1246
1278
|
qPdfCompressionCompressAndSaveAsFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
@@ -1273,6 +1305,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1273
1305
|
qPdfLinearizationIsLinearized(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1274
1306
|
qPdfLinearizationIsLinearized(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1275
1307
|
qPdfLinearizationIsLinearized(callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1308
|
+
QPdf_Linearization_LinearizeInMemory(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1309
|
+
QPdf_Linearization_LinearizeInMemory(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1310
|
+
qPdfLinearizationLinearizeInMemory(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1311
|
+
qPdfLinearizationLinearizeInMemory(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1312
|
+
QPdf_Linearization_LinearizeInMemoryFromId(argument: _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1313
|
+
QPdf_Linearization_LinearizeInMemoryFromId(argument: _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1314
|
+
qPdfLinearizationLinearizeInMemoryFromId(argument: _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1315
|
+
qPdfLinearizationLinearizeInMemoryFromId(argument: _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1276
1316
|
QPdf_Linearization_SaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1277
1317
|
QPdf_Linearization_SaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1278
1318
|
qPdfLinearizationSaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
@@ -1382,6 +1422,7 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1382
1422
|
Pdfium_Font_UnEmbedFontViaRegexFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP>;
|
|
1383
1423
|
Pdfium_Form_AddFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1384
1424
|
Pdfium_Form_AddFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1425
|
+
Pdfium_Form_DisableFormFontFallback: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP>;
|
|
1385
1426
|
Pdfium_Form_FlattenForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1386
1427
|
Pdfium_Form_GetCharObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP>;
|
|
1387
1428
|
Pdfium_Form_GetComboboxOptions: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP>;
|
|
@@ -1403,6 +1444,7 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1403
1444
|
Pdfium_Form_SetFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1404
1445
|
Pdfium_Form_SetFormFieldIsReadOnly: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1405
1446
|
Pdfium_Form_SetFormFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1447
|
+
Pdfium_Form_SetFormFont: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output, _ironpdfengineproto_PdfiumSetFormFontResultP>;
|
|
1406
1448
|
Pdfium_Form_UpdateFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1407
1449
|
Pdfium_Form_UpdateFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1408
1450
|
Pdfium_FromBytes: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
@@ -1458,12 +1500,16 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1458
1500
|
Pdfium_Text_RedactText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1459
1501
|
Pdfium_Text_ReplaceText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1460
1502
|
QPdf_Compression_CompressAndSaveAs: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1503
|
+
QPdf_Compression_CompressAndSaveAsAdvanced: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1504
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1461
1505
|
QPdf_Compression_CompressAndSaveAsFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1462
1506
|
QPdf_Compression_CompressInMemory: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1463
1507
|
QPdf_Compression_CompressInMemoryFromId: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompressInMemoryRequestIdP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1464
1508
|
QPdf_Json_SaveAsJson: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfSaveAsJsonRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1465
1509
|
QPdf_Json_ToJson: grpc.handleClientStreamingCall<_ironpdfengineproto_QPdfToJsonRequestStreamP__Output, _ironpdfengineproto_StringResultP>;
|
|
1466
1510
|
QPdf_Linearization_IsLinearized: grpc.handleClientStreamingCall<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output, _ironpdfengineproto_BooleanResultP>;
|
|
1511
|
+
QPdf_Linearization_LinearizeInMemory: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1512
|
+
QPdf_Linearization_LinearizeInMemoryFromId: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1467
1513
|
QPdf_Linearization_SaveAsLinearized: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1468
1514
|
QPdf_Linearization_SaveAsLinearizedFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1469
1515
|
QPdf_PdfA_CompleteSavingAsPdfA4: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
@@ -1533,6 +1579,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1533
1579
|
Pdfium_Font_UnEmbedFontViaRegexFontName: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>;
|
|
1534
1580
|
Pdfium_Form_AddFormField: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
1535
1581
|
Pdfium_Form_AddFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
1582
|
+
Pdfium_Form_DisableFormFontFallback: MethodDefinition<_ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP, _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>;
|
|
1536
1583
|
Pdfium_Form_FlattenForm: MethodDefinition<_ironpdfengineproto_PdfiumFlattenFormRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1537
1584
|
Pdfium_Form_GetCharObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>;
|
|
1538
1585
|
Pdfium_Form_GetComboboxOptions: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>;
|
|
@@ -1554,6 +1601,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1554
1601
|
Pdfium_Form_SetFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValueRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1555
1602
|
Pdfium_Form_SetFormFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1556
1603
|
Pdfium_Form_SetFormFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1604
|
+
Pdfium_Form_SetFormFont: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP, _ironpdfengineproto_PdfiumSetFormFontResultP, _ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output, _ironpdfengineproto_PdfiumSetFormFontResultP__Output>;
|
|
1557
1605
|
Pdfium_Form_UpdateFormField: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1558
1606
|
Pdfium_Form_UpdateFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1559
1607
|
Pdfium_FromBytes: MethodDefinition<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
@@ -1609,12 +1657,16 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1609
1657
|
Pdfium_Text_RedactText: MethodDefinition<_ironpdfengineproto_PdfiumRedactTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1610
1658
|
Pdfium_Text_ReplaceText: MethodDefinition<_ironpdfengineproto_PdfiumReplaceTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1611
1659
|
QPdf_Compression_CompressAndSaveAs: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1660
|
+
QPdf_Compression_CompressAndSaveAsAdvanced: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1661
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1612
1662
|
QPdf_Compression_CompressAndSaveAsFromBytes: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1613
1663
|
QPdf_Compression_CompressInMemory: MethodDefinition<_ironpdfengineproto_QPdfCompressInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1614
1664
|
QPdf_Compression_CompressInMemoryFromId: MethodDefinition<_ironpdfengineproto_QPdfCompressInMemoryRequestIdP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressInMemoryRequestIdP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1615
1665
|
QPdf_Json_SaveAsJson: MethodDefinition<_ironpdfengineproto_QPdfSaveAsJsonRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfSaveAsJsonRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1616
1666
|
QPdf_Json_ToJson: MethodDefinition<_ironpdfengineproto_QPdfToJsonRequestStreamP, _ironpdfengineproto_StringResultP, _ironpdfengineproto_QPdfToJsonRequestStreamP__Output, _ironpdfengineproto_StringResultP__Output>;
|
|
1617
1667
|
QPdf_Linearization_IsLinearized: MethodDefinition<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output, _ironpdfengineproto_BooleanResultP__Output>;
|
|
1668
|
+
QPdf_Linearization_LinearizeInMemory: MethodDefinition<_ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfLinearizeInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1669
|
+
QPdf_Linearization_LinearizeInMemoryFromId: MethodDefinition<_ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfLinearizeInMemoryRequestIdP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1618
1670
|
QPdf_Linearization_SaveAsLinearized: MethodDefinition<_ironpdfengineproto_QPdfSaveAsLinearizedRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1619
1671
|
QPdf_Linearization_SaveAsLinearizedFromBytes: MethodDefinition<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1620
1672
|
QPdf_PdfA_CompleteSavingAsPdfA4: MethodDefinition<_ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|