@ironsoftware/ironpdf 2024.1.1 → 2024.3.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 +4 -3
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +2 -1
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +3 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +1 -5
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +58 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_signature.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto +7 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +9 -1
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +9 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.d.ts +3 -3
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.ts +3 -3
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +35 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +41 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.ts +28 -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/PdfiumFormFieldP.d.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.ts +20 -0
- package/src/internal/grpc_layer/chrome/stamp.d.ts +3 -3
- package/src/internal/grpc_layer/chrome/stamp.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.js +3 -3
- package/src/internal/grpc_layer/chrome/stamp.js.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.ts +6 -6
- package/src/internal/grpc_layer/pdfium/page.d.ts +1 -1
- package/src/internal/grpc_layer/pdfium/page.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.js +1 -1
- package/src/internal/grpc_layer/pdfium/page.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.ts +2 -3
- package/src/internal/zod/affixSchema.d.ts +6 -0
- package/src/internal/zod/affixSchema.d.ts.map +1 -0
- package/src/internal/zod/affixSchema.js +36 -0
- package/src/internal/zod/affixSchema.js.map +1 -0
- package/src/internal/zod/affixSchema.ts +35 -0
- package/src/internal/zod/imageSchema.d.ts +6 -0
- package/src/internal/zod/imageSchema.d.ts.map +1 -0
- package/src/internal/zod/imageSchema.js +13 -0
- package/src/internal/zod/imageSchema.js.map +1 -0
- package/src/internal/zod/imageSchema.ts +18 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts +4 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts.map +1 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.js +34 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.js.map +1 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.ts +32 -0
- package/src/internal/zod/pageSchema.d.ts +5 -0
- package/src/internal/zod/pageSchema.d.ts.map +1 -0
- package/src/internal/zod/pageSchema.js +18 -0
- package/src/internal/zod/pageSchema.js.map +1 -0
- package/src/internal/zod/pageSchema.ts +17 -0
- package/src/internal/zod/paperSchema.d.ts +8 -0
- package/src/internal/zod/paperSchema.d.ts.map +1 -0
- package/src/internal/zod/paperSchema.js +18 -0
- package/src/internal/zod/paperSchema.js.map +1 -0
- package/src/internal/zod/paperSchema.ts +22 -0
- package/src/internal/zod/pdfDocumentSchema.d.ts +4 -0
- package/src/internal/zod/pdfDocumentSchema.d.ts.map +1 -0
- package/src/internal/zod/pdfDocumentSchema.js +7 -0
- package/src/internal/zod/pdfDocumentSchema.js.map +1 -0
- package/src/internal/zod/pdfDocumentSchema.ts +6 -0
- package/src/internal/zod/renderSchema.d.ts +14 -0
- package/src/internal/zod/renderSchema.d.ts.map +1 -0
- package/src/internal/zod/renderSchema.js +88 -0
- package/src/internal/zod/renderSchema.js.map +1 -0
- package/src/internal/zod/renderSchema.ts +107 -0
- package/src/internal/zod/securitySchema.d.ts +4 -0
- package/src/internal/zod/securitySchema.d.ts.map +1 -0
- package/src/internal/zod/securitySchema.js +17 -0
- package/src/internal/zod/securitySchema.js.map +1 -0
- package/src/internal/zod/securitySchema.ts +15 -0
- package/src/internal/zod/signatureSchema.d.ts +5 -0
- package/src/internal/zod/signatureSchema.d.ts.map +1 -0
- package/src/internal/zod/signatureSchema.js +22 -0
- package/src/internal/zod/signatureSchema.js.map +1 -0
- package/src/internal/zod/signatureSchema.ts +22 -0
- package/src/internal/zod/stampSchema.d.ts +155 -0
- package/src/internal/zod/stampSchema.d.ts.map +1 -0
- package/src/internal/zod/stampSchema.js +79 -0
- package/src/internal/zod/stampSchema.js.map +1 -0
- package/src/internal/zod/stampSchema.ts +87 -0
- package/src/internal/zod/typeSchema.d.ts +38 -0
- package/src/internal/zod/typeSchema.d.ts.map +1 -0
- package/src/internal/zod/typeSchema.js +74 -0
- package/src/internal/zod/typeSchema.js.map +1 -0
- package/src/internal/zod/typeSchema.ts +120 -0
- package/src/public/affix.d.ts +5 -5
- package/src/public/affix.ts +5 -5
- package/src/public/image.d.ts +1 -9
- package/src/public/image.d.ts.map +1 -1
- package/src/public/image.js.map +1 -1
- package/src/public/image.ts +1 -9
- package/src/public/ironpdfglobalconfig.d.ts +8 -8
- package/src/public/ironpdfglobalconfig.ts +8 -8
- package/src/public/pdfDocument.d.ts +354 -43
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +835 -150
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +1125 -197
- package/src/public/pdfGenerator.d.ts +4 -4
- package/src/public/pdfGenerator.ts +4 -4
- package/src/public/render.d.ts +5 -5
- package/src/public/render.ts +5 -5
- package/src/public/stamp.d.ts +10 -10
- package/src/public/stamp.ts +11 -11
- package/src/public/types.d.ts +7 -7
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.js.map +1 -1
- package/src/public/types.ts +7 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts +0 -7
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.js +0 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.js.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.ts +0 -10
|
@@ -62,6 +62,8 @@ import type { PdfiumGetAnnotationsResultP as _ironpdfengineproto_PdfiumGetAnnota
|
|
|
62
62
|
import type { PdfiumGetBinaryDataRequestStreamP as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP, PdfiumGetBinaryDataRequestStreamP__Output as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetBinaryDataRequestStreamP';
|
|
63
63
|
import type { PdfiumGetBookmarksDescriptorRequestP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP, PdfiumGetBookmarksDescriptorRequestP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorRequestP';
|
|
64
64
|
import type { PdfiumGetBookmarksDescriptorResultP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP, PdfiumGetBookmarksDescriptorResultP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorResultP';
|
|
65
|
+
import type { PdfiumGetCharObjectCollectionRequestP as _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, PdfiumGetCharObjectCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP';
|
|
66
|
+
import type { PdfiumGetCharObjectCollectionResultP as _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, PdfiumGetCharObjectCollectionResultP__Output as _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetCharObjectCollectionResultP';
|
|
65
67
|
import type { PdfiumGetComboboxOptionsRequestP as _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, PdfiumGetComboboxOptionsRequestP__Output as _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output } from '../ironpdfengineproto/PdfiumGetComboboxOptionsRequestP';
|
|
66
68
|
import type { PdfiumGetComboboxOptionsResultP as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, PdfiumGetComboboxOptionsResultP__Output as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output } from '../ironpdfengineproto/PdfiumGetComboboxOptionsResultP';
|
|
67
69
|
import type { PdfiumGetComboboxSelectedIndexRequestP as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, PdfiumGetComboboxSelectedIndexRequestP__Output as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output } from '../ironpdfengineproto/PdfiumGetComboboxSelectedIndexRequestP';
|
|
@@ -105,6 +107,8 @@ import type { PdfiumGetSignatureCountResultP as _ironpdfengineproto_PdfiumGetSig
|
|
|
105
107
|
import type { PdfiumGetStandardFontNameRequestP as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, PdfiumGetStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameRequestP';
|
|
106
108
|
import type { PdfiumGetStandardFontNameResultP as _ironpdfengineproto_PdfiumGetStandardFontNameResultP, PdfiumGetStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameResultP';
|
|
107
109
|
import type { PdfiumGetTextAnnotationResultP as _ironpdfengineproto_PdfiumGetTextAnnotationResultP, PdfiumGetTextAnnotationResultP__Output as _ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output } from '../ironpdfengineproto/PdfiumGetTextAnnotationResultP';
|
|
110
|
+
import type { PdfiumGetTextObjectCollectionRequestP as _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, PdfiumGetTextObjectCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP';
|
|
111
|
+
import type { PdfiumGetTextObjectCollectionResultP as _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP, PdfiumGetTextObjectCollectionResultP__Output as _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetTextObjectCollectionResultP';
|
|
108
112
|
import type { PdfiumGetVerifiedSignatureRequestStreamP as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP, PdfiumGetVerifiedSignatureRequestStreamP__Output as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetVerifiedSignatureRequestStreamP';
|
|
109
113
|
import type { PdfiumGetVerifySignatureResultP as _ironpdfengineproto_PdfiumGetVerifySignatureResultP, PdfiumGetVerifySignatureResultP__Output as _ironpdfengineproto_PdfiumGetVerifySignatureResultP__Output } from '../ironpdfengineproto/PdfiumGetVerifySignatureResultP';
|
|
110
114
|
import type { PdfiumInsertBookmarkRequestP as _ironpdfengineproto_PdfiumInsertBookmarkRequestP, PdfiumInsertBookmarkRequestP__Output as _ironpdfengineproto_PdfiumInsertBookmarkRequestP__Output } from '../ironpdfengineproto/PdfiumInsertBookmarkRequestP';
|
|
@@ -116,6 +120,7 @@ import type { PdfiumPdfDocumentInsertRequestP as _ironpdfengineproto_PdfiumPdfDo
|
|
|
116
120
|
import type { PdfiumPdfDocumentMergeRequestP as _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, PdfiumPdfDocumentMergeRequestP__Output as _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP__Output } from '../ironpdfengineproto/PdfiumPdfDocumentMergeRequestP';
|
|
117
121
|
import type { PdfiumPdfToImagesRequestP as _ironpdfengineproto_PdfiumPdfToImagesRequestP, PdfiumPdfToImagesRequestP__Output as _ironpdfengineproto_PdfiumPdfToImagesRequestP__Output } from '../ironpdfengineproto/PdfiumPdfToImagesRequestP';
|
|
118
122
|
import type { PdfiumPdfToMultiPageTiffImageRequestP as _ironpdfengineproto_PdfiumPdfToMultiPageTiffImageRequestP, PdfiumPdfToMultiPageTiffImageRequestP__Output as _ironpdfengineproto_PdfiumPdfToMultiPageTiffImageRequestP__Output } from '../ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP';
|
|
123
|
+
import type { PdfiumRedactTextRequestP as _ironpdfengineproto_PdfiumRedactTextRequestP, PdfiumRedactTextRequestP__Output as _ironpdfengineproto_PdfiumRedactTextRequestP__Output } from '../ironpdfengineproto/PdfiumRedactTextRequestP';
|
|
119
124
|
import type { PdfiumRemoveAnnotationRequestP as _ironpdfengineproto_PdfiumRemoveAnnotationRequestP, PdfiumRemoveAnnotationRequestP__Output as _ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveAnnotationRequestP';
|
|
120
125
|
import type { PdfiumRemoveBookmarksRequestP as _ironpdfengineproto_PdfiumRemoveBookmarksRequestP, PdfiumRemoveBookmarksRequestP__Output as _ironpdfengineproto_PdfiumRemoveBookmarksRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveBookmarksRequestP';
|
|
121
126
|
import type { PdfiumRemoveFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, PdfiumRemoveFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP';
|
|
@@ -622,6 +627,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
622
627
|
pdfiumFormFlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
623
628
|
pdfiumFormFlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
624
629
|
|
|
630
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
631
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
632
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
633
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
634
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
635
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
636
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
637
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
638
|
+
|
|
625
639
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
626
640
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
627
641
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -685,6 +699,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
685
699
|
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
686
700
|
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
687
701
|
|
|
702
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
703
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
704
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
705
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
706
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
707
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
708
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
709
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
710
|
+
|
|
688
711
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
689
712
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
690
713
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1120,6 +1143,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1120
1143
|
pdfiumTextExtractAllText(argument: _ironpdfengineproto_PdfiumExtractAllTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_StringResultP__Output>): grpc.ClientUnaryCall;
|
|
1121
1144
|
pdfiumTextExtractAllText(argument: _ironpdfengineproto_PdfiumExtractAllTextRequestP, callback: grpc.requestCallback<_ironpdfengineproto_StringResultP__Output>): grpc.ClientUnaryCall;
|
|
1122
1145
|
|
|
1146
|
+
Pdfium_Text_RedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1147
|
+
Pdfium_Text_RedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1148
|
+
Pdfium_Text_RedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1149
|
+
Pdfium_Text_RedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1150
|
+
pdfiumTextRedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1151
|
+
pdfiumTextRedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1152
|
+
pdfiumTextRedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1153
|
+
pdfiumTextRedactText(argument: _ironpdfengineproto_PdfiumRedactTextRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1154
|
+
|
|
1123
1155
|
Pdfium_Text_ReplaceText(argument: _ironpdfengineproto_PdfiumReplaceTextRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1124
1156
|
Pdfium_Text_ReplaceText(argument: _ironpdfengineproto_PdfiumReplaceTextRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1125
1157
|
Pdfium_Text_ReplaceText(argument: _ironpdfengineproto_PdfiumReplaceTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1270,6 +1302,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1270
1302
|
|
|
1271
1303
|
Pdfium_Form_FlattenForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1272
1304
|
|
|
1305
|
+
Pdfium_Form_GetCharObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP>;
|
|
1306
|
+
|
|
1273
1307
|
Pdfium_Form_GetComboboxOptions: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP>;
|
|
1274
1308
|
|
|
1275
1309
|
Pdfium_Form_GetComboboxSelectedIndex: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP>;
|
|
@@ -1284,6 +1318,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1284
1318
|
|
|
1285
1319
|
Pdfium_Form_GetFormFields: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP>;
|
|
1286
1320
|
|
|
1321
|
+
Pdfium_Form_GetTextObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP>;
|
|
1322
|
+
|
|
1287
1323
|
Pdfium_Form_RemoveFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1288
1324
|
|
|
1289
1325
|
Pdfium_Form_RemoveFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1386,6 +1422,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1386
1422
|
|
|
1387
1423
|
Pdfium_Text_ExtractAllText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP>;
|
|
1388
1424
|
|
|
1425
|
+
Pdfium_Text_RedactText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1426
|
+
|
|
1389
1427
|
Pdfium_Text_ReplaceText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1390
1428
|
|
|
1391
1429
|
System_License_IsLicensed: grpc.handleUnaryCall<_ironpdfengineproto_SystemIsLicensedRequestP__Output, _ironpdfengineproto_BooleanResultP>;
|
|
@@ -1450,6 +1488,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1450
1488
|
Pdfium_Form_AddFormField: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1451
1489
|
Pdfium_Form_AddFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1452
1490
|
Pdfium_Form_FlattenForm: MethodDefinition<_ironpdfengineproto_PdfiumFlattenFormRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1491
|
+
Pdfium_Form_GetCharObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>
|
|
1453
1492
|
Pdfium_Form_GetComboboxOptions: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>
|
|
1454
1493
|
Pdfium_Form_GetComboboxSelectedIndex: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP__Output>
|
|
1455
1494
|
Pdfium_Form_GetFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP__Output>
|
|
@@ -1457,6 +1496,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1457
1496
|
Pdfium_Form_GetFontInfoCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP, _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>
|
|
1458
1497
|
Pdfium_Form_GetForm: MethodDefinition<_ironpdfengineproto_PdfiumGetFormRequestP, _ironpdfengineproto_PdfiumGetFormResultP, _ironpdfengineproto_PdfiumGetFormRequestP__Output, _ironpdfengineproto_PdfiumGetFormResultP__Output>
|
|
1459
1498
|
Pdfium_Form_GetFormFields: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldsRequestP, _ironpdfengineproto_PdfiumGetFormFieldsResultP, _ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>
|
|
1499
|
+
Pdfium_Form_GetTextObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP, _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>
|
|
1460
1500
|
Pdfium_Form_RemoveFormField: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1461
1501
|
Pdfium_Form_RemoveFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1462
1502
|
Pdfium_Form_RenameField: MethodDefinition<_ironpdfengineproto_PdfiumRenameFieldRequestP, _ironpdfengineproto_PdfiumRenameFormFieldResultP, _ironpdfengineproto_PdfiumRenameFieldRequestP__Output, _ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>
|
|
@@ -1508,6 +1548,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1508
1548
|
Pdfium_Stamp_StampStampFooterWatermark: MethodDefinition<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1509
1549
|
Pdfium_Text_DrawText: MethodDefinition<_ironpdfengineproto_PdfiumDrawTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumDrawTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1510
1550
|
Pdfium_Text_ExtractAllText: MethodDefinition<_ironpdfengineproto_PdfiumExtractAllTextRequestP, _ironpdfengineproto_StringResultP, _ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP__Output>
|
|
1551
|
+
Pdfium_Text_RedactText: MethodDefinition<_ironpdfengineproto_PdfiumRedactTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1511
1552
|
Pdfium_Text_ReplaceText: MethodDefinition<_ironpdfengineproto_PdfiumReplaceTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1512
1553
|
System_License_IsLicensed: MethodDefinition<_ironpdfengineproto_SystemIsLicensedRequestP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_SystemIsLicensedRequestP__Output, _ironpdfengineproto_BooleanResultP__Output>
|
|
1513
1554
|
System_License_IsValidLicense: MethodDefinition<_ironpdfengineproto_SystemIsValidLicenseRequestP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_SystemIsValidLicenseRequestP__Output, _ironpdfengineproto_BooleanResultP__Output>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PdfiumCharObjectP as _ironpdfengineproto_PdfiumCharObjectP, PdfiumCharObjectP__Output as _ironpdfengineproto_PdfiumCharObjectP__Output } from '../ironpdfengineproto/PdfiumCharObjectP';
|
|
2
|
+
export interface PdfiumCharObjectCollectionP {
|
|
3
|
+
'value'?: (_ironpdfengineproto_PdfiumCharObjectP)[];
|
|
4
|
+
}
|
|
5
|
+
export interface PdfiumCharObjectCollectionP__Output {
|
|
6
|
+
'value'?: (_ironpdfengineproto_PdfiumCharObjectP__Output)[];
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=PdfiumCharObjectCollectionP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumCharObjectCollectionP.d.ts","sourceRoot":"","sources":["PdfiumCharObjectCollectionP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,IAAI,qCAAqC,EAAE,yBAAyB,IAAI,6CAA6C,EAAE,MAAM,yCAAyC,CAAC;AAEtM,MAAM,WAAW,2BAA2B;IAC1C,OAAO,CAAC,EAAE,CAAC,qCAAqC,CAAC,EAAE,CAAC;CACrD;AAED,MAAM,WAAW,mCAAmC;IAClD,OAAO,CAAC,EAAE,CAAC,6CAA6C,CAAC,EAAE,CAAC;CAC7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumCharObjectCollectionP.js","sourceRoot":"","sources":["PdfiumCharObjectCollectionP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumCharObjectP as _ironpdfengineproto_PdfiumCharObjectP, PdfiumCharObjectP__Output as _ironpdfengineproto_PdfiumCharObjectP__Output } from '../ironpdfengineproto/PdfiumCharObjectP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumCharObjectCollectionP {
|
|
6
|
+
'value'?: (_ironpdfengineproto_PdfiumCharObjectP)[];
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface PdfiumCharObjectCollectionP__Output {
|
|
10
|
+
'value'?: (_ironpdfengineproto_PdfiumCharObjectP__Output)[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface PdfiumCharObjectP {
|
|
2
|
+
'left'?: (number | string);
|
|
3
|
+
'right'?: (number | string);
|
|
4
|
+
'top'?: (number | string);
|
|
5
|
+
'bottom'?: (number | string);
|
|
6
|
+
'looseleft'?: (number | string);
|
|
7
|
+
'looseright'?: (number | string);
|
|
8
|
+
'loosetop'?: (number | string);
|
|
9
|
+
'loosebottom'?: (number | string);
|
|
10
|
+
'contents'?: (string);
|
|
11
|
+
'angle'?: (number | string);
|
|
12
|
+
}
|
|
13
|
+
export interface PdfiumCharObjectP__Output {
|
|
14
|
+
'left'?: (number);
|
|
15
|
+
'right'?: (number);
|
|
16
|
+
'top'?: (number);
|
|
17
|
+
'bottom'?: (number);
|
|
18
|
+
'looseleft'?: (number);
|
|
19
|
+
'looseright'?: (number);
|
|
20
|
+
'loosetop'?: (number);
|
|
21
|
+
'loosebottom'?: (number);
|
|
22
|
+
'contents'?: (string);
|
|
23
|
+
'angle'?: (number);
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=PdfiumCharObjectP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumCharObjectP.d.ts","sourceRoot":"","sources":["PdfiumCharObjectP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC/B,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAClC,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,yBAAyB;IACxC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumCharObjectP.js","sourceRoot":"","sources":["PdfiumCharObjectP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export interface PdfiumCharObjectP {
|
|
5
|
+
'left'?: (number | string);
|
|
6
|
+
'right'?: (number | string);
|
|
7
|
+
'top'?: (number | string);
|
|
8
|
+
'bottom'?: (number | string);
|
|
9
|
+
'looseleft'?: (number | string);
|
|
10
|
+
'looseright'?: (number | string);
|
|
11
|
+
'loosetop'?: (number | string);
|
|
12
|
+
'loosebottom'?: (number | string);
|
|
13
|
+
'contents'?: (string);
|
|
14
|
+
'angle'?: (number | string);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface PdfiumCharObjectP__Output {
|
|
18
|
+
'left'?: (number);
|
|
19
|
+
'right'?: (number);
|
|
20
|
+
'top'?: (number);
|
|
21
|
+
'bottom'?: (number);
|
|
22
|
+
'looseleft'?: (number);
|
|
23
|
+
'looseright'?: (number);
|
|
24
|
+
'loosetop'?: (number);
|
|
25
|
+
'loosebottom'?: (number);
|
|
26
|
+
'contents'?: (string);
|
|
27
|
+
'angle'?: (number);
|
|
28
|
+
}
|
|
@@ -3,10 +3,12 @@ export interface PdfiumCompressImagesRequestP {
|
|
|
3
3
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
4
|
'quality'?: (number);
|
|
5
5
|
'scaleToVisibleSize'?: (boolean);
|
|
6
|
+
'useHqSampling'?: (boolean);
|
|
6
7
|
}
|
|
7
8
|
export interface PdfiumCompressImagesRequestP__Output {
|
|
8
9
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
9
10
|
'quality'?: (number);
|
|
10
11
|
'scaleToVisibleSize'?: (boolean);
|
|
12
|
+
'useHqSampling'?: (boolean);
|
|
11
13
|
}
|
|
12
14
|
//# sourceMappingURL=PdfiumCompressImagesRequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumCompressImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumCompressImagesRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumCompressImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumCompressImagesRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,oCAAoC;IACnD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC7B"}
|
|
@@ -6,10 +6,12 @@ export interface PdfiumCompressImagesRequestP {
|
|
|
6
6
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
7
|
'quality'?: (number);
|
|
8
8
|
'scaleToVisibleSize'?: (boolean);
|
|
9
|
+
'useHqSampling'?: (boolean);
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
export interface PdfiumCompressImagesRequestP__Output {
|
|
12
13
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
13
14
|
'quality'?: (number);
|
|
14
15
|
'scaleToVisibleSize'?: (boolean);
|
|
16
|
+
'useHqSampling'?: (boolean);
|
|
15
17
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { PdfiumFormFieldTypesP as _ironpdfengineproto_PdfiumFormFieldTypesP, PdfiumFormFieldTypesP__Output as _ironpdfengineproto_PdfiumFormFieldTypesP__Output } from '../ironpdfengineproto/PdfiumFormFieldTypesP';
|
|
2
1
|
import type { PdfiumComboBoxFieldP as _ironpdfengineproto_PdfiumComboBoxFieldP, PdfiumComboBoxFieldP__Output as _ironpdfengineproto_PdfiumComboBoxFieldP__Output } from '../ironpdfengineproto/PdfiumComboBoxFieldP';
|
|
3
2
|
import type { PdfiumCheckBoxFieldP as _ironpdfengineproto_PdfiumCheckBoxFieldP, PdfiumCheckBoxFieldP__Output as _ironpdfengineproto_PdfiumCheckBoxFieldP__Output } from '../ironpdfengineproto/PdfiumCheckBoxFieldP';
|
|
4
3
|
import type { PdfiumTextFieldP as _ironpdfengineproto_PdfiumTextFieldP, PdfiumTextFieldP__Output as _ironpdfengineproto_PdfiumTextFieldP__Output } from '../ironpdfengineproto/PdfiumTextFieldP';
|
|
@@ -8,7 +7,7 @@ export interface PdfiumFormFieldP {
|
|
|
8
7
|
'name'?: (string);
|
|
9
8
|
'pageIndex'?: (number);
|
|
10
9
|
'readOnly'?: (boolean);
|
|
11
|
-
'type'?: (
|
|
10
|
+
'type'?: (string);
|
|
12
11
|
'value'?: (string);
|
|
13
12
|
'width'?: (number | string);
|
|
14
13
|
'height'?: (number | string);
|
|
@@ -25,7 +24,7 @@ export interface PdfiumFormFieldP__Output {
|
|
|
25
24
|
'name'?: (string);
|
|
26
25
|
'pageIndex'?: (number);
|
|
27
26
|
'readOnly'?: (boolean);
|
|
28
|
-
'type'?: (
|
|
27
|
+
'type'?: (string);
|
|
29
28
|
'value'?: (string);
|
|
30
29
|
'width'?: (number);
|
|
31
30
|
'height'?: (number);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumFormFieldP.d.ts","sourceRoot":"","sources":["PdfiumFormFieldP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"PdfiumFormFieldP.d.ts","sourceRoot":"","sources":["PdfiumFormFieldP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,4BAA4B,IAAI,gDAAgD,EAAE,MAAM,4CAA4C,CAAC;AACrN,OAAO,KAAK,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,4BAA4B,IAAI,gDAAgD,EAAE,MAAM,4CAA4C,CAAC;AACrN,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AACjM,OAAO,KAAK,EAAE,mBAAmB,IAAI,uCAAuC,EAAE,2BAA2B,IAAI,+CAA+C,EAAE,MAAM,2CAA2C,CAAC;AAEhN,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,UAAU,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC7B,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,CAAC,wCAAwC,GAAG,IAAI,CAAC,CAAC;IACpE,eAAe,CAAC,EAAE,CAAC,wCAAwC,GAAG,IAAI,CAAC,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,cAAc,CAAC,EAAE,CAAC,uCAAuC,GAAG,IAAI,CAAC,CAAC;IAClE,SAAS,CAAC,EAAE,eAAe,GAAC,eAAe,GAAC,WAAW,GAAC,cAAc,CAAC;CACxE;AAED,MAAM,WAAW,wBAAwB;IACvC,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,UAAU,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,eAAe,CAAC,EAAE,CAAC,gDAAgD,CAAC,CAAC;IACrE,eAAe,CAAC,EAAE,CAAC,gDAAgD,CAAC,CAAC;IACrE,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;IAC7D,cAAc,CAAC,EAAE,CAAC,+CAA+C,CAAC,CAAC;CACpE"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
|
|
2
2
|
|
|
3
|
-
import type { PdfiumFormFieldTypesP as _ironpdfengineproto_PdfiumFormFieldTypesP, PdfiumFormFieldTypesP__Output as _ironpdfengineproto_PdfiumFormFieldTypesP__Output } from '../ironpdfengineproto/PdfiumFormFieldTypesP';
|
|
4
3
|
import type { PdfiumComboBoxFieldP as _ironpdfengineproto_PdfiumComboBoxFieldP, PdfiumComboBoxFieldP__Output as _ironpdfengineproto_PdfiumComboBoxFieldP__Output } from '../ironpdfengineproto/PdfiumComboBoxFieldP';
|
|
5
4
|
import type { PdfiumCheckBoxFieldP as _ironpdfengineproto_PdfiumCheckBoxFieldP, PdfiumCheckBoxFieldP__Output as _ironpdfengineproto_PdfiumCheckBoxFieldP__Output } from '../ironpdfengineproto/PdfiumCheckBoxFieldP';
|
|
6
5
|
import type { PdfiumTextFieldP as _ironpdfengineproto_PdfiumTextFieldP, PdfiumTextFieldP__Output as _ironpdfengineproto_PdfiumTextFieldP__Output } from '../ironpdfengineproto/PdfiumTextFieldP';
|
|
@@ -11,7 +10,7 @@ export interface PdfiumFormFieldP {
|
|
|
11
10
|
'name'?: (string);
|
|
12
11
|
'pageIndex'?: (number);
|
|
13
12
|
'readOnly'?: (boolean);
|
|
14
|
-
'type'?: (
|
|
13
|
+
'type'?: (string);
|
|
15
14
|
'value'?: (string);
|
|
16
15
|
'width'?: (number | string);
|
|
17
16
|
'height'?: (number | string);
|
|
@@ -29,7 +28,7 @@ export interface PdfiumFormFieldP__Output {
|
|
|
29
28
|
'name'?: (string);
|
|
30
29
|
'pageIndex'?: (number);
|
|
31
30
|
'readOnly'?: (boolean);
|
|
32
|
-
'type'?: (
|
|
31
|
+
'type'?: (string);
|
|
33
32
|
'value'?: (string);
|
|
34
33
|
'width'?: (number);
|
|
35
34
|
'height'?: (number);
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumGetCharObjectCollectionRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'pageIndex'?: (number);
|
|
5
|
+
}
|
|
6
|
+
export interface PdfiumGetCharObjectCollectionRequestP__Output {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
'pageIndex'?: (number);
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=PdfiumGetCharObjectCollectionRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetCharObjectCollectionRequestP.d.ts","sourceRoot":"","sources":["PdfiumGetCharObjectCollectionRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qCAAqC;IACpD,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,6CAA6C;IAC5D,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetCharObjectCollectionRequestP.js","sourceRoot":"","sources":["PdfiumGetCharObjectCollectionRequestP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumGetCharObjectCollectionRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'pageIndex'?: (number);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface PdfiumGetCharObjectCollectionRequestP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'pageIndex'?: (number);
|
|
13
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfiumCharObjectCollectionP as _ironpdfengineproto_PdfiumCharObjectCollectionP, PdfiumCharObjectCollectionP__Output as _ironpdfengineproto_PdfiumCharObjectCollectionP__Output } from '../ironpdfengineproto/PdfiumCharObjectCollectionP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface PdfiumGetCharObjectCollectionResultP {
|
|
4
|
+
'result'?: (_ironpdfengineproto_PdfiumCharObjectCollectionP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "result" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumGetCharObjectCollectionResultP__Output {
|
|
9
|
+
'result'?: (_ironpdfengineproto_PdfiumCharObjectCollectionP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumGetCharObjectCollectionResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetCharObjectCollectionResultP.d.ts","sourceRoot":"","sources":["PdfiumGetCharObjectCollectionResultP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,IAAI,+CAA+C,EAAE,mCAAmC,IAAI,uDAAuD,EAAE,MAAM,mDAAmD,CAAC;AACxP,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,EAAE,CAAC,+CAA+C,GAAG,IAAI,CAAC,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,4CAA4C;IAC3D,QAAQ,CAAC,EAAE,CAAC,uDAAuD,CAAC,CAAC;IACrE,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetCharObjectCollectionResultP.js","sourceRoot":"","sources":["PdfiumGetCharObjectCollectionResultP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumCharObjectCollectionP as _ironpdfengineproto_PdfiumCharObjectCollectionP, PdfiumCharObjectCollectionP__Output as _ironpdfengineproto_PdfiumCharObjectCollectionP__Output } from '../ironpdfengineproto/PdfiumCharObjectCollectionP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface PdfiumGetCharObjectCollectionResultP {
|
|
7
|
+
'result'?: (_ironpdfengineproto_PdfiumCharObjectCollectionP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "result"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumGetCharObjectCollectionResultP__Output {
|
|
13
|
+
'result'?: (_ironpdfengineproto_PdfiumCharObjectCollectionP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumGetTextObjectCollectionRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'pageIndex'?: (number);
|
|
5
|
+
}
|
|
6
|
+
export interface PdfiumGetTextObjectCollectionRequestP__Output {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
'pageIndex'?: (number);
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=PdfiumGetTextObjectCollectionRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetTextObjectCollectionRequestP.d.ts","sourceRoot":"","sources":["PdfiumGetTextObjectCollectionRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qCAAqC;IACpD,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,6CAA6C;IAC5D,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetTextObjectCollectionRequestP.js","sourceRoot":"","sources":["PdfiumGetTextObjectCollectionRequestP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumGetTextObjectCollectionRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'pageIndex'?: (number);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface PdfiumGetTextObjectCollectionRequestP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'pageIndex'?: (number);
|
|
13
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfiumTextObjectCollectionP as _ironpdfengineproto_PdfiumTextObjectCollectionP, PdfiumTextObjectCollectionP__Output as _ironpdfengineproto_PdfiumTextObjectCollectionP__Output } from '../ironpdfengineproto/PdfiumTextObjectCollectionP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface PdfiumGetTextObjectCollectionResultP {
|
|
4
|
+
'result'?: (_ironpdfengineproto_PdfiumTextObjectCollectionP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "result" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumGetTextObjectCollectionResultP__Output {
|
|
9
|
+
'result'?: (_ironpdfengineproto_PdfiumTextObjectCollectionP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumGetTextObjectCollectionResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetTextObjectCollectionResultP.d.ts","sourceRoot":"","sources":["PdfiumGetTextObjectCollectionResultP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,IAAI,+CAA+C,EAAE,mCAAmC,IAAI,uDAAuD,EAAE,MAAM,mDAAmD,CAAC;AACxP,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,oCAAoC;IACnD,QAAQ,CAAC,EAAE,CAAC,+CAA+C,GAAG,IAAI,CAAC,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,4CAA4C;IAC3D,QAAQ,CAAC,EAAE,CAAC,uDAAuD,CAAC,CAAC;IACrE,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumGetTextObjectCollectionResultP.js","sourceRoot":"","sources":["PdfiumGetTextObjectCollectionResultP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumTextObjectCollectionP as _ironpdfengineproto_PdfiumTextObjectCollectionP, PdfiumTextObjectCollectionP__Output as _ironpdfengineproto_PdfiumTextObjectCollectionP__Output } from '../ironpdfengineproto/PdfiumTextObjectCollectionP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface PdfiumGetTextObjectCollectionResultP {
|
|
7
|
+
'result'?: (_ironpdfengineproto_PdfiumTextObjectCollectionP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "result"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumGetTextObjectCollectionResultP__Output {
|
|
13
|
+
'result'?: (_ironpdfengineproto_PdfiumTextObjectCollectionP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumRedactTextRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'pageIndex'?: (number);
|
|
5
|
+
'replaceText'?: (string);
|
|
6
|
+
'isDrawBoxes'?: (boolean);
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumRedactTextRequestP__Output {
|
|
9
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
10
|
+
'pageIndex'?: (number);
|
|
11
|
+
'replaceText'?: (string);
|
|
12
|
+
'isDrawBoxes'?: (boolean);
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=PdfiumRedactTextRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumRedactTextRequestP.d.ts","sourceRoot":"","sources":["PdfiumRedactTextRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,wBAAwB;IACvC,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,aAAa,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,gCAAgC;IAC/C,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,aAAa,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumRedactTextRequestP.js","sourceRoot":"","sources":["PdfiumRedactTextRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumRedactTextRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'pageIndex'?: (number);
|
|
8
|
+
'replaceText'?: (string);
|
|
9
|
+
'isDrawBoxes'?: (boolean);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumRedactTextRequestP__Output {
|
|
13
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
14
|
+
'pageIndex'?: (number);
|
|
15
|
+
'replaceText'?: (string);
|
|
16
|
+
'isDrawBoxes'?: (boolean);
|
|
17
|
+
}
|
|
@@ -17,6 +17,7 @@ export interface _ironpdfengineproto_PdfiumSignRequestStreamP_InfoP {
|
|
|
17
17
|
'signatureImageY'?: (number);
|
|
18
18
|
'signatureImageW'?: (number);
|
|
19
19
|
'signatureImageH'?: (number);
|
|
20
|
+
'contactInformation'?: (string);
|
|
20
21
|
'_signatureDate'?: "signatureDate";
|
|
21
22
|
'_signingContact'?: "signingContact";
|
|
22
23
|
'_signingLocation'?: "signingLocation";
|
|
@@ -28,6 +29,7 @@ export interface _ironpdfengineproto_PdfiumSignRequestStreamP_InfoP {
|
|
|
28
29
|
'_signatureImageY'?: "signatureImageY";
|
|
29
30
|
'_signatureImageW'?: "signatureImageW";
|
|
30
31
|
'_signatureImageH'?: "signatureImageH";
|
|
32
|
+
'_contactInformation'?: "contactInformation";
|
|
31
33
|
}
|
|
32
34
|
export interface _ironpdfengineproto_PdfiumSignRequestStreamP_InfoP__Output {
|
|
33
35
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
@@ -44,6 +46,7 @@ export interface _ironpdfengineproto_PdfiumSignRequestStreamP_InfoP__Output {
|
|
|
44
46
|
'signatureImageY'?: (number);
|
|
45
47
|
'signatureImageW'?: (number);
|
|
46
48
|
'signatureImageH'?: (number);
|
|
49
|
+
'contactInformation'?: (string);
|
|
47
50
|
}
|
|
48
51
|
export interface PdfiumSignRequestStreamP {
|
|
49
52
|
'info'?: (_ironpdfengineproto_PdfiumSignRequestStreamP_InfoP | null);
|