@ironsoftware/ironpdf 2024.3.1 → 2024.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/internal/IronPdfEngine.ProtoFiles/basic.proto +5 -0
- package/src/internal/IronPdfEngine.ProtoFiles/cleaner.proto +37 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +9 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_image.proto +2 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +1 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +6 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +6 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +52 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +62 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToImagesRequestP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/RisksP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SanitizeWithSvgRequestP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanPdfRequestStreamP.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ScanResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.d.ts +9 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/TextFileChunkWithIndexP.ts +12 -0
- package/src/internal/zod/stampSchema.d.ts +45 -44
- package/src/internal/zod/stampSchema.d.ts.map +1 -1
|
@@ -163,6 +163,8 @@ import type { PdfiumUnEmbedFontViaRegexFontNameRequestP as _ironpdfengineproto_P
|
|
|
163
163
|
import type { PdfiumUnEmbedFontViaRegexFontNameResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, PdfiumUnEmbedFontViaRegexFontNameResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP';
|
|
164
164
|
import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, PdfiumUpdateFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP';
|
|
165
165
|
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
166
|
+
import type { ScanPdfRequestStreamP as _ironpdfengineproto_ScanPdfRequestStreamP, ScanPdfRequestStreamP__Output as _ironpdfengineproto_ScanPdfRequestStreamP__Output } from '../ironpdfengineproto/ScanPdfRequestStreamP';
|
|
167
|
+
import type { ScanResultP as _ironpdfengineproto_ScanResultP, ScanResultP__Output as _ironpdfengineproto_ScanResultP__Output } from '../ironpdfengineproto/ScanResultP';
|
|
166
168
|
import type { SizeResultP as _ironpdfengineproto_SizeResultP, SizeResultP__Output as _ironpdfengineproto_SizeResultP__Output } from '../ironpdfengineproto/SizeResultP';
|
|
167
169
|
import type { StringDictionaryResultP as _ironpdfengineproto_StringDictionaryResultP, StringDictionaryResultP__Output as _ironpdfengineproto_StringDictionaryResultP__Output } from '../ironpdfengineproto/StringDictionaryResultP';
|
|
168
170
|
import type { StringResultP as _ironpdfengineproto_StringResultP, StringResultP__Output as _ironpdfengineproto_StringResultP__Output } from '../ironpdfengineproto/StringResultP';
|
|
@@ -271,6 +273,51 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
271
273
|
chromeStampApplyStamp(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeApplyStampRequestStreamP>;
|
|
272
274
|
chromeStampApplyStamp(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeApplyStampRequestStreamP>;
|
|
273
275
|
|
|
276
|
+
Cleaner_SanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
277
|
+
Cleaner_SanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
278
|
+
Cleaner_SanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
279
|
+
Cleaner_SanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
280
|
+
cleanerSanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
281
|
+
cleanerSanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
282
|
+
cleanerSanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
283
|
+
cleanerSanitizeByRecreatePdf(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
284
|
+
|
|
285
|
+
Cleaner_SanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
286
|
+
Cleaner_SanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
287
|
+
Cleaner_SanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
288
|
+
Cleaner_SanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
289
|
+
cleanerSanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
290
|
+
cleanerSanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
291
|
+
cleanerSanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
292
|
+
cleanerSanitizeByRemoveSomeElements(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
293
|
+
|
|
294
|
+
Cleaner_SanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
295
|
+
Cleaner_SanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
296
|
+
Cleaner_SanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
297
|
+
Cleaner_SanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
298
|
+
cleanerSanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
299
|
+
cleanerSanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
300
|
+
cleanerSanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
301
|
+
cleanerSanitizeWithBitmap(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
302
|
+
|
|
303
|
+
Cleaner_SanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
304
|
+
Cleaner_SanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
305
|
+
Cleaner_SanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
306
|
+
Cleaner_SanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
307
|
+
cleanerSanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
308
|
+
cleanerSanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
309
|
+
cleanerSanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
310
|
+
cleanerSanitizeWithSvg(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
311
|
+
|
|
312
|
+
Cleaner_ScanPdf(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
313
|
+
Cleaner_ScanPdf(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
314
|
+
Cleaner_ScanPdf(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
315
|
+
Cleaner_ScanPdf(callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
316
|
+
cleanerScanPdf(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
317
|
+
cleanerScanPdf(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
318
|
+
cleanerScanPdf(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
319
|
+
cleanerScanPdf(callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
320
|
+
|
|
274
321
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
275
322
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
276
323
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1222,6 +1269,16 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1222
1269
|
|
|
1223
1270
|
Chrome_Stamp_ApplyStamp: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeApplyStampRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1224
1271
|
|
|
1272
|
+
Cleaner_SanitizeByRecreatePdf: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1273
|
+
|
|
1274
|
+
Cleaner_SanitizeByRemoveSomeElements: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1275
|
+
|
|
1276
|
+
Cleaner_SanitizeWithBitmap: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1277
|
+
|
|
1278
|
+
Cleaner_SanitizeWithSvg: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1279
|
+
|
|
1280
|
+
Cleaner_ScanPdf: grpc.handleClientStreamingCall<_ironpdfengineproto_ScanPdfRequestStreamP__Output, _ironpdfengineproto_ScanResultP>;
|
|
1281
|
+
|
|
1225
1282
|
Handshake: grpc.handleUnaryCall<_ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP>;
|
|
1226
1283
|
|
|
1227
1284
|
Pdfium_Annotation_AddLinkAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1448,6 +1505,11 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1448
1505
|
Chrome_Render_MeasureHtml: MethodDefinition<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP, _ironpdfengineproto_SizeResultP, _ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP__Output, _ironpdfengineproto_SizeResultP__Output>
|
|
1449
1506
|
Chrome_Render_RtfToPdf: MethodDefinition<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1450
1507
|
Chrome_Stamp_ApplyStamp: MethodDefinition<_ironpdfengineproto_ChromeApplyStampRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_ChromeApplyStampRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1508
|
+
Cleaner_SanitizeByRecreatePdf: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1509
|
+
Cleaner_SanitizeByRemoveSomeElements: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1510
|
+
Cleaner_SanitizeWithBitmap: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1511
|
+
Cleaner_SanitizeWithSvg: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1512
|
+
Cleaner_ScanPdf: MethodDefinition<_ironpdfengineproto_ScanPdfRequestStreamP, _ironpdfengineproto_ScanResultP, _ironpdfengineproto_ScanPdfRequestStreamP__Output, _ironpdfengineproto_ScanResultP__Output>
|
|
1451
1513
|
Handshake: MethodDefinition<_ironpdfengineproto_HandshakeRequestP, _ironpdfengineproto_HandshakeResponseP, _ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP__Output>
|
|
1452
1514
|
Pdfium_Annotation_AddLinkAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1453
1515
|
Pdfium_Annotation_AddTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddTextAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
2
|
export interface PdfiumConvertToPdfUARequestP {
|
|
3
3
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'lang'?: (number);
|
|
4
5
|
}
|
|
5
6
|
export interface PdfiumConvertToPdfUARequestP__Output {
|
|
6
7
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
'lang'?: (number);
|
|
7
9
|
}
|
|
8
10
|
//# sourceMappingURL=PdfiumConvertToPdfUARequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfUARequestP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumConvertToPdfUARequestP.d.ts","sourceRoot":"","sources":["PdfiumConvertToPdfUARequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumConvertToPdfUARequestP.d.ts","sourceRoot":"","sources":["PdfiumConvertToPdfUARequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB;AAED,MAAM,WAAW,oCAAoC;IACnD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB"}
|
|
@@ -4,8 +4,10 @@ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Ou
|
|
|
4
4
|
|
|
5
5
|
export interface PdfiumConvertToPdfUARequestP {
|
|
6
6
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'lang'?: (number);
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
export interface PdfiumConvertToPdfUARequestP__Output {
|
|
10
11
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'lang'?: (number);
|
|
11
13
|
}
|
|
@@ -8,6 +8,7 @@ export interface PdfiumIFormFieldAnnotationP {
|
|
|
8
8
|
'appearanceState'?: (string);
|
|
9
9
|
'annotationFlags'?: (_ironpdfengineproto_PdfiumPdfAnnotationFlagsP | null);
|
|
10
10
|
'onAppearance'?: (string);
|
|
11
|
+
'javascript'?: (string);
|
|
11
12
|
}
|
|
12
13
|
export interface PdfiumIFormFieldAnnotationP__Output {
|
|
13
14
|
'documentObject'?: (_ironpdfengineproto_PdfiumIDocumentObjectP__Output);
|
|
@@ -16,5 +17,6 @@ export interface PdfiumIFormFieldAnnotationP__Output {
|
|
|
16
17
|
'appearanceState'?: (string);
|
|
17
18
|
'annotationFlags'?: (_ironpdfengineproto_PdfiumPdfAnnotationFlagsP__Output);
|
|
18
19
|
'onAppearance'?: (string);
|
|
20
|
+
'javascript'?: (string);
|
|
19
21
|
}
|
|
20
22
|
//# sourceMappingURL=PdfiumIFormFieldAnnotationP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumIFormFieldAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumIFormFieldAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,IAAI,0CAA0C,EAAE,8BAA8B,IAAI,kDAAkD,EAAE,MAAM,8CAA8C,CAAC;AAC/N,OAAO,KAAK,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,yCAAyC,IAAI,6DAA6D,EAAE,MAAM,yDAAyD,CAAC;AACtR,OAAO,KAAK,EAAE,yBAAyB,IAAI,6CAA6C,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,MAAM,iDAAiD,CAAC;AAE9O,MAAM,WAAW,2BAA2B;IAC1C,gBAAgB,CAAC,EAAE,CAAC,0CAA0C,GAAG,IAAI,CAAC,CAAC;IACvE,kBAAkB,CAAC,EAAE,CAAC,qDAAqD,GAAG,IAAI,CAAC,CAAC;IACpF,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,iBAAiB,CAAC,EAAE,CAAC,6CAA6C,GAAG,IAAI,CAAC,CAAC;IAC3E,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumIFormFieldAnnotationP.d.ts","sourceRoot":"","sources":["PdfiumIFormFieldAnnotationP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,IAAI,0CAA0C,EAAE,8BAA8B,IAAI,kDAAkD,EAAE,MAAM,8CAA8C,CAAC;AAC/N,OAAO,KAAK,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,yCAAyC,IAAI,6DAA6D,EAAE,MAAM,yDAAyD,CAAC;AACtR,OAAO,KAAK,EAAE,yBAAyB,IAAI,6CAA6C,EAAE,iCAAiC,IAAI,qDAAqD,EAAE,MAAM,iDAAiD,CAAC;AAE9O,MAAM,WAAW,2BAA2B;IAC1C,gBAAgB,CAAC,EAAE,CAAC,0CAA0C,GAAG,IAAI,CAAC,CAAC;IACvE,kBAAkB,CAAC,EAAE,CAAC,qDAAqD,GAAG,IAAI,CAAC,CAAC;IACpF,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,iBAAiB,CAAC,EAAE,CAAC,6CAA6C,GAAG,IAAI,CAAC,CAAC;IAC3E,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,MAAM,WAAW,mCAAmC;IAClD,gBAAgB,CAAC,EAAE,CAAC,kDAAkD,CAAC,CAAC;IACxE,kBAAkB,CAAC,EAAE,CAAC,6DAA6D,CAAC,CAAC;IACrF,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7B,iBAAiB,CAAC,EAAE,CAAC,qDAAqD,CAAC,CAAC;IAC5E,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACzB"}
|
|
@@ -11,6 +11,7 @@ export interface PdfiumIFormFieldAnnotationP {
|
|
|
11
11
|
'appearanceState'?: (string);
|
|
12
12
|
'annotationFlags'?: (_ironpdfengineproto_PdfiumPdfAnnotationFlagsP | null);
|
|
13
13
|
'onAppearance'?: (string);
|
|
14
|
+
'javascript'?: (string);
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
export interface PdfiumIFormFieldAnnotationP__Output {
|
|
@@ -20,4 +21,5 @@ export interface PdfiumIFormFieldAnnotationP__Output {
|
|
|
20
21
|
'appearanceState'?: (string);
|
|
21
22
|
'annotationFlags'?: (_ironpdfengineproto_PdfiumPdfAnnotationFlagsP__Output);
|
|
22
23
|
'onAppearance'?: (string);
|
|
24
|
+
'javascript'?: (string);
|
|
23
25
|
}
|
|
@@ -5,9 +5,11 @@ export interface PdfiumPdfToImagesRequestP {
|
|
|
5
5
|
'dpi'?: (number);
|
|
6
6
|
'maxWidth'?: (number);
|
|
7
7
|
'maxHeight'?: (number);
|
|
8
|
+
'flatten'?: (boolean);
|
|
8
9
|
'_dpi'?: "dpi";
|
|
9
10
|
'_maxWidth'?: "maxWidth";
|
|
10
11
|
'_maxHeight'?: "maxHeight";
|
|
12
|
+
'_flatten'?: "flatten";
|
|
11
13
|
}
|
|
12
14
|
export interface PdfiumPdfToImagesRequestP__Output {
|
|
13
15
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
@@ -15,5 +17,6 @@ export interface PdfiumPdfToImagesRequestP__Output {
|
|
|
15
17
|
'dpi'?: (number);
|
|
16
18
|
'maxWidth'?: (number);
|
|
17
19
|
'maxHeight'?: (number);
|
|
20
|
+
'flatten'?: (boolean);
|
|
18
21
|
}
|
|
19
22
|
//# sourceMappingURL=PdfiumPdfToImagesRequestP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumPdfToImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumPdfToImagesRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumPdfToImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumPdfToImagesRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,iCAAiC;IAChD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACvB"}
|
|
@@ -8,9 +8,11 @@ export interface PdfiumPdfToImagesRequestP {
|
|
|
8
8
|
'dpi'?: (number);
|
|
9
9
|
'maxWidth'?: (number);
|
|
10
10
|
'maxHeight'?: (number);
|
|
11
|
+
'flatten'?: (boolean);
|
|
11
12
|
'_dpi'?: "dpi";
|
|
12
13
|
'_maxWidth'?: "maxWidth";
|
|
13
14
|
'_maxHeight'?: "maxHeight";
|
|
15
|
+
'_flatten'?: "flatten";
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
export interface PdfiumPdfToImagesRequestP__Output {
|
|
@@ -19,4 +21,5 @@ export interface PdfiumPdfToImagesRequestP__Output {
|
|
|
19
21
|
'dpi'?: (number);
|
|
20
22
|
'maxWidth'?: (number);
|
|
21
23
|
'maxHeight'?: (number);
|
|
24
|
+
'flatten'?: (boolean);
|
|
22
25
|
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.d.ts
CHANGED
|
@@ -5,9 +5,11 @@ export interface PdfiumPdfToMultiPageTiffImageRequestP {
|
|
|
5
5
|
'dpi'?: (number);
|
|
6
6
|
'maxWidth'?: (number);
|
|
7
7
|
'maxHeight'?: (number);
|
|
8
|
+
'flatten'?: (boolean);
|
|
8
9
|
'_dpi'?: "dpi";
|
|
9
10
|
'_maxWidth'?: "maxWidth";
|
|
10
11
|
'_maxHeight'?: "maxHeight";
|
|
12
|
+
'_flatten'?: "flatten";
|
|
11
13
|
}
|
|
12
14
|
export interface PdfiumPdfToMultiPageTiffImageRequestP__Output {
|
|
13
15
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
@@ -15,5 +17,6 @@ export interface PdfiumPdfToMultiPageTiffImageRequestP__Output {
|
|
|
15
17
|
'dpi'?: (number);
|
|
16
18
|
'maxWidth'?: (number);
|
|
17
19
|
'maxHeight'?: (number);
|
|
20
|
+
'flatten'?: (boolean);
|
|
18
21
|
}
|
|
19
22
|
//# sourceMappingURL=PdfiumPdfToMultiPageTiffImageRequestP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumPdfToMultiPageTiffImageRequestP.d.ts","sourceRoot":"","sources":["PdfiumPdfToMultiPageTiffImageRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qCAAqC;IACpD,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumPdfToMultiPageTiffImageRequestP.d.ts","sourceRoot":"","sources":["PdfiumPdfToMultiPageTiffImageRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,qCAAqC;IACpD,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,6CAA6C;IAC5D,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CACvB"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP.ts
CHANGED
|
@@ -8,9 +8,11 @@ export interface PdfiumPdfToMultiPageTiffImageRequestP {
|
|
|
8
8
|
'dpi'?: (number);
|
|
9
9
|
'maxWidth'?: (number);
|
|
10
10
|
'maxHeight'?: (number);
|
|
11
|
+
'flatten'?: (boolean);
|
|
11
12
|
'_dpi'?: "dpi";
|
|
12
13
|
'_maxWidth'?: "maxWidth";
|
|
13
14
|
'_maxHeight'?: "maxHeight";
|
|
15
|
+
'_flatten'?: "flatten";
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
export interface PdfiumPdfToMultiPageTiffImageRequestP__Output {
|
|
@@ -19,4 +21,5 @@ export interface PdfiumPdfToMultiPageTiffImageRequestP__Output {
|
|
|
19
21
|
'dpi'?: (number);
|
|
20
22
|
'maxWidth'?: (number);
|
|
21
23
|
'maxHeight'?: (number);
|
|
24
|
+
'flatten'?: (boolean);
|
|
22
25
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RisksP.d.ts","sourceRoot":"","sources":["RisksP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,MAAM;IACrB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RisksP.js","sourceRoot":"","sources":["RisksP.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SanitizeWithSvgRequestP.d.ts","sourceRoot":"","sources":["SanitizeWithSvgRequestP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,+BAA+B;IAC9C,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SanitizeWithSvgRequestP.js","sourceRoot":"","sources":["SanitizeWithSvgRequestP.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface ScanPdfRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'yaraFiles'?: (string)[];
|
|
5
|
+
}
|
|
6
|
+
export interface ScanPdfRequestP__Output {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
'yaraFiles'?: (string)[];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ScanPdfRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanPdfRequestP.d.ts","sourceRoot":"","sources":["ScanPdfRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanPdfRequestP.js","sourceRoot":"","sources":["ScanPdfRequestP.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/cleaner.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface ScanPdfRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'yaraFiles'?: (string)[];
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface ScanPdfRequestP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'yaraFiles'?: (string)[];
|
|
13
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { TextFileChunkWithIndexP as _ironpdfengineproto_TextFileChunkWithIndexP, TextFileChunkWithIndexP__Output as _ironpdfengineproto_TextFileChunkWithIndexP__Output } from '../ironpdfengineproto/TextFileChunkWithIndexP';
|
|
2
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
3
|
+
export interface _ironpdfengineproto_ScanPdfRequestStreamP_InfoP {
|
|
4
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
5
|
+
}
|
|
6
|
+
export interface _ironpdfengineproto_ScanPdfRequestStreamP_InfoP__Output {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
}
|
|
9
|
+
export interface ScanPdfRequestStreamP {
|
|
10
|
+
'info'?: (_ironpdfengineproto_ScanPdfRequestStreamP_InfoP | null);
|
|
11
|
+
'rawTextFileChunk'?: (_ironpdfengineproto_TextFileChunkWithIndexP | null);
|
|
12
|
+
'request'?: "info" | "rawTextFileChunk";
|
|
13
|
+
}
|
|
14
|
+
export interface ScanPdfRequestStreamP__Output {
|
|
15
|
+
'info'?: (_ironpdfengineproto_ScanPdfRequestStreamP_InfoP__Output);
|
|
16
|
+
'rawTextFileChunk'?: (_ironpdfengineproto_TextFileChunkWithIndexP__Output);
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=ScanPdfRequestStreamP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanPdfRequestStreamP.d.ts","sourceRoot":"","sources":["ScanPdfRequestStreamP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,IAAI,2CAA2C,EAAE,+BAA+B,IAAI,mDAAmD,EAAE,MAAM,+CAA+C,CAAC;AACpO,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,+CAA+C;IAC9D,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;CACxD;AAED,MAAM,WAAW,uDAAuD;IACtE,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;CACzD;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,EAAE,CAAC,+CAA+C,GAAG,IAAI,CAAC,CAAC;IAClE,kBAAkB,CAAC,EAAE,CAAC,2CAA2C,GAAG,IAAI,CAAC,CAAC;IAC1E,SAAS,CAAC,EAAE,MAAM,GAAC,kBAAkB,CAAC;CACvC;AAED,MAAM,WAAW,6BAA6B;IAC5C,MAAM,CAAC,EAAE,CAAC,uDAAuD,CAAC,CAAC;IACnE,kBAAkB,CAAC,EAAE,CAAC,mDAAmD,CAAC,CAAC;CAC5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanPdfRequestStreamP.js","sourceRoot":"","sources":["ScanPdfRequestStreamP.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/cleaner.proto
|
|
2
|
+
|
|
3
|
+
import type { TextFileChunkWithIndexP as _ironpdfengineproto_TextFileChunkWithIndexP, TextFileChunkWithIndexP__Output as _ironpdfengineproto_TextFileChunkWithIndexP__Output } from '../ironpdfengineproto/TextFileChunkWithIndexP';
|
|
4
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
5
|
+
|
|
6
|
+
export interface _ironpdfengineproto_ScanPdfRequestStreamP_InfoP {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface _ironpdfengineproto_ScanPdfRequestStreamP_InfoP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ScanPdfRequestStreamP {
|
|
15
|
+
'info'?: (_ironpdfengineproto_ScanPdfRequestStreamP_InfoP | null);
|
|
16
|
+
'rawTextFileChunk'?: (_ironpdfengineproto_TextFileChunkWithIndexP | null);
|
|
17
|
+
'request'?: "info"|"rawTextFileChunk";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface ScanPdfRequestStreamP__Output {
|
|
21
|
+
'info'?: (_ironpdfengineproto_ScanPdfRequestStreamP_InfoP__Output);
|
|
22
|
+
'rawTextFileChunk'?: (_ironpdfengineproto_TextFileChunkWithIndexP__Output);
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { RisksP as _ironpdfengineproto_RisksP, RisksP__Output as _ironpdfengineproto_RisksP__Output } from '../ironpdfengineproto/RisksP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface ScanResultP {
|
|
4
|
+
'risks'?: (_ironpdfengineproto_RisksP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "risks" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface ScanResultP__Output {
|
|
9
|
+
'risks'?: (_ironpdfengineproto_RisksP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ScanResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultP.d.ts","sourceRoot":"","sources":["ScanResultP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,IAAI,0BAA0B,EAAE,cAAc,IAAI,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AAC/I,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,CAAC,0BAA0B,GAAG,IAAI,CAAC,CAAC;IAC9C,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,OAAO,GAAC,WAAW,CAAC;CAC3C;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,CAAC,kCAAkC,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultP.js","sourceRoot":"","sources":["ScanResultP.ts"],"names":[],"mappings":";AAAA,qEAAqE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/cleaner.proto
|
|
2
|
+
|
|
3
|
+
import type { RisksP as _ironpdfengineproto_RisksP, RisksP__Output as _ironpdfengineproto_RisksP__Output } from '../ironpdfengineproto/RisksP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface ScanResultP {
|
|
7
|
+
'risks'?: (_ironpdfengineproto_RisksP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "risks"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface ScanResultP__Output {
|
|
13
|
+
'risks'?: (_ironpdfengineproto_RisksP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextFileChunkWithIndexP.d.ts","sourceRoot":"","sources":["TextFileChunkWithIndexP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,+BAA+B;IAC9C,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextFileChunkWithIndexP.js","sourceRoot":"","sources":["TextFileChunkWithIndexP.ts"],"names":[],"mappings":";AAAA,mEAAmE"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export interface TextFileChunkWithIndexP {
|
|
5
|
+
'fileIndex'?: (number);
|
|
6
|
+
'textChunk'?: (string);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface TextFileChunkWithIndexP__Output {
|
|
10
|
+
'fileIndex'?: (number);
|
|
11
|
+
'textChunk'?: (string);
|
|
12
|
+
}
|