@ironsoftware/ironpdf 2024.8.2 → 2024.10.8

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 (155) hide show
  1. package/package.json +2 -2
  2. package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +5 -0
  3. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +13 -0
  4. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto +8 -0
  5. package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +102 -0
  6. package/src/internal/generated_proto/iron_pdf_service.d.ts +15 -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 +15 -0
  9. package/src/internal/generated_proto/ironpdfengineproto/BytesResultStreamP.d.ts +1 -0
  10. package/src/internal/generated_proto/ironpdfengineproto/BytesResultStreamP.d.ts.map +1 -1
  11. package/src/internal/generated_proto/ironpdfengineproto/ChromeApplyStampRequestStreamP.d.ts +1 -0
  12. package/src/internal/generated_proto/ironpdfengineproto/ChromeApplyStampRequestStreamP.d.ts.map +1 -1
  13. package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderPdfDocumentFromZipFileRequestStreamP.d.ts +1 -0
  14. package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderPdfDocumentFromZipFileRequestStreamP.d.ts.map +1 -1
  15. package/src/internal/generated_proto/ironpdfengineproto/ImageResultStreamP.d.ts +1 -0
  16. package/src/internal/generated_proto/ironpdfengineproto/ImageResultStreamP.d.ts.map +1 -1
  17. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +53 -0
  18. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
  19. package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +63 -0
  20. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.d.ts +1 -0
  21. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.d.ts.map +1 -1
  22. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.d.ts +1 -0
  23. package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.d.ts.map +1 -1
  24. package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts +1 -0
  25. package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts.map +1 -1
  26. package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawBitmapRequestStreamP.d.ts +1 -0
  27. package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawBitmapRequestStreamP.d.ts.map +1 -1
  28. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts +21 -0
  29. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.d.ts.map +1 -0
  30. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.js +4 -0
  31. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.js.map +1 -0
  32. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP.ts +24 -0
  33. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.d.ts +1 -0
  34. package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.d.ts.map +1 -1
  35. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts +10 -1
  36. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts.map +1 -1
  37. package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.ts +10 -1
  38. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.d.ts +10 -0
  39. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.d.ts.map +1 -0
  40. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.js +4 -0
  41. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.js.map +1 -0
  42. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionRequestP.ts +13 -0
  43. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.d.ts +12 -0
  44. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.d.ts.map +1 -0
  45. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.js +4 -0
  46. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.js.map +1 -0
  47. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetImageObjectCollectionResultP.ts +15 -0
  48. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.d.ts +10 -0
  49. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.d.ts.map +1 -0
  50. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.js +4 -0
  51. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.js.map +1 -0
  52. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionRequestP.ts +13 -0
  53. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.d.ts +12 -0
  54. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.d.ts.map +1 -0
  55. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.js +4 -0
  56. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.js.map +1 -0
  57. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPathObjectCollectionResultP.ts +15 -0
  58. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPdfAttachmentDataResultStreamP.d.ts +1 -0
  59. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPdfAttachmentDataResultStreamP.d.ts.map +1 -1
  60. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetVerifiedSignatureRequestStreamP.d.ts +1 -0
  61. package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetVerifiedSignatureRequestStreamP.d.ts.map +1 -1
  62. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.d.ts +5 -0
  63. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.d.ts.map +1 -0
  64. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.js +4 -0
  65. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.js.map +1 -0
  66. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageFieldP.ts +8 -0
  67. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.d.ts +8 -0
  68. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.d.ts.map +1 -0
  69. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.js +4 -0
  70. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.js.map +1 -0
  71. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectCollectionP.ts +11 -0
  72. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.d.ts +31 -0
  73. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.d.ts.map +1 -0
  74. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.js +4 -0
  75. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.js.map +1 -0
  76. package/src/internal/generated_proto/ironpdfengineproto/PdfiumImageObjectP.ts +32 -0
  77. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.d.ts +16 -0
  78. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.d.ts.map +1 -0
  79. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.js +4 -0
  80. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.js.map +1 -0
  81. package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsPrependRequestP.ts +19 -0
  82. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.d.ts +9 -0
  83. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.d.ts.map +1 -0
  84. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.js +4 -0
  85. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.js.map +1 -0
  86. package/src/internal/generated_proto/ironpdfengineproto/PdfiumOpenNewDocumentRequestP.ts +12 -0
  87. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.d.ts +2 -0
  88. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.d.ts.map +1 -1
  89. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPagenateDocumentRequestP.ts +2 -0
  90. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.d.ts +8 -0
  91. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.d.ts.map +1 -0
  92. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.js +4 -0
  93. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.js.map +1 -0
  94. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectCollectionP.ts +11 -0
  95. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.d.ts +38 -0
  96. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.d.ts.map +1 -0
  97. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.js +4 -0
  98. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.js.map +1 -0
  99. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathObjectP.ts +41 -0
  100. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.d.ts +13 -0
  101. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.d.ts.map +1 -0
  102. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.js +4 -0
  103. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.js.map +1 -0
  104. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPathSegmentObjectP.ts +16 -0
  105. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP.d.ts +1 -0
  106. package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP.d.ts.map +1 -1
  107. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.d.ts +9 -0
  108. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.d.ts.map +1 -0
  109. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.js +4 -0
  110. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.js.map +1 -0
  111. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRadioFieldP.ts +12 -0
  112. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRawSignatureChunkWithIndexP.d.ts +1 -0
  113. package/src/internal/generated_proto/ironpdfengineproto/PdfiumRawSignatureChunkWithIndexP.d.ts.map +1 -1
  114. package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts +1 -0
  115. package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts.map +1 -1
  116. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetPdfAttachmentDataRequestStreamP.d.ts +1 -0
  117. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetPdfAttachmentDataRequestStreamP.d.ts.map +1 -1
  118. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts +1 -0
  119. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts.map +1 -1
  120. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.d.ts +5 -0
  121. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.d.ts.map +1 -0
  122. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.js +4 -0
  123. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.js.map +1 -0
  124. package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignatureFieldP.ts +8 -0
  125. package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.d.ts +1 -0
  126. package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.d.ts.map +1 -1
  127. package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.d.ts +1 -0
  128. package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.d.ts.map +1 -1
  129. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts +14 -0
  130. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts.map +1 -1
  131. package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.ts +14 -0
  132. package/src/internal/generated_proto/ironpdfengineproto/RawImageChunkWithIndexAndFileTypeP.d.ts +1 -0
  133. package/src/internal/generated_proto/ironpdfengineproto/RawImageChunkWithIndexAndFileTypeP.d.ts.map +1 -1
  134. package/src/internal/generated_proto/ironpdfengineproto/RawImageChunkWithIndexP.d.ts +1 -0
  135. package/src/internal/generated_proto/ironpdfengineproto/RawImageChunkWithIndexP.d.ts.map +1 -1
  136. package/src/internal/grpc_layer/chrome/image.d.ts +1 -0
  137. package/src/internal/grpc_layer/chrome/image.d.ts.map +1 -1
  138. package/src/internal/grpc_layer/chrome/stamp.d.ts +1 -0
  139. package/src/internal/grpc_layer/chrome/stamp.d.ts.map +1 -1
  140. package/src/internal/grpc_layer/pdfium/image.d.ts +1 -0
  141. package/src/internal/grpc_layer/pdfium/image.d.ts.map +1 -1
  142. package/src/internal/grpc_layer/pdfium/io.d.ts +1 -0
  143. package/src/internal/grpc_layer/pdfium/io.d.ts.map +1 -1
  144. package/src/internal/grpc_layer/util.d.ts +1 -0
  145. package/src/internal/grpc_layer/util.d.ts.map +1 -1
  146. package/src/internal/internalType.d.ts +1 -0
  147. package/src/internal/internalType.d.ts.map +1 -1
  148. package/src/internal/zod/typeSchema.d.ts +1 -0
  149. package/src/internal/zod/typeSchema.d.ts.map +1 -1
  150. package/src/public/pdfDocument.d.ts +1 -0
  151. package/src/public/pdfDocument.d.ts.map +1 -1
  152. package/src/public/signature.d.ts +1 -0
  153. package/src/public/signature.d.ts.map +1 -1
  154. package/src/public/types.d.ts +1 -0
  155. package/src/public/types.d.ts.map +1 -1
@@ -0,0 +1,15 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+ import type { PdfiumPathObjectCollectionP as _ironpdfengineproto_PdfiumPathObjectCollectionP, PdfiumPathObjectCollectionP__Output as _ironpdfengineproto_PdfiumPathObjectCollectionP__Output } from '../ironpdfengineproto/PdfiumPathObjectCollectionP';
4
+ import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
5
+
6
+ export interface PdfiumGetPathObjectCollectionResultP {
7
+ 'result'?: (_ironpdfengineproto_PdfiumPathObjectCollectionP | null);
8
+ 'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
9
+ 'resultOrException'?: "result"|"exception";
10
+ }
11
+
12
+ export interface PdfiumGetPathObjectCollectionResultP__Output {
13
+ 'result'?: (_ironpdfengineproto_PdfiumPathObjectCollectionP__Output);
14
+ 'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
15
+ }
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
3
4
  export interface PdfiumGetPdfAttachmentDataResultStreamP {
4
5
  'resultChunk'?: (Buffer | Uint8Array | string);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumGetPdfAttachmentDataResultStreamP.d.ts","sourceRoot":"","sources":["PdfiumGetPdfAttachmentDataResultStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,uCAAuC;IACtD,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,aAAa,GAAC,WAAW,CAAC;CACjD;AAED,MAAM,WAAW,+CAA+C;IAC9D,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
1
+ {"version":3,"file":"PdfiumGetPdfAttachmentDataResultStreamP.d.ts","sourceRoot":"","sources":["PdfiumGetPdfAttachmentDataResultStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,uCAAuC;IACtD,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,aAAa,GAAC,WAAW,CAAC;CACjD;AAED,MAAM,WAAW,+CAA+C;IAC9D,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
3
4
  export interface _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP_InfoP {
4
5
  'document'?: (_ironpdfengineproto_PdfDocumentP | null);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumGetVerifiedSignatureRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumGetVerifiedSignatureRequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,kEAAkE;IACjF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;CACxD;AAED,MAAM,WAAW,0EAA0E;IACzF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;CACzD;AAED,MAAM,WAAW,wCAAwC;IACvD,MAAM,CAAC,EAAE,CAAC,kEAAkE,GAAG,IAAI,CAAC,CAAC;IACrF,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,GAAC,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,gDAAgD;IAC/D,MAAM,CAAC,EAAE,CAAC,0EAA0E,CAAC,CAAC;IACtF,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
1
+ {"version":3,"file":"PdfiumGetVerifiedSignatureRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumGetVerifiedSignatureRequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,kEAAkE;IACjF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;CACxD;AAED,MAAM,WAAW,0EAA0E;IACzF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;CACzD;AAED,MAAM,WAAW,wCAAwC;IACvD,MAAM,CAAC,EAAE,CAAC,kEAAkE,GAAG,IAAI,CAAC,CAAC;IACrF,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,GAAC,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,gDAAgD;IAC/D,MAAM,CAAC,EAAE,CAAC,0EAA0E,CAAC,CAAC;IACtF,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ export interface PdfiumImageFieldP {
2
+ }
3
+ export interface PdfiumImageFieldP__Output {
4
+ }
5
+ //# sourceMappingURL=PdfiumImageFieldP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageFieldP.d.ts","sourceRoot":"","sources":["PdfiumImageFieldP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,iBAAiB;CACjC;AAED,MAAM,WAAW,yBAAyB;CACzC"}
@@ -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=PdfiumImageFieldP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageFieldP.js","sourceRoot":"","sources":["PdfiumImageFieldP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
@@ -0,0 +1,8 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
2
+
3
+
4
+ export interface PdfiumImageFieldP {
5
+ }
6
+
7
+ export interface PdfiumImageFieldP__Output {
8
+ }
@@ -0,0 +1,8 @@
1
+ import type { PdfiumImageObjectP as _ironpdfengineproto_PdfiumImageObjectP, PdfiumImageObjectP__Output as _ironpdfengineproto_PdfiumImageObjectP__Output } from '../ironpdfengineproto/PdfiumImageObjectP';
2
+ export interface PdfiumImageObjectCollectionP {
3
+ 'value'?: (_ironpdfengineproto_PdfiumImageObjectP)[];
4
+ }
5
+ export interface PdfiumImageObjectCollectionP__Output {
6
+ 'value'?: (_ironpdfengineproto_PdfiumImageObjectP__Output)[];
7
+ }
8
+ //# sourceMappingURL=PdfiumImageObjectCollectionP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageObjectCollectionP.d.ts","sourceRoot":"","sources":["PdfiumImageObjectCollectionP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,IAAI,sCAAsC,EAAE,0BAA0B,IAAI,8CAA8C,EAAE,MAAM,0CAA0C,CAAC;AAE3M,MAAM,WAAW,4BAA4B;IAC3C,OAAO,CAAC,EAAE,CAAC,sCAAsC,CAAC,EAAE,CAAC;CACtD;AAED,MAAM,WAAW,oCAAoC;IACnD,OAAO,CAAC,EAAE,CAAC,8CAA8C,CAAC,EAAE,CAAC;CAC9D"}
@@ -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=PdfiumImageObjectCollectionP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageObjectCollectionP.js","sourceRoot":"","sources":["PdfiumImageObjectCollectionP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -0,0 +1,11 @@
1
+ // Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto
2
+
3
+ import type { PdfiumImageObjectP as _ironpdfengineproto_PdfiumImageObjectP, PdfiumImageObjectP__Output as _ironpdfengineproto_PdfiumImageObjectP__Output } from '../ironpdfengineproto/PdfiumImageObjectP';
4
+
5
+ export interface PdfiumImageObjectCollectionP {
6
+ 'value'?: (_ironpdfengineproto_PdfiumImageObjectP)[];
7
+ }
8
+
9
+ export interface PdfiumImageObjectCollectionP__Output {
10
+ 'value'?: (_ironpdfengineproto_PdfiumImageObjectP__Output)[];
11
+ }
@@ -0,0 +1,31 @@
1
+ /// <reference types="node" />
2
+ /// <reference types="node" />
3
+ export interface PdfiumImageObjectP {
4
+ 'left'?: (number | string);
5
+ 'right'?: (number | string);
6
+ 'top'?: (number | string);
7
+ 'bottom'?: (number | string);
8
+ 'pageIndex'?: (number);
9
+ 'imageData'?: (Buffer | Uint8Array | string);
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
+ }
17
+ export interface PdfiumImageObjectP__Output {
18
+ 'left'?: (number);
19
+ 'right'?: (number);
20
+ 'top'?: (number);
21
+ 'bottom'?: (number);
22
+ 'pageIndex'?: (number);
23
+ 'imageData'?: (Buffer);
24
+ 'MatrixA'?: (number);
25
+ 'MatrixB'?: (number);
26
+ 'MatrixC'?: (number);
27
+ 'MatrixD'?: (number);
28
+ 'MatrixE'?: (number);
29
+ 'MatrixF'?: (number);
30
+ }
31
+ //# sourceMappingURL=PdfiumImageObjectP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageObjectP.d.ts","sourceRoot":"","sources":["PdfiumImageObjectP.ts"],"names":[],"mappings":";;AAGA,MAAM,WAAW,kBAAkB;IACjC,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,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAC7C,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,0BAA0B;IACzC,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,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"}
@@ -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=PdfiumImageObjectP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfiumImageObjectP.js","sourceRoot":"","sources":["PdfiumImageObjectP.ts"],"names":[],"mappings":";AAAA,iFAAiF"}
@@ -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
+ }
@@ -5,6 +5,7 @@ export interface PdfiumPagenateDocumentRequestP {
5
5
  'newHeight'?: (number | string);
6
6
  'cols'?: (number);
7
7
  'rows'?: (number);
8
+ 'drawBorders'?: (boolean);
8
9
  }
9
10
  export interface PdfiumPagenateDocumentRequestP__Output {
10
11
  'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
@@ -12,5 +13,6 @@ export interface PdfiumPagenateDocumentRequestP__Output {
12
13
  'newHeight'?: (number);
13
14
  'cols'?: (number);
14
15
  'rows'?: (number);
16
+ 'drawBorders'?: (boolean);
15
17
  }
16
18
  //# sourceMappingURL=PdfiumPagenateDocumentRequestP.d.ts.map
@@ -1 +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;CACnB;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;CACnB"}
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"}
@@ -8,6 +8,7 @@ export interface PdfiumPagenateDocumentRequestP {
8
8
  'newHeight'?: (number | string);
9
9
  'cols'?: (number);
10
10
  'rows'?: (number);
11
+ 'drawBorders'?: (boolean);
11
12
  }
12
13
 
13
14
  export interface PdfiumPagenateDocumentRequestP__Output {
@@ -16,4 +17,5 @@ export interface PdfiumPagenateDocumentRequestP__Output {
16
17
  'newHeight'?: (number);
17
18
  'cols'?: (number);
18
19
  'rows'?: (number);
20
+ 'drawBorders'?: (boolean);
19
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
+ }
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  export interface _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP_InfoP {
3
4
  'userPassword'?: (string);
4
5
  'ownerPassword'?: (string);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumPdfDocumentConstructorStreamP.d.ts","sourceRoot":"","sources":["PdfiumPdfDocumentConstructorStreamP.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,6DAA6D;IAC5E,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,eAAe,CAAC,EAAE,cAAc,CAAC;CAClC;AAED,MAAM,WAAW,qEAAqE;IACpF,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,mCAAmC;IAClD,MAAM,CAAC,EAAE,CAAC,6DAA6D,GAAG,IAAI,CAAC,CAAC;IAChF,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,CAAC,CAAC;IACjF,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
1
+ {"version":3,"file":"PdfiumPdfDocumentConstructorStreamP.d.ts","sourceRoot":"","sources":["PdfiumPdfDocumentConstructorStreamP.ts"],"names":[],"mappings":";;AAGA,MAAM,WAAW,6DAA6D;IAC5E,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,eAAe,CAAC,EAAE,cAAc,CAAC;CAClC;AAED,MAAM,WAAW,qEAAqE;IACpF,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,mCAAmC;IAClD,MAAM,CAAC,EAAE,CAAC,6DAA6D,GAAG,IAAI,CAAC,CAAC;IAChF,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,CAAC,CAAC;IACjF,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -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
+ }
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  export interface PdfiumRawSignatureChunkWithIndexP {
3
4
  'signatureIndex'?: (number);
4
5
  'rawSignatureChunk'?: (Buffer | Uint8Array | string);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumRawSignatureChunkWithIndexP.d.ts","sourceRoot":"","sources":["PdfiumRawSignatureChunkWithIndexP.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,iCAAiC;IAChD,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,mBAAmB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;CACtD;AAED,MAAM,WAAW,yCAAyC;IACxD,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,mBAAmB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAChC"}
1
+ {"version":3,"file":"PdfiumRawSignatureChunkWithIndexP.d.ts","sourceRoot":"","sources":["PdfiumRawSignatureChunkWithIndexP.ts"],"names":[],"mappings":";;AAGA,MAAM,WAAW,iCAAiC;IAChD,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,mBAAmB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;CACtD;AAED,MAAM,WAAW,yCAAyC;IACxD,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,mBAAmB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAChC"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
3
4
  export interface _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP_InfoP {
4
5
  'document'?: (_ironpdfengineproto_PdfDocumentP | null);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumReplaceFontViaByteArrayRequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qEAAqE;IACpF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,6EAA6E;IAC5F,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,GAAG,IAAI,CAAC,CAAC;IACxF,gBAAgB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAC,gBAAgB,CAAC;CACrC;AAED,MAAM,WAAW,mDAAmD;IAClE,MAAM,CAAC,EAAE,CAAC,6EAA6E,CAAC,CAAC;IACzF,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC7B"}
1
+ {"version":3,"file":"PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumReplaceFontViaByteArrayRequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qEAAqE;IACpF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,6EAA6E;IAC5F,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,GAAG,IAAI,CAAC,CAAC;IACxF,gBAAgB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAC,gBAAgB,CAAC;CACrC;AAED,MAAM,WAAW,mDAAmD;IAClE,MAAM,CAAC,EAAE,CAAC,6EAA6E,CAAC,CAAC;IACzF,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC7B"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
3
4
  export interface _ironpdfengineproto_PdfiumSetPdfAttachmentDataRequestStreamP_InfoP {
4
5
  'document'?: (_ironpdfengineproto_PdfDocumentP | null);
@@ -1 +1 @@
1
- {"version":3,"file":"PdfiumSetPdfAttachmentDataRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumSetPdfAttachmentDataRequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,kEAAkE;IACjF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,0EAA0E;IACzF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,wCAAwC;IACvD,MAAM,CAAC,EAAE,CAAC,kEAAkE,GAAG,IAAI,CAAC,CAAC;IACrF,iBAAiB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,GAAC,iBAAiB,CAAC;CACtC;AAED,MAAM,WAAW,gDAAgD;IAC/D,MAAM,CAAC,EAAE,CAAC,0EAA0E,CAAC,CAAC;IACtF,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC9B"}
1
+ {"version":3,"file":"PdfiumSetPdfAttachmentDataRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumSetPdfAttachmentDataRequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,kEAAkE;IACjF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,0EAA0E;IACzF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,wCAAwC;IACvD,MAAM,CAAC,EAAE,CAAC,kEAAkE,GAAG,IAAI,CAAC,CAAC;IACrF,iBAAiB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,GAAC,iBAAiB,CAAC;CACtC;AAED,MAAM,WAAW,gDAAgD;IAC/D,MAAM,CAAC,EAAE,CAAC,0EAA0E,CAAC,CAAC;IACtF,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC9B"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
3
4
  import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../google/protobuf/Timestamp';
4
5
  import type { PdfiumSignaturePermissionsP as _ironpdfengineproto_PdfiumSignaturePermissionsP, PdfiumSignaturePermissionsP__Output as _ironpdfengineproto_PdfiumSignaturePermissionsP__Output } from '../ironpdfengineproto/PdfiumSignaturePermissionsP';