@ironsoftware/ironpdf 2024.7.1 → 2024.9.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 (103) hide show
  1. package/package.json +2 -2
  2. package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +6 -0
  3. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +13 -0
  4. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto +17 -0
  5. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +99 -0
  6. package/src/internal/access.d.ts.map +1 -1
  7. package/src/internal/access.js +4 -0
  8. package/src/internal/access.js.map +1 -1
  9. package/src/internal/access.ts +5 -3
  10. package/src/internal/generated_proto/iron_pdf_service.d.ts +16 -0
  11. package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
  12. package/src/internal/generated_proto/iron_pdf_service.ts +16 -0
  13. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +64 -0
  14. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
  15. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +76 -0
  16. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts +10 -1
  17. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts.map +1 -1
  18. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.ts +10 -1
  19. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.d.ts +10 -0
  20. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.d.ts.map +1 -0
  21. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.js +4 -0
  22. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.js.map +1 -0
  23. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.ts +13 -0
  24. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.d.ts +12 -0
  25. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.d.ts.map +1 -0
  26. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.js +4 -0
  27. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.js.map +1 -0
  28. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.ts +15 -0
  29. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.d.ts +10 -0
  30. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.d.ts.map +1 -0
  31. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.js +4 -0
  32. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.js.map +1 -0
  33. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.ts +13 -0
  34. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.d.ts +12 -0
  35. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.d.ts.map +1 -0
  36. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.js +4 -0
  37. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.js.map +1 -0
  38. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.ts +15 -0
  39. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.d.ts +5 -0
  40. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.d.ts.map +1 -0
  41. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.js +4 -0
  42. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.js.map +1 -0
  43. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.ts +8 -0
  44. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.d.ts +8 -0
  45. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.d.ts.map +1 -0
  46. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.js +4 -0
  47. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.js.map +1 -0
  48. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.ts +11 -0
  49. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.d.ts +30 -0
  50. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.d.ts.map +1 -0
  51. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.js +4 -0
  52. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.js.map +1 -0
  53. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.ts +32 -0
  54. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.d.ts +16 -0
  55. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.d.ts.map +1 -0
  56. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.js +4 -0
  57. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.js.map +1 -0
  58. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.ts +19 -0
  59. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.d.ts +9 -0
  60. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.d.ts.map +1 -0
  61. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.js +4 -0
  62. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.js.map +1 -0
  63. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.ts +12 -0
  64. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.d.ts +18 -0
  65. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.d.ts.map +1 -0
  66. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.js +4 -0
  67. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.js.map +1 -0
  68. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.ts +21 -0
  69. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.d.ts +8 -0
  70. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.d.ts.map +1 -0
  71. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.js +4 -0
  72. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.js.map +1 -0
  73. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.ts +11 -0
  74. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.d.ts +38 -0
  75. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.d.ts.map +1 -0
  76. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.js +4 -0
  77. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.js.map +1 -0
  78. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.ts +41 -0
  79. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.d.ts +13 -0
  80. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.d.ts.map +1 -0
  81. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.js +4 -0
  82. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.js.map +1 -0
  83. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.ts +16 -0
  84. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.d.ts +9 -0
  85. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.d.ts.map +1 -0
  86. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.js +4 -0
  87. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.js.map +1 -0
  88. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.ts +12 -0
  89. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.d.ts +5 -0
  90. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.d.ts.map +1 -0
  91. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.js +4 -0
  92. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.js.map +1 -0
  93. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.ts +8 -0
  94. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts +14 -0
  95. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts.map +1 -1
  96. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.ts +14 -0
  97. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTransformPageRequestP.d.ts +18 -0
  98. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTransformPageRequestP.d.ts.map +1 -0
  99. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTransformPageRequestP.js +4 -0
  100. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTransformPageRequestP.js.map +1 -0
  101. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTransformPageRequestP.ts +21 -0
  102. package/src/public/ironpdfglobalconfig.d.ts +1 -1
  103. package/src/public/ironpdfglobalconfig.ts +1 -1
@@ -0,0 +1,32 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+
4
+ export interface PdfiumImageObjectP {
5
+ 'left'?: (number | string);
6
+ 'right'?: (number | string);
7
+ 'top'?: (number | string);
8
+ 'bottom'?: (number | string);
9
+ 'pageIndex'?: (number);
10
+ 'imageData'?: (Buffer | Uint8Array | string);
11
+ 'MatrixA'?: (number | string);
12
+ 'MatrixB'?: (number | string);
13
+ 'MatrixC'?: (number | string);
14
+ 'MatrixD'?: (number | string);
15
+ 'MatrixE'?: (number | string);
16
+ 'MatrixF'?: (number | string);
17
+ }
18
+
19
+ export interface PdfiumImageObjectP__Output {
20
+ 'left'?: (number);
21
+ 'right'?: (number);
22
+ 'top'?: (number);
23
+ 'bottom'?: (number);
24
+ 'pageIndex'?: (number);
25
+ 'imageData'?: (Buffer);
26
+ 'MatrixA'?: (number);
27
+ 'MatrixB'?: (number);
28
+ 'MatrixC'?: (number);
29
+ 'MatrixD'?: (number);
30
+ 'MatrixE'?: (number);
31
+ 'MatrixF'?: (number);
32
+ }
@@ -0,0 +1,16 @@
1
+ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
2
+ export interface PdfiumMergePageObjectsPrependRequestP {
3
+ 'srcDocument'?: (_ironpdfengineproto_PdfDocumentP | null);
4
+ 'srcPageIndex'?: (number);
5
+ 'destDocument'?: (_ironpdfengineproto_PdfDocumentP | null);
6
+ 'destPageIndex'?: (number);
7
+ 'copyAnnotations'?: (boolean);
8
+ }
9
+ export interface PdfiumMergePageObjectsPrependRequestP__Output {
10
+ 'srcDocument'?: (_ironpdfengineproto_PdfDocumentP__Output);
11
+ 'srcPageIndex'?: (number);
12
+ 'destDocument'?: (_ironpdfengineproto_PdfDocumentP__Output);
13
+ 'destPageIndex'?: (number);
14
+ 'copyAnnotations'?: (boolean);
15
+ }
16
+ //# sourceMappingURL=PdfiumMergePageObjectsPrependRequestP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumMergePageObjectsPrependRequestP.d.ts","sourceRoot":"","sources":["PdfiumMergePageObjectsPrependRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qCAAqC;IACpD,aAAa,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IAC1D,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,cAAc,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IAC3D,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,6CAA6C;IAC5D,aAAa,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IAC3D,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,cAAc,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IAC5D,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC/B"}
@@ -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=PdfiumMergePageObjectsPrependRequestP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumMergePageObjectsPrependRequestP.js","sourceRoot":"","sources":["PdfiumMergePageObjectsPrependRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
@@ -0,0 +1,19 @@
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 PdfiumMergePageObjectsPrependRequestP {
6
+ 'srcDocument'?: (_ironpdfengineproto_PdfDocumentP | null);
7
+ 'srcPageIndex'?: (number);
8
+ 'destDocument'?: (_ironpdfengineproto_PdfDocumentP | null);
9
+ 'destPageIndex'?: (number);
10
+ 'copyAnnotations'?: (boolean);
11
+ }
12
+
13
+ export interface PdfiumMergePageObjectsPrependRequestP__Output {
14
+ 'srcDocument'?: (_ironpdfengineproto_PdfDocumentP__Output);
15
+ 'srcPageIndex'?: (number);
16
+ 'destDocument'?: (_ironpdfengineproto_PdfDocumentP__Output);
17
+ 'destPageIndex'?: (number);
18
+ 'copyAnnotations'?: (boolean);
19
+ }
@@ -0,0 +1,9 @@
1
+ export interface PdfiumOpenNewDocumentRequestP {
2
+ 'width'?: (number | string);
3
+ 'height'?: (number | string);
4
+ }
5
+ export interface PdfiumOpenNewDocumentRequestP__Output {
6
+ 'width'?: (number);
7
+ 'height'?: (number);
8
+ }
9
+ //# sourceMappingURL=PdfiumOpenNewDocumentRequestP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumOpenNewDocumentRequestP.d.ts","sourceRoot":"","sources":["PdfiumOpenNewDocumentRequestP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,qCAAqC;IACpD,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_pdf_document.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumOpenNewDocumentRequestP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumOpenNewDocumentRequestP.js","sourceRoot":"","sources":["PdfiumOpenNewDocumentRequestP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,12 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+
4
+ export interface PdfiumOpenNewDocumentRequestP {
5
+ 'width'?: (number | string);
6
+ 'height'?: (number | string);
7
+ }
8
+
9
+ export interface PdfiumOpenNewDocumentRequestP__Output {
10
+ 'width'?: (number);
11
+ 'height'?: (number);
12
+ }
@@ -0,0 +1,18 @@
1
+ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
2
+ export interface PdfiumPagenateDocumentRequestP {
3
+ 'document'?: (_ironpdfengineproto_PdfDocumentP | null);
4
+ 'newWidth'?: (number | string);
5
+ 'newHeight'?: (number | string);
6
+ 'cols'?: (number);
7
+ 'rows'?: (number);
8
+ 'drawBorders'?: (boolean);
9
+ }
10
+ export interface PdfiumPagenateDocumentRequestP__Output {
11
+ 'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
12
+ 'newWidth'?: (number);
13
+ 'newHeight'?: (number);
14
+ 'cols'?: (number);
15
+ 'rows'?: (number);
16
+ 'drawBorders'?: (boolean);
17
+ }
18
+ //# sourceMappingURL=PdfiumPagenateDocumentRequestP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPagenateDocumentRequestP.d.ts","sourceRoot":"","sources":["PdfiumPagenateDocumentRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,8BAA8B;IAC7C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC/B,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,sCAAsC;IACrD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC3B"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumPagenateDocumentRequestP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPagenateDocumentRequestP.js","sourceRoot":"","sources":["PdfiumPagenateDocumentRequestP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,21 @@
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 PdfiumPagenateDocumentRequestP {
6
+ 'document'?: (_ironpdfengineproto_PdfDocumentP | null);
7
+ 'newWidth'?: (number | string);
8
+ 'newHeight'?: (number | string);
9
+ 'cols'?: (number);
10
+ 'rows'?: (number);
11
+ 'drawBorders'?: (boolean);
12
+ }
13
+
14
+ export interface PdfiumPagenateDocumentRequestP__Output {
15
+ 'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
16
+ 'newWidth'?: (number);
17
+ 'newHeight'?: (number);
18
+ 'cols'?: (number);
19
+ 'rows'?: (number);
20
+ 'drawBorders'?: (boolean);
21
+ }
@@ -0,0 +1,8 @@
1
+ import type { PdfiumPathObjectP as _ironpdfengineproto_PdfiumPathObjectP, PdfiumPathObjectP__Output as _ironpdfengineproto_PdfiumPathObjectP__Output } from '../ironpdfengineproto/PdfiumPathObjectP';
2
+ export interface PdfiumPathObjectCollectionP {
3
+ 'value'?: (_ironpdfengineproto_PdfiumPathObjectP)[];
4
+ }
5
+ export interface PdfiumPathObjectCollectionP__Output {
6
+ 'value'?: (_ironpdfengineproto_PdfiumPathObjectP__Output)[];
7
+ }
8
+ //# sourceMappingURL=PdfiumPathObjectCollectionP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathObjectCollectionP.d.ts","sourceRoot":"","sources":["PdfiumPathObjectCollectionP.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,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumPathObjectCollectionP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathObjectCollectionP.js","sourceRoot":"","sources":["PdfiumPathObjectCollectionP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,11 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+ import type { PdfiumPathObjectP as _ironpdfengineproto_PdfiumPathObjectP, PdfiumPathObjectP__Output as _ironpdfengineproto_PdfiumPathObjectP__Output } from '../ironpdfengineproto/PdfiumPathObjectP';
4
+
5
+ export interface PdfiumPathObjectCollectionP {
6
+ 'value'?: (_ironpdfengineproto_PdfiumPathObjectP)[];
7
+ }
8
+
9
+ export interface PdfiumPathObjectCollectionP__Output {
10
+ 'value'?: (_ironpdfengineproto_PdfiumPathObjectP__Output)[];
11
+ }
@@ -0,0 +1,38 @@
1
+ import type { PdfiumPathSegmentObjectP as _ironpdfengineproto_PdfiumPathSegmentObjectP, PdfiumPathSegmentObjectP__Output as _ironpdfengineproto_PdfiumPathSegmentObjectP__Output } from '../ironpdfengineproto/PdfiumPathSegmentObjectP';
2
+ export interface PdfiumPathObjectP {
3
+ 'left'?: (number | string);
4
+ 'right'?: (number | string);
5
+ 'top'?: (number | string);
6
+ 'bottom'?: (number | string);
7
+ 'FillColor'?: (string);
8
+ 'StrokeColor'?: (string);
9
+ 'PageIndex'?: (number);
10
+ 'MatrixA'?: (number | string);
11
+ 'MatrixB'?: (number | string);
12
+ 'MatrixC'?: (number | string);
13
+ 'MatrixD'?: (number | string);
14
+ 'MatrixE'?: (number | string);
15
+ 'MatrixF'?: (number | string);
16
+ 'points'?: (_ironpdfengineproto_PdfiumPathSegmentObjectP)[];
17
+ 'FillMode'?: (number);
18
+ 'IsStroked'?: (boolean);
19
+ }
20
+ export interface PdfiumPathObjectP__Output {
21
+ 'left'?: (number);
22
+ 'right'?: (number);
23
+ 'top'?: (number);
24
+ 'bottom'?: (number);
25
+ 'FillColor'?: (string);
26
+ 'StrokeColor'?: (string);
27
+ 'PageIndex'?: (number);
28
+ 'MatrixA'?: (number);
29
+ 'MatrixB'?: (number);
30
+ 'MatrixC'?: (number);
31
+ 'MatrixD'?: (number);
32
+ 'MatrixE'?: (number);
33
+ 'MatrixF'?: (number);
34
+ 'points'?: (_ironpdfengineproto_PdfiumPathSegmentObjectP__Output)[];
35
+ 'FillMode'?: (number);
36
+ 'IsStroked'?: (boolean);
37
+ }
38
+ //# sourceMappingURL=PdfiumPathObjectP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathObjectP.d.ts","sourceRoot":"","sources":["PdfiumPathObjectP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,gCAAgC,IAAI,oDAAoD,EAAE,MAAM,gDAAgD,CAAC;AAEzO,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,CAAC,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,CAAC,4CAA4C,CAAC,EAAE,CAAC;IAC5D,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACzB;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,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,oDAAoD,CAAC,EAAE,CAAC;IACpE,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACzB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumPathObjectP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathObjectP.js","sourceRoot":"","sources":["PdfiumPathObjectP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,41 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+ import type { PdfiumPathSegmentObjectP as _ironpdfengineproto_PdfiumPathSegmentObjectP, PdfiumPathSegmentObjectP__Output as _ironpdfengineproto_PdfiumPathSegmentObjectP__Output } from '../ironpdfengineproto/PdfiumPathSegmentObjectP';
4
+
5
+ export interface PdfiumPathObjectP {
6
+ 'left'?: (number | string);
7
+ 'right'?: (number | string);
8
+ 'top'?: (number | string);
9
+ 'bottom'?: (number | string);
10
+ 'FillColor'?: (string);
11
+ 'StrokeColor'?: (string);
12
+ 'PageIndex'?: (number);
13
+ 'MatrixA'?: (number | string);
14
+ 'MatrixB'?: (number | string);
15
+ 'MatrixC'?: (number | string);
16
+ 'MatrixD'?: (number | string);
17
+ 'MatrixE'?: (number | string);
18
+ 'MatrixF'?: (number | string);
19
+ 'points'?: (_ironpdfengineproto_PdfiumPathSegmentObjectP)[];
20
+ 'FillMode'?: (number);
21
+ 'IsStroked'?: (boolean);
22
+ }
23
+
24
+ export interface PdfiumPathObjectP__Output {
25
+ 'left'?: (number);
26
+ 'right'?: (number);
27
+ 'top'?: (number);
28
+ 'bottom'?: (number);
29
+ 'FillColor'?: (string);
30
+ 'StrokeColor'?: (string);
31
+ 'PageIndex'?: (number);
32
+ 'MatrixA'?: (number);
33
+ 'MatrixB'?: (number);
34
+ 'MatrixC'?: (number);
35
+ 'MatrixD'?: (number);
36
+ 'MatrixE'?: (number);
37
+ 'MatrixF'?: (number);
38
+ 'points'?: (_ironpdfengineproto_PdfiumPathSegmentObjectP__Output)[];
39
+ 'FillMode'?: (number);
40
+ 'IsStroked'?: (boolean);
41
+ }
@@ -0,0 +1,13 @@
1
+ export interface PdfiumPathSegmentObjectP {
2
+ 'x'?: (number | string);
3
+ 'y'?: (number | string);
4
+ 'isClose'?: (boolean);
5
+ 'type'?: (number);
6
+ }
7
+ export interface PdfiumPathSegmentObjectP__Output {
8
+ 'x'?: (number);
9
+ 'y'?: (number);
10
+ 'isClose'?: (boolean);
11
+ 'type'?: (number);
12
+ }
13
+ //# sourceMappingURL=PdfiumPathSegmentObjectP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathSegmentObjectP.d.ts","sourceRoot":"","sources":["PdfiumPathSegmentObjectP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,wBAAwB;IACvC,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB;AAED,MAAM,WAAW,gCAAgC;IAC/C,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumPathSegmentObjectP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumPathSegmentObjectP.js","sourceRoot":"","sources":["PdfiumPathSegmentObjectP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,16 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+
4
+ export interface PdfiumPathSegmentObjectP {
5
+ 'x'?: (number | string);
6
+ 'y'?: (number | string);
7
+ 'isClose'?: (boolean);
8
+ 'type'?: (number);
9
+ }
10
+
11
+ export interface PdfiumPathSegmentObjectP__Output {
12
+ 'x'?: (number);
13
+ 'y'?: (number);
14
+ 'isClose'?: (boolean);
15
+ 'type'?: (number);
16
+ }
@@ -0,0 +1,9 @@
1
+ export interface PdfiumRadioFieldP {
2
+ 'options'?: (string)[];
3
+ 'selectedIndex'?: (number);
4
+ }
5
+ export interface PdfiumRadioFieldP__Output {
6
+ 'options'?: (string)[];
7
+ 'selectedIndex'?: (number);
8
+ }
9
+ //# sourceMappingURL=PdfiumRadioFieldP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumRadioFieldP.d.ts","sourceRoot":"","sources":["PdfiumRadioFieldP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,yBAAyB;IACxC,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumRadioFieldP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumRadioFieldP.js","sourceRoot":"","sources":["PdfiumRadioFieldP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
@@ -0,0 +1,12 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
2
+
3
+
4
+ export interface PdfiumRadioFieldP {
5
+ 'options'?: (string)[];
6
+ 'selectedIndex'?: (number);
7
+ }
8
+
9
+ export interface PdfiumRadioFieldP__Output {
10
+ 'options'?: (string)[];
11
+ 'selectedIndex'?: (number);
12
+ }
@@ -0,0 +1,5 @@
1
+ export interface PdfiumSignatureFieldP {
2
+ }
3
+ export interface PdfiumSignatureFieldP__Output {
4
+ }
5
+ //# sourceMappingURL=PdfiumSignatureFieldP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumSignatureFieldP.d.ts","sourceRoot":"","sources":["PdfiumSignatureFieldP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,qBAAqB;CACrC;AAED,MAAM,WAAW,6BAA6B;CAC7C"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=PdfiumSignatureFieldP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumSignatureFieldP.js","sourceRoot":"","sources":["PdfiumSignatureFieldP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
@@ -0,0 +1,8 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
2
+
3
+
4
+ export interface PdfiumSignatureFieldP {
5
+ }
6
+
7
+ export interface PdfiumSignatureFieldP__Output {
8
+ }
@@ -5,6 +5,13 @@ export interface PdfiumTextObjectP {
5
5
  'bottom'?: (number | string);
6
6
  'contents'?: (string);
7
7
  'color'?: (string);
8
+ 'PageIndex'?: (number);
9
+ 'MatrixA'?: (number | string);
10
+ 'MatrixB'?: (number | string);
11
+ 'MatrixC'?: (number | string);
12
+ 'MatrixD'?: (number | string);
13
+ 'MatrixE'?: (number | string);
14
+ 'MatrixF'?: (number | string);
8
15
  }
9
16
  export interface PdfiumTextObjectP__Output {
10
17
  'left'?: (number);
@@ -13,5 +20,12 @@ export interface PdfiumTextObjectP__Output {
13
20
  'bottom'?: (number);
14
21
  'contents'?: (string);
15
22
  'color'?: (string);
23
+ 'PageIndex'?: (number);
24
+ 'MatrixA'?: (number);
25
+ 'MatrixB'?: (number);
26
+ 'MatrixC'?: (number);
27
+ 'MatrixD'?: (number);
28
+ 'MatrixE'?: (number);
29
+ 'MatrixF'?: (number);
16
30
  }
17
31
  //# sourceMappingURL=PdfiumTextObjectP.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumTextObjectP.d.ts","sourceRoot":"","sources":["PdfiumTextObjectP.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,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;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,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB"}
1
+ {"version":3,"file":"PdfiumTextObjectP.d.ts","sourceRoot":"","sources":["PdfiumTextObjectP.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,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC/B;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,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB"}
@@ -8,6 +8,13 @@ export interface PdfiumTextObjectP {
8
8
  'bottom'?: (number | string);
9
9
  'contents'?: (string);
10
10
  'color'?: (string);
11
+ 'PageIndex'?: (number);
12
+ 'MatrixA'?: (number | string);
13
+ 'MatrixB'?: (number | string);
14
+ 'MatrixC'?: (number | string);
15
+ 'MatrixD'?: (number | string);
16
+ 'MatrixE'?: (number | string);
17
+ 'MatrixF'?: (number | string);
11
18
  }
12
19
 
13
20
  export interface PdfiumTextObjectP__Output {
@@ -17,4 +24,11 @@ export interface PdfiumTextObjectP__Output {
17
24
  'bottom'?: (number);
18
25
  'contents'?: (string);
19
26
  'color'?: (string);
27
+ 'PageIndex'?: (number);
28
+ 'MatrixA'?: (number);
29
+ 'MatrixB'?: (number);
30
+ 'MatrixC'?: (number);
31
+ 'MatrixD'?: (number);
32
+ 'MatrixE'?: (number);
33
+ 'MatrixF'?: (number);
20
34
  }
@@ -0,0 +1,18 @@
1
+ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
2
+ export interface PdfiumTransformPageRequestP {
3
+ 'document'?: (_ironpdfengineproto_PdfDocumentP | null);
4
+ 'pageIndex'?: (number);
5
+ 'translateX'?: (number | string);
6
+ 'translateY'?: (number | string);
7
+ 'scaleX'?: (number | string);
8
+ 'scaleY'?: (number | string);
9
+ }
10
+ export interface PdfiumTransformPageRequestP__Output {
11
+ 'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
12
+ 'pageIndex'?: (number);
13
+ 'translateX'?: (number);
14
+ 'translateY'?: (number);
15
+ 'scaleX'?: (number);
16
+ 'scaleY'?: (number);
17
+ }
18
+ //# sourceMappingURL=PdfiumTransformPageRequestP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumTransformPageRequestP.d.ts","sourceRoot":"","sources":["PdfiumTransformPageRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,2BAA2B;IAC1C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,mCAAmC;IAClD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,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=PdfiumTransformPageRequestP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumTransformPageRequestP.js","sourceRoot":"","sources":["PdfiumTransformPageRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
@@ -0,0 +1,21 @@
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 PdfiumTransformPageRequestP {
6
+ 'document'?: (_ironpdfengineproto_PdfDocumentP | null);
7
+ 'pageIndex'?: (number);
8
+ 'translateX'?: (number | string);
9
+ 'translateY'?: (number | string);
10
+ 'scaleX'?: (number | string);
11
+ 'scaleY'?: (number | string);
12
+ }
13
+
14
+ export interface PdfiumTransformPageRequestP__Output {
15
+ 'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
16
+ 'pageIndex'?: (number);
17
+ 'translateX'?: (number);
18
+ 'translateY'?: (number);
19
+ 'scaleX'?: (number);
20
+ 'scaleY'?: (number);
21
+ }
@@ -40,7 +40,7 @@ export interface IronPdfConfig {
40
40
  /**
41
41
  * Enable debug mode
42
42
  *
43
- * Debug mode: MYAPP will expose more logging messages
43
+ * Debug mode: IronPdf will expose more logging messages
44
44
  *
45
45
  * @default false
46
46
  */
@@ -80,7 +80,7 @@ export interface IronPdfConfig {
80
80
  /**
81
81
  * Enable debug mode
82
82
  *
83
- * Debug mode: MYAPP will expose more logging messages
83
+ * Debug mode: IronPdf will expose more logging messages
84
84
  *
85
85
  * @default false
86
86
  */