@ironsoftware/ironpdf 2024.12.9 → 2025.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -3
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +2 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto +9 -14
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto +13 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +13 -0
- package/src/internal/access.d.ts +2 -3
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.ts +0 -2
- package/src/internal/generated_proto/iron_pdf_service.d.ts +3 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +27 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts +9 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.ts +9 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts +9 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.ts +9 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.d.ts +4 -12
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.ts +4 -12
- package/src/internal/grpc_layer/chrome/converter.d.ts +23 -23
- package/src/internal/grpc_layer/chrome/converter.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.js +93 -102
- package/src/internal/grpc_layer/chrome/converter.js.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.ts +140 -145
- package/src/internal/grpc_layer/chrome/render.d.ts +5 -5
- package/src/internal/grpc_layer/chrome/render.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/render.js.map +1 -1
- package/src/internal/grpc_layer/chrome/render.ts +7 -7
- package/src/internal/grpc_layer/chrome/stamp.d.ts +16 -16
- package/src/internal/grpc_layer/chrome/stamp.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.js.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.ts +16 -16
- package/src/internal/grpc_layer/handshake.js +1 -1
- package/src/internal/grpc_layer/handshake.js.map +1 -1
- package/src/internal/grpc_layer/handshake.ts +1 -1
- package/src/internal/grpc_layer/pdfium/converter.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/converter.js +3 -4
- package/src/internal/grpc_layer/pdfium/converter.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/converter.ts +3 -4
- package/src/internal/grpc_layer/pdfium/headerFooter.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/headerFooter.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/headerFooter.ts +0 -2
- package/src/internal/grpc_layer/pdfium/image.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/image.js +8 -5
- package/src/internal/grpc_layer/pdfium/image.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/image.ts +9 -8
- package/src/internal/grpc_layer/pdfium/io.d.ts +5 -5
- package/src/internal/grpc_layer/pdfium/io.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.js +6 -5
- package/src/internal/grpc_layer/pdfium/io.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.ts +5 -5
- package/src/internal/grpc_layer/pdfium/page.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.js +27 -21
- package/src/internal/grpc_layer/pdfium/page.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.ts +32 -27
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.ts +0 -2
- package/src/internal/grpc_layer/pdfium/security.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/security.js +9 -6
- package/src/internal/grpc_layer/pdfium/security.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/security.ts +6 -7
- package/src/internal/grpc_layer/pdfium/signing.js +15 -15
- package/src/internal/grpc_layer/pdfium/signing.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.ts +4 -4
- package/src/internal/grpc_layer/pdfium/text.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/text.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/text.ts +0 -2
- package/src/internal/grpc_layer/util.d.ts +6 -6
- package/src/internal/grpc_layer/util.d.ts.map +1 -1
- package/src/internal/grpc_layer/util.js +25 -14
- package/src/internal/grpc_layer/util.js.map +1 -1
- package/src/internal/grpc_layer/util.ts +35 -17
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts.map +1 -1
- package/src/internal/zod/ironpdfglobalconfigSchema.ts +1 -1
- package/src/internal/zod/stampSchema.d.ts +6 -6
- package/src/public/affix.d.ts +11 -11
- package/src/public/affix.d.ts.map +1 -1
- package/src/public/affix.ts +12 -12
- package/src/public/ironpdfglobalconfig.d.ts +9 -9
- package/src/public/ironpdfglobalconfig.d.ts.map +1 -1
- package/src/public/ironpdfglobalconfig.ts +9 -9
- package/src/public/pdfDocument.d.ts +52 -52
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +21 -17
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +134 -138
- package/src/public/pdfGenerator.d.ts +1 -1
- package/src/public/pdfGenerator.d.ts.map +1 -1
- package/src/public/pdfGenerator.ts +1 -1
- package/src/public/render.d.ts +33 -33
- package/src/public/render.d.ts.map +1 -1
- package/src/public/render.ts +37 -37
- package/src/public/security.d.ts +10 -10
- package/src/public/security.d.ts.map +1 -1
- package/src/public/security.ts +10 -10
- package/src/public/signature.d.ts +12 -12
- package/src/public/signature.d.ts.map +1 -1
- package/src/public/signature.ts +12 -12
- package/src/public/stamp.d.ts +26 -26
- package/src/public/stamp.d.ts.map +1 -1
- package/src/public/stamp.ts +27 -27
- package/src/public/types.d.ts +15 -15
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.ts +14 -14
|
@@ -35,6 +35,8 @@ import type { PdfiumAddFontViaStandardFontNameResultP as _ironpdfengineproto_Pdf
|
|
|
35
35
|
import type { PdfiumAddFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, PdfiumAddFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP';
|
|
36
36
|
import type { PdfiumAddFormFieldRequestP as _ironpdfengineproto_PdfiumAddFormFieldRequestP, PdfiumAddFormFieldRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldRequestP';
|
|
37
37
|
import type { PdfiumAddLinkAnnotationRequestP as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, PdfiumAddLinkAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddLinkAnnotationRequestP';
|
|
38
|
+
import type { PdfiumAddPageRequestP as _ironpdfengineproto_PdfiumAddPageRequestP, PdfiumAddPageRequestP__Output as _ironpdfengineproto_PdfiumAddPageRequestP__Output } from '../ironpdfengineproto/PdfiumAddPageRequestP';
|
|
39
|
+
import type { PdfiumAddPageResultP as _ironpdfengineproto_PdfiumAddPageResultP, PdfiumAddPageResultP__Output as _ironpdfengineproto_PdfiumAddPageResultP__Output } from '../ironpdfengineproto/PdfiumAddPageResultP';
|
|
38
40
|
import type { PdfiumAddPdfAttachmentRequestP as _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP, PdfiumAddPdfAttachmentRequestP__Output as _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP__Output } from '../ironpdfengineproto/PdfiumAddPdfAttachmentRequestP';
|
|
39
41
|
import type { PdfiumAddPdfAttachmentResultP as _ironpdfengineproto_PdfiumAddPdfAttachmentResultP, PdfiumAddPdfAttachmentResultP__Output as _ironpdfengineproto_PdfiumAddPdfAttachmentResultP__Output } from '../ironpdfengineproto/PdfiumAddPdfAttachmentResultP';
|
|
40
42
|
import type { PdfiumAddSignatureImageRequestStreamP as _ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP, PdfiumAddSignatureImageRequestStreamP__Output as _ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP__Output } from '../ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP';
|
|
@@ -42,6 +44,7 @@ import type { PdfiumAddTextAnnotationRequestP as _ironpdfengineproto_PdfiumAddTe
|
|
|
42
44
|
import type { PdfiumAddTextHeaderFooterRequestP as _ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP, PdfiumAddTextHeaderFooterRequestP__Output as _ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP__Output } from '../ironpdfengineproto/PdfiumAddTextHeaderFooterRequestP';
|
|
43
45
|
import type { PdfiumCompressImagesRequestP as _ironpdfengineproto_PdfiumCompressImagesRequestP, PdfiumCompressImagesRequestP__Output as _ironpdfengineproto_PdfiumCompressImagesRequestP__Output } from '../ironpdfengineproto/PdfiumCompressImagesRequestP';
|
|
44
46
|
import type { PdfiumConvertToPdfARequestStreamP as _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP, PdfiumConvertToPdfARequestStreamP__Output as _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfARequestStreamP';
|
|
47
|
+
import type { PdfiumConvertToPdfUAForScreenReaderRequestP as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, PdfiumConvertToPdfUAForScreenReaderRequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP';
|
|
45
48
|
import type { PdfiumConvertToPdfUARequestP as _ironpdfengineproto_PdfiumConvertToPdfUARequestP, PdfiumConvertToPdfUARequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUARequestP';
|
|
46
49
|
import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequestP, PdfiumCopyPagesRequestP__Output as _ironpdfengineproto_PdfiumCopyPagesRequestP__Output } from '../ironpdfengineproto/PdfiumCopyPagesRequestP';
|
|
47
50
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
@@ -523,6 +526,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
523
526
|
pdfiumConvertToPdfUa(argument: _ironpdfengineproto_PdfiumConvertToPdfUARequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
524
527
|
pdfiumConvertToPdfUa(argument: _ironpdfengineproto_PdfiumConvertToPdfUARequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
525
528
|
|
|
529
|
+
Pdfium_ConvertToPdfUAForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
530
|
+
Pdfium_ConvertToPdfUAForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
531
|
+
Pdfium_ConvertToPdfUAForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
532
|
+
Pdfium_ConvertToPdfUAForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
533
|
+
pdfiumConvertToPdfUaForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
534
|
+
pdfiumConvertToPdfUaForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
535
|
+
pdfiumConvertToPdfUaForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
536
|
+
pdfiumConvertToPdfUaForScreenReader(argument: _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
537
|
+
|
|
526
538
|
Pdfium_Copy(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
527
539
|
Pdfium_Copy(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
528
540
|
Pdfium_Copy(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1026,6 +1038,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1026
1038
|
pdfiumOpenNewDocument(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP>;
|
|
1027
1039
|
pdfiumOpenNewDocument(callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP>;
|
|
1028
1040
|
|
|
1041
|
+
Pdfium_Page_AddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1042
|
+
Pdfium_Page_AddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1043
|
+
Pdfium_Page_AddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1044
|
+
Pdfium_Page_AddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1045
|
+
pdfiumPageAddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1046
|
+
pdfiumPageAddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1047
|
+
pdfiumPageAddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1048
|
+
pdfiumPageAddPage(argument: _ironpdfengineproto_PdfiumAddPageRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddPageResultP__Output>): grpc.ClientUnaryCall;
|
|
1049
|
+
|
|
1029
1050
|
Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
1030
1051
|
Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
1031
1052
|
Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1411,6 +1432,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1411
1432
|
|
|
1412
1433
|
Pdfium_ConvertToPdfUA: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1413
1434
|
|
|
1435
|
+
Pdfium_ConvertToPdfUAForScreenReader: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1436
|
+
|
|
1414
1437
|
Pdfium_Copy: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1415
1438
|
|
|
1416
1439
|
Pdfium_Dispose: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1529,6 +1552,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1529
1552
|
|
|
1530
1553
|
Pdfium_OpenNewDocument: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1531
1554
|
|
|
1555
|
+
Pdfium_Page_AddPage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddPageRequestP__Output, _ironpdfengineproto_PdfiumAddPageResultP>;
|
|
1556
|
+
|
|
1532
1557
|
Pdfium_Page_CopyPages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1533
1558
|
|
|
1534
1559
|
Pdfium_Page_ExtendPage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumExtendPageRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1638,6 +1663,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1638
1663
|
Pdfium_Compress_RemoveStructTree: MethodDefinition<_ironpdfengineproto_PdfiumRemoveStructTreeRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveStructTreeRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1639
1664
|
Pdfium_ConvertToPdfA: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1640
1665
|
Pdfium_ConvertToPdfUA: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfUARequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1666
|
+
Pdfium_ConvertToPdfUAForScreenReader: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1641
1667
|
Pdfium_Copy: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1642
1668
|
Pdfium_Dispose: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1643
1669
|
Pdfium_EmbedFileToPdfA: MethodDefinition<_ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
@@ -1697,6 +1723,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1697
1723
|
Pdfium_Metadata_SetMetadata: MethodDefinition<_ironpdfengineproto_PdfiumSetMetadataRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetMetadataRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1698
1724
|
Pdfium_Metadata_SetMetadataDict: MethodDefinition<_ironpdfengineproto_PdfiumSetMetadataDictRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1699
1725
|
Pdfium_OpenNewDocument: MethodDefinition<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumOpenNewDocumentRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1726
|
+
Pdfium_Page_AddPage: MethodDefinition<_ironpdfengineproto_PdfiumAddPageRequestP, _ironpdfengineproto_PdfiumAddPageResultP, _ironpdfengineproto_PdfiumAddPageRequestP__Output, _ironpdfengineproto_PdfiumAddPageResultP__Output>
|
|
1700
1727
|
Pdfium_Page_CopyPages: MethodDefinition<_ironpdfengineproto_PdfiumCopyPagesRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1701
1728
|
Pdfium_Page_ExtendPage: MethodDefinition<_ironpdfengineproto_PdfiumExtendPageRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumExtendPageRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1702
1729
|
Pdfium_Page_GetPage: MethodDefinition<_ironpdfengineproto_PdfiumGetPageRequestP, _ironpdfengineproto_PdfiumGetPageResultP, _ironpdfengineproto_PdfiumGetPageRequestP__Output, _ironpdfengineproto_PdfiumGetPageResultP__Output>
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
2
3
|
export interface PdfiumAddLinkAnnotationRequestP {
|
|
3
4
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
5
|
'name'?: (string);
|
|
5
6
|
'url'?: (string);
|
|
6
7
|
'pageIndex'?: (number);
|
|
7
|
-
'
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'
|
|
8
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
9
|
+
'colorCode'?: (string);
|
|
10
|
+
'Hidden'?: (boolean);
|
|
11
|
+
'_colorCode'?: "colorCode";
|
|
12
|
+
'_Hidden'?: "Hidden";
|
|
11
13
|
}
|
|
12
14
|
export interface PdfiumAddLinkAnnotationRequestP__Output {
|
|
13
15
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
14
16
|
'name'?: (string);
|
|
15
17
|
'url'?: (string);
|
|
16
18
|
'pageIndex'?: (number);
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'height'?: (number);
|
|
19
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
20
|
+
'colorCode'?: (string);
|
|
21
|
+
'Hidden'?: (boolean);
|
|
21
22
|
}
|
|
22
23
|
//# sourceMappingURL=PdfiumAddLinkAnnotationRequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumAddLinkAnnotationRequestP.d.ts","sourceRoot":"","sources":["PdfiumAddLinkAnnotationRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumAddLinkAnnotationRequestP.d.ts","sourceRoot":"","sources":["PdfiumAddLinkAnnotationRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAC7K,OAAO,KAAK,EAAE,SAAS,IAAI,6BAA6B,EAAE,iBAAiB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AAE9J,MAAM,WAAW,+BAA+B;IAC9C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,6BAA6B,GAAG,IAAI,CAAC,CAAC;IACrD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,QAAQ,CAAC;CACtB;AAED,MAAM,WAAW,uCAAuC;IACtD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACtB"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto
|
|
2
2
|
|
|
3
3
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
4
5
|
|
|
5
6
|
export interface PdfiumAddLinkAnnotationRequestP {
|
|
6
7
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
8
|
'name'?: (string);
|
|
8
9
|
'url'?: (string);
|
|
9
10
|
'pageIndex'?: (number);
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
11
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
12
|
+
'colorCode'?: (string);
|
|
13
|
+
'Hidden'?: (boolean);
|
|
14
|
+
'_colorCode'?: "colorCode";
|
|
15
|
+
'_Hidden'?: "Hidden";
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
export interface PdfiumAddLinkAnnotationRequestP__Output {
|
|
@@ -18,8 +20,7 @@ export interface PdfiumAddLinkAnnotationRequestP__Output {
|
|
|
18
20
|
'name'?: (string);
|
|
19
21
|
'url'?: (string);
|
|
20
22
|
'pageIndex'?: (number);
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'height'?: (number);
|
|
23
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
24
|
+
'colorCode'?: (string);
|
|
25
|
+
'Hidden'?: (boolean);
|
|
25
26
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumAddPageRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'width'?: (number | string);
|
|
5
|
+
'height'?: (number | string);
|
|
6
|
+
}
|
|
7
|
+
export interface PdfiumAddPageRequestP__Output {
|
|
8
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
9
|
+
'width'?: (number);
|
|
10
|
+
'height'?: (number);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumAddPageRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddPageRequestP.d.ts","sourceRoot":"","sources":["PdfiumAddPageRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qBAAqB;IACpC,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,6BAA6B;IAC5C,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddPageRequestP.js","sourceRoot":"","sources":["PdfiumAddPageRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumAddPageRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'width'?: (number | string);
|
|
8
|
+
'height'?: (number | string);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface PdfiumAddPageRequestP__Output {
|
|
12
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
13
|
+
'width'?: (number);
|
|
14
|
+
'height'?: (number);
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
2
|
+
export interface PdfiumAddPageResultP {
|
|
3
|
+
'result'?: (number);
|
|
4
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
5
|
+
'resultOrException'?: "result" | "exception";
|
|
6
|
+
}
|
|
7
|
+
export interface PdfiumAddPageResultP__Output {
|
|
8
|
+
'result'?: (number);
|
|
9
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=PdfiumAddPageResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddPageResultP.d.ts","sourceRoot":"","sources":["PdfiumAddPageResultP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddPageResultP.js","sourceRoot":"","sources":["PdfiumAddPageResultP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto
|
|
2
|
+
|
|
3
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumAddPageResultP {
|
|
6
|
+
'result'?: (number);
|
|
7
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
8
|
+
'resultOrException'?: "result"|"exception";
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface PdfiumAddPageResultP__Output {
|
|
12
|
+
'result'?: (number);
|
|
13
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumConvertToPdfUAForScreenReaderRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'htmlDom'?: (string);
|
|
5
|
+
'lang'?: (number);
|
|
6
|
+
}
|
|
7
|
+
export interface PdfiumConvertToPdfUAForScreenReaderRequestP__Output {
|
|
8
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
9
|
+
'htmlDom'?: (string);
|
|
10
|
+
'lang'?: (number);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumConvertToPdfUAForScreenReaderRequestP.d.ts","sourceRoot":"","sources":["PdfiumConvertToPdfUAForScreenReaderRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,2CAA2C;IAC1D,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB;AAED,MAAM,WAAW,mDAAmD;IAClE,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumConvertToPdfUAForScreenReaderRequestP.js","sourceRoot":"","sources":["PdfiumConvertToPdfUAForScreenReaderRequestP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 PdfiumConvertToPdfUAForScreenReaderRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'htmlDom'?: (string);
|
|
8
|
+
'lang'?: (number);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface PdfiumConvertToPdfUAForScreenReaderRequestP__Output {
|
|
12
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
13
|
+
'htmlDom'?: (string);
|
|
14
|
+
'lang'?: (number);
|
|
15
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts
CHANGED
|
@@ -4,10 +4,24 @@ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Ou
|
|
|
4
4
|
export interface _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP_InfoP {
|
|
5
5
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
6
6
|
'embedFileName'?: (string);
|
|
7
|
+
'afDesc'?: (string);
|
|
8
|
+
'conformLvlIdx'?: (number);
|
|
9
|
+
'docTypeIdx'?: (number);
|
|
10
|
+
'propVeridx'?: (number);
|
|
11
|
+
'schNamespaceIdx'?: (number);
|
|
12
|
+
'schPrefixIdx'?: (number);
|
|
13
|
+
'afRelIdx'?: (number);
|
|
7
14
|
}
|
|
8
15
|
export interface _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP_InfoP__Output {
|
|
9
16
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
10
17
|
'embedFileName'?: (string);
|
|
18
|
+
'afDesc'?: (string);
|
|
19
|
+
'conformLvlIdx'?: (number);
|
|
20
|
+
'docTypeIdx'?: (number);
|
|
21
|
+
'propVeridx'?: (number);
|
|
22
|
+
'schNamespaceIdx'?: (number);
|
|
23
|
+
'schPrefixIdx'?: (number);
|
|
24
|
+
'afRelIdx'?: (number);
|
|
11
25
|
}
|
|
12
26
|
export interface PdfiumEmbedFileToPdfARequestStreamP {
|
|
13
27
|
'info'?: (_ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP_InfoP | null);
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumEmbedFileToPdfARequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumEmbedFileToPdfARequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,6DAA6D;IAC5E,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumEmbedFileToPdfARequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumEmbedFileToPdfARequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,6DAA6D;IAC5E,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,qEAAqE;IACpF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,mCAAmC;IAClD,MAAM,CAAC,EAAE,CAAC,6DAA6D,GAAG,IAAI,CAAC,CAAC;IAChF,qBAAqB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,GAAC,qBAAqB,CAAC;CAC1C;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,CAAC,CAAC;IACjF,qBAAqB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.ts
CHANGED
|
@@ -5,11 +5,25 @@ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Ou
|
|
|
5
5
|
export interface _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP_InfoP {
|
|
6
6
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
7
|
'embedFileName'?: (string);
|
|
8
|
+
'afDesc'?: (string);
|
|
9
|
+
'conformLvlIdx'?: (number);
|
|
10
|
+
'docTypeIdx'?: (number);
|
|
11
|
+
'propVeridx'?: (number);
|
|
12
|
+
'schNamespaceIdx'?: (number);
|
|
13
|
+
'schPrefixIdx'?: (number);
|
|
14
|
+
'afRelIdx'?: (number);
|
|
8
15
|
}
|
|
9
16
|
|
|
10
17
|
export interface _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP_InfoP__Output {
|
|
11
18
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
19
|
'embedFileName'?: (string);
|
|
20
|
+
'afDesc'?: (string);
|
|
21
|
+
'conformLvlIdx'?: (number);
|
|
22
|
+
'docTypeIdx'?: (number);
|
|
23
|
+
'propVeridx'?: (number);
|
|
24
|
+
'schNamespaceIdx'?: (number);
|
|
25
|
+
'schPrefixIdx'?: (number);
|
|
26
|
+
'afRelIdx'?: (number);
|
|
13
27
|
}
|
|
14
28
|
|
|
15
29
|
export interface PdfiumEmbedFileToPdfARequestStreamP {
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import type { PdfiumAnnotationSubTypesP as _ironpdfengineproto_PdfiumAnnotationSubTypesP, PdfiumAnnotationSubTypesP__Output as _ironpdfengineproto_PdfiumAnnotationSubTypesP__Output } from '../ironpdfengineproto/PdfiumAnnotationSubTypesP';
|
|
2
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
2
3
|
export interface PdfiumPdfAnnotationP {
|
|
3
4
|
'subtype'?: (_ironpdfengineproto_PdfiumAnnotationSubTypesP | null);
|
|
4
|
-
'
|
|
5
|
-
'y'?: (number | string);
|
|
6
|
-
'width'?: (number | string);
|
|
7
|
-
'height'?: (number | string);
|
|
5
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
8
6
|
'contents'?: (string);
|
|
9
7
|
'name'?: (string);
|
|
8
|
+
'colorCode'?: (string);
|
|
9
|
+
'Hidden'?: (boolean);
|
|
10
10
|
'_contents'?: "contents";
|
|
11
11
|
'_name'?: "name";
|
|
12
|
+
'_colorCode'?: "colorCode";
|
|
13
|
+
'_Hidden'?: "Hidden";
|
|
12
14
|
}
|
|
13
15
|
export interface PdfiumPdfAnnotationP__Output {
|
|
14
16
|
'subtype'?: (_ironpdfengineproto_PdfiumAnnotationSubTypesP__Output);
|
|
15
|
-
'
|
|
16
|
-
'y'?: (number);
|
|
17
|
-
'width'?: (number);
|
|
18
|
-
'height'?: (number);
|
|
17
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
19
18
|
'contents'?: (string);
|
|
20
19
|
'name'?: (string);
|
|
20
|
+
'colorCode'?: (string);
|
|
21
|
+
'Hidden'?: (boolean);
|
|
21
22
|
}
|
|
22
23
|
//# sourceMappingURL=PdfiumPdfAnnotationP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumPdfAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumPdfAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,IAAI,6CAA6C,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,MAAM,iDAAiD,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumPdfAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumPdfAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,IAAI,6CAA6C,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,MAAM,iDAAiD,CAAC;AAC9O,OAAO,KAAK,EAAE,SAAS,IAAI,6BAA6B,EAAE,iBAAiB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AAE9J,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,CAAC,6CAA6C,GAAG,IAAI,CAAC,CAAC;IACnE,WAAW,CAAC,EAAE,CAAC,6BAA6B,GAAG,IAAI,CAAC,CAAC;IACrD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,QAAQ,CAAC;CACtB;AAED,MAAM,WAAW,4BAA4B;IAC3C,SAAS,CAAC,EAAE,CAAC,qDAAqD,CAAC,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC;IACtD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACtB"}
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto
|
|
2
2
|
|
|
3
3
|
import type { PdfiumAnnotationSubTypesP as _ironpdfengineproto_PdfiumAnnotationSubTypesP, PdfiumAnnotationSubTypesP__Output as _ironpdfengineproto_PdfiumAnnotationSubTypesP__Output } from '../ironpdfengineproto/PdfiumAnnotationSubTypesP';
|
|
4
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
4
5
|
|
|
5
6
|
export interface PdfiumPdfAnnotationP {
|
|
6
7
|
'subtype'?: (_ironpdfengineproto_PdfiumAnnotationSubTypesP | null);
|
|
7
|
-
'
|
|
8
|
-
'y'?: (number | string);
|
|
9
|
-
'width'?: (number | string);
|
|
10
|
-
'height'?: (number | string);
|
|
8
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
11
9
|
'contents'?: (string);
|
|
12
10
|
'name'?: (string);
|
|
11
|
+
'colorCode'?: (string);
|
|
12
|
+
'Hidden'?: (boolean);
|
|
13
13
|
'_contents'?: "contents";
|
|
14
14
|
'_name'?: "name";
|
|
15
|
+
'_colorCode'?: "colorCode";
|
|
16
|
+
'_Hidden'?: "Hidden";
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface PdfiumPdfAnnotationP__Output {
|
|
18
20
|
'subtype'?: (_ironpdfengineproto_PdfiumAnnotationSubTypesP__Output);
|
|
19
|
-
'
|
|
20
|
-
'y'?: (number);
|
|
21
|
-
'width'?: (number);
|
|
22
|
-
'height'?: (number);
|
|
21
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
23
22
|
'contents'?: (string);
|
|
24
23
|
'name'?: (string);
|
|
24
|
+
'colorCode'?: (string);
|
|
25
|
+
'Hidden'?: (boolean);
|
|
25
26
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { PdfiumAnnotationIconP as _ironpdfengineproto_PdfiumAnnotationIconP, PdfiumAnnotationIconP__Output as _ironpdfengineproto_PdfiumAnnotationIconP__Output } from '../ironpdfengineproto/PdfiumAnnotationIconP';
|
|
2
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
2
3
|
export interface PdfiumTextAnnotationP {
|
|
3
4
|
'pageIndex'?: (number);
|
|
4
5
|
'annotIndex'?: (number);
|
|
@@ -13,10 +14,7 @@ export interface PdfiumTextAnnotationP {
|
|
|
13
14
|
'subject'?: (string);
|
|
14
15
|
'title'?: (string);
|
|
15
16
|
'icon'?: (_ironpdfengineproto_PdfiumAnnotationIconP | null);
|
|
16
|
-
'
|
|
17
|
-
'y'?: (number);
|
|
18
|
-
'width'?: (number);
|
|
19
|
-
'height'?: (number);
|
|
17
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
20
18
|
'_pageIndex'?: "pageIndex";
|
|
21
19
|
'_annotIndex'?: "annotIndex";
|
|
22
20
|
'_colorCode'?: "colorCode";
|
|
@@ -30,10 +28,7 @@ export interface PdfiumTextAnnotationP {
|
|
|
30
28
|
'_subject'?: "subject";
|
|
31
29
|
'_title'?: "title";
|
|
32
30
|
'_icon'?: "icon";
|
|
33
|
-
'
|
|
34
|
-
'_y'?: "y";
|
|
35
|
-
'_width'?: "width";
|
|
36
|
-
'_height'?: "height";
|
|
31
|
+
'_rectangle'?: "rectangle";
|
|
37
32
|
}
|
|
38
33
|
export interface PdfiumTextAnnotationP__Output {
|
|
39
34
|
'pageIndex'?: (number);
|
|
@@ -49,9 +44,6 @@ export interface PdfiumTextAnnotationP__Output {
|
|
|
49
44
|
'subject'?: (string);
|
|
50
45
|
'title'?: (string);
|
|
51
46
|
'icon'?: (_ironpdfengineproto_PdfiumAnnotationIconP__Output);
|
|
52
|
-
'
|
|
53
|
-
'y'?: (number);
|
|
54
|
-
'width'?: (number);
|
|
55
|
-
'height'?: (number);
|
|
47
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
56
48
|
}
|
|
57
49
|
//# sourceMappingURL=PdfiumTextAnnotationP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumTextAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumTextAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,IAAI,yCAAyC,EAAE,6BAA6B,IAAI,iDAAiD,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumTextAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumTextAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,IAAI,yCAAyC,EAAE,6BAA6B,IAAI,iDAAiD,EAAE,MAAM,6CAA6C,CAAC;AAC1N,OAAO,KAAK,EAAE,SAAS,IAAI,6BAA6B,EAAE,iBAAiB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AAE9J,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACxB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,CAAC,EAAE,CAAC,yCAAyC,GAAG,IAAI,CAAC,CAAC;IAC5D,WAAW,CAAC,EAAE,CAAC,6BAA6B,GAAG,IAAI,CAAC,CAAC;IACrD,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B;AAED,MAAM,WAAW,6BAA6B;IAC5C,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACxB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,CAAC,EAAE,CAAC,iDAAiD,CAAC,CAAC;IAC7D,WAAW,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC;CACvD"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto
|
|
2
2
|
|
|
3
3
|
import type { PdfiumAnnotationIconP as _ironpdfengineproto_PdfiumAnnotationIconP, PdfiumAnnotationIconP__Output as _ironpdfengineproto_PdfiumAnnotationIconP__Output } from '../ironpdfengineproto/PdfiumAnnotationIconP';
|
|
4
|
+
import type { Rectangle as _ironpdfengineproto_Rectangle, Rectangle__Output as _ironpdfengineproto_Rectangle__Output } from '../ironpdfengineproto/Rectangle';
|
|
4
5
|
|
|
5
6
|
export interface PdfiumTextAnnotationP {
|
|
6
7
|
'pageIndex'?: (number);
|
|
@@ -16,10 +17,7 @@ export interface PdfiumTextAnnotationP {
|
|
|
16
17
|
'subject'?: (string);
|
|
17
18
|
'title'?: (string);
|
|
18
19
|
'icon'?: (_ironpdfengineproto_PdfiumAnnotationIconP | null);
|
|
19
|
-
'
|
|
20
|
-
'y'?: (number);
|
|
21
|
-
'width'?: (number);
|
|
22
|
-
'height'?: (number);
|
|
20
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle | null);
|
|
23
21
|
'_pageIndex'?: "pageIndex";
|
|
24
22
|
'_annotIndex'?: "annotIndex";
|
|
25
23
|
'_colorCode'?: "colorCode";
|
|
@@ -33,10 +31,7 @@ export interface PdfiumTextAnnotationP {
|
|
|
33
31
|
'_subject'?: "subject";
|
|
34
32
|
'_title'?: "title";
|
|
35
33
|
'_icon'?: "icon";
|
|
36
|
-
'
|
|
37
|
-
'_y'?: "y";
|
|
38
|
-
'_width'?: "width";
|
|
39
|
-
'_height'?: "height";
|
|
34
|
+
'_rectangle'?: "rectangle";
|
|
40
35
|
}
|
|
41
36
|
|
|
42
37
|
export interface PdfiumTextAnnotationP__Output {
|
|
@@ -53,8 +48,5 @@ export interface PdfiumTextAnnotationP__Output {
|
|
|
53
48
|
'subject'?: (string);
|
|
54
49
|
'title'?: (string);
|
|
55
50
|
'icon'?: (_ironpdfengineproto_PdfiumAnnotationIconP__Output);
|
|
56
|
-
'
|
|
57
|
-
'y'?: (number);
|
|
58
|
-
'width'?: (number);
|
|
59
|
-
'height'?: (number);
|
|
51
|
+
'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
|
|
60
52
|
}
|