@ironsoftware/ironpdf 2025.1.1 → 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.
Files changed (33) hide show
  1. package/package.json +2 -2
  2. package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +1 -0
  3. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto +9 -15
  4. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto +13 -0
  5. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +7 -0
  6. package/src/internal/generated_proto/iron_pdf_service.d.ts +2 -0
  7. package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
  8. package/src/internal/generated_proto/iron_pdf_service.ts +2 -0
  9. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +12 -0
  10. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
  11. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +14 -0
  12. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts +9 -11
  13. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts.map +1 -1
  14. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.ts +9 -11
  15. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.d.ts +12 -0
  16. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.d.ts.map +1 -0
  17. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.js +4 -0
  18. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.js.map +1 -0
  19. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageRequestP.ts +15 -0
  20. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.d.ts +11 -0
  21. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.d.ts.map +1 -0
  22. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.js +4 -0
  23. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.js.map +1 -0
  24. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddPageResultP.ts +14 -0
  25. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts +14 -0
  26. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts.map +1 -1
  27. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.ts +14 -0
  28. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts +9 -8
  29. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts.map +1 -1
  30. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.ts +9 -8
  31. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.d.ts +4 -12
  32. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.d.ts.map +1 -1
  33. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextAnnotationP.ts +4 -12
@@ -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';
@@ -1036,6 +1038,15 @@ export interface IronPdfServiceClient extends grpc.Client {
1036
1038
  pdfiumOpenNewDocument(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP>;
1037
1039
  pdfiumOpenNewDocument(callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP>;
1038
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
+
1039
1050
  Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
1040
1051
  Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
1041
1052
  Pdfium_Page_CopyPages(argument: _ironpdfengineproto_PdfiumCopyPagesRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
@@ -1541,6 +1552,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
1541
1552
 
1542
1553
  Pdfium_OpenNewDocument: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumOpenNewDocumentRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
1543
1554
 
1555
+ Pdfium_Page_AddPage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddPageRequestP__Output, _ironpdfengineproto_PdfiumAddPageResultP>;
1556
+
1544
1557
  Pdfium_Page_CopyPages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
1545
1558
 
1546
1559
  Pdfium_Page_ExtendPage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumExtendPageRequestP__Output, _ironpdfengineproto_EmptyResultP>;
@@ -1710,6 +1723,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
1710
1723
  Pdfium_Metadata_SetMetadata: MethodDefinition<_ironpdfengineproto_PdfiumSetMetadataRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetMetadataRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
1711
1724
  Pdfium_Metadata_SetMetadataDict: MethodDefinition<_ironpdfengineproto_PdfiumSetMetadataDictRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
1712
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>
1713
1727
  Pdfium_Page_CopyPages: MethodDefinition<_ironpdfengineproto_PdfiumCopyPagesRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
1714
1728
  Pdfium_Page_ExtendPage: MethodDefinition<_ironpdfengineproto_PdfiumExtendPageRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumExtendPageRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
1715
1729
  Pdfium_Page_GetPage: MethodDefinition<_ironpdfengineproto_PdfiumGetPageRequestP, _ironpdfengineproto_PdfiumGetPageResultP, _ironpdfengineproto_PdfiumGetPageRequestP__Output, _ironpdfengineproto_PdfiumGetPageResultP__Output>
@@ -1,25 +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
- 'x'?: (number);
8
- 'y'?: (number);
9
- 'width'?: (number);
10
- 'height'?: (number);
11
- 'showBorder'?: (boolean);
12
- '_showBorder'?: "showBorder";
8
+ 'rectangle'?: (_ironpdfengineproto_Rectangle | null);
9
+ 'colorCode'?: (string);
10
+ 'Hidden'?: (boolean);
11
+ '_colorCode'?: "colorCode";
12
+ '_Hidden'?: "Hidden";
13
13
  }
14
14
  export interface PdfiumAddLinkAnnotationRequestP__Output {
15
15
  'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
16
16
  'name'?: (string);
17
17
  'url'?: (string);
18
18
  'pageIndex'?: (number);
19
- 'x'?: (number);
20
- 'y'?: (number);
21
- 'width'?: (number);
22
- 'height'?: (number);
23
- 'showBorder'?: (boolean);
19
+ 'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
20
+ 'colorCode'?: (string);
21
+ 'Hidden'?: (boolean);
24
22
  }
25
23
  //# sourceMappingURL=PdfiumAddLinkAnnotationRequestP.d.ts.map
@@ -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;AAE7K,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,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACzB,aAAa,CAAC,EAAE,YAAY,CAAC;CAC9B;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,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC1B"}
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,18 +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
- 'x'?: (number);
11
- 'y'?: (number);
12
- 'width'?: (number);
13
- 'height'?: (number);
14
- 'showBorder'?: (boolean);
15
- '_showBorder'?: "showBorder";
11
+ 'rectangle'?: (_ironpdfengineproto_Rectangle | null);
12
+ 'colorCode'?: (string);
13
+ 'Hidden'?: (boolean);
14
+ '_colorCode'?: "colorCode";
15
+ '_Hidden'?: "Hidden";
16
16
  }
17
17
 
18
18
  export interface PdfiumAddLinkAnnotationRequestP__Output {
@@ -20,9 +20,7 @@ export interface PdfiumAddLinkAnnotationRequestP__Output {
20
20
  'name'?: (string);
21
21
  'url'?: (string);
22
22
  'pageIndex'?: (number);
23
- 'x'?: (number);
24
- 'y'?: (number);
25
- 'width'?: (number);
26
- 'height'?: (number);
27
- 'showBorder'?: (boolean);
23
+ 'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
24
+ 'colorCode'?: (string);
25
+ 'Hidden'?: (boolean);
28
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,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumAddPageRequestP.js.map
@@ -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,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumAddPageResultP.js.map
@@ -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
+ }
@@ -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);
@@ -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;CAC5B;AAED,MAAM,WAAW,qEAAqE;IACpF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;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"}
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"}
@@ -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
- 'x'?: (number | string);
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
- 'x'?: (number);
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;AAE9O,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,CAAC,6CAA6C,GAAG,IAAI,CAAC,CAAC;IACnE,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,4BAA4B;IAC3C,SAAS,CAAC,EAAE,CAAC,qDAAqD,CAAC,CAAC;IACpE,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB"}
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
- 'x'?: (number | string);
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
- 'x'?: (number);
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
- 'x'?: (number);
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
- '_x'?: "x";
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
- 'x'?: (number);
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":"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"}
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
- 'x'?: (number);
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
- '_x'?: "x";
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
- 'x'?: (number);
57
- 'y'?: (number);
58
- 'width'?: (number);
59
- 'height'?: (number);
51
+ 'rectangle'?: (_ironpdfengineproto_Rectangle__Output);
60
52
  }