@ironsoftware/ironpdf 2025.9.1 → 2025.11.2
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/iron_pdf_service.proto +17 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_bookmarks.proto +5 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +1 -2
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_signature.proto +39 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto +24 -0
- package/src/internal/IronPdfEngine.ProtoFiles/qpdf.proto +41 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +9 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +9 -0
- package/src/internal/generated_proto/ironpdfengineproto/DataToSignResultP.d.ts +16 -0
- package/src/internal/generated_proto/ironpdfengineproto/DataToSignResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/DataToSignResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/DataToSignResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/DataToSignResultP.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignRequestStreamP.d.ts +49 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignRequestStreamP.ts +51 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/GetDataToSignResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +55 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +67 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkDescriptorP.d.ts +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkDescriptorP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkDescriptorP.ts +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumBookmarkP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts +2 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.ts +2 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextObjectP.d.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextObjectP.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.d.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.ts +27 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumInsertBookmarkRequestP.d.ts +6 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumInsertBookmarkRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumInsertBookmarkRequestP.ts +6 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.d.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.ts +21 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP.d.ts +19 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfSaveAsLinearizedRequestP.ts +15 -0
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts +12 -1
- package/src/internal/grpc_layer/pdfium/pdfa.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.js +26 -3
- package/src/internal/grpc_layer/pdfium/pdfa.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/pdfa.ts +24 -2
- package/src/public/pdfDocument.d.ts +4 -1
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +7 -5
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +11 -6
|
@@ -16,6 +16,8 @@ import type { ChromeRenderPdfDocumentFromRtfStringRequestStreamP as _ironpdfengi
|
|
|
16
16
|
import type { ChromeRenderPdfDocumentFromUriRequestP as _ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP, ChromeRenderPdfDocumentFromUriRequestP__Output as _ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP__Output } from '../ironpdfengineproto/ChromeRenderPdfDocumentFromUriRequestP';
|
|
17
17
|
import type { ChromeRenderPdfDocumentFromZipFileRequestStreamP as _ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP, ChromeRenderPdfDocumentFromZipFileRequestStreamP__Output as _ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP__Output } from '../ironpdfengineproto/ChromeRenderPdfDocumentFromZipFileRequestStreamP';
|
|
18
18
|
import type { EmptyResultP as _ironpdfengineproto_EmptyResultP, EmptyResultP__Output as _ironpdfengineproto_EmptyResultP__Output } from '../ironpdfengineproto/EmptyResultP';
|
|
19
|
+
import type { GetDataToSignRequestStreamP as _ironpdfengineproto_GetDataToSignRequestStreamP, GetDataToSignRequestStreamP__Output as _ironpdfengineproto_GetDataToSignRequestStreamP__Output } from '../ironpdfengineproto/GetDataToSignRequestStreamP';
|
|
20
|
+
import type { GetDataToSignResultP as _ironpdfengineproto_GetDataToSignResultP, GetDataToSignResultP__Output as _ironpdfengineproto_GetDataToSignResultP__Output } from '../ironpdfengineproto/GetDataToSignResultP';
|
|
19
21
|
import type { HandshakeRequestP as _ironpdfengineproto_HandshakeRequestP, HandshakeRequestP__Output as _ironpdfengineproto_HandshakeRequestP__Output } from '../ironpdfengineproto/HandshakeRequestP';
|
|
20
22
|
import type { HandshakeResponseP as _ironpdfengineproto_HandshakeResponseP, HandshakeResponseP__Output as _ironpdfengineproto_HandshakeResponseP__Output } from '../ironpdfengineproto/HandshakeResponseP';
|
|
21
23
|
import type { ImageResultStreamP as _ironpdfengineproto_ImageResultStreamP, ImageResultStreamP__Output as _ironpdfengineproto_ImageResultStreamP__Output } from '../ironpdfengineproto/ImageResultStreamP';
|
|
@@ -49,6 +51,7 @@ import type { PdfiumConvertToPdfUARequestP as _ironpdfengineproto_PdfiumConvertT
|
|
|
49
51
|
import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequestP, PdfiumCopyPagesRequestP__Output as _ironpdfengineproto_PdfiumCopyPagesRequestP__Output } from '../ironpdfengineproto/PdfiumCopyPagesRequestP';
|
|
50
52
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
51
53
|
import type { PdfiumDrawTextRequestP as _ironpdfengineproto_PdfiumDrawTextRequestP, PdfiumDrawTextRequestP__Output as _ironpdfengineproto_PdfiumDrawTextRequestP__Output } from '../ironpdfengineproto/PdfiumDrawTextRequestP';
|
|
54
|
+
import type { PdfiumDrawTextsRequestStreamP as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP, PdfiumDrawTextsRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawTextsRequestStreamP';
|
|
52
55
|
import type { PdfiumEditTextAnnotationRequestP as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP, PdfiumEditTextAnnotationRequestP__Output as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumEditTextAnnotationRequestP';
|
|
53
56
|
import type { PdfiumEmbedFileToPdfARequestStreamP as _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP, PdfiumEmbedFileToPdfARequestStreamP__Output as _ironpdfengineproto_PdfiumEmbedFileToPdfARequestStreamP__Output } from '../ironpdfengineproto/PdfiumEmbedFileToPdfARequestStreamP';
|
|
54
57
|
import type { PdfiumEmbedFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP, PdfiumEmbedFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP';
|
|
@@ -178,6 +181,10 @@ import type { PdfiumUnEmbedFontViaRegexFontNameRequestP as _ironpdfengineproto_P
|
|
|
178
181
|
import type { PdfiumUnEmbedFontViaRegexFontNameResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, PdfiumUnEmbedFontViaRegexFontNameResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP';
|
|
179
182
|
import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, PdfiumUpdateFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP';
|
|
180
183
|
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
184
|
+
import type { QPdfCompleteSavingAsPdfA4RequestP as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, QPdfCompleteSavingAsPdfA4RequestP__Output as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output } from '../ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP';
|
|
185
|
+
import type { QPdfIsLinearizedRequestStreamP as _ironpdfengineproto_QPdfIsLinearizedRequestStreamP, QPdfIsLinearizedRequestStreamP__Output as _ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output } from '../ironpdfengineproto/QPdfIsLinearizedRequestStreamP';
|
|
186
|
+
import type { QPdfSaveAsLinearizedFromBytesRequestStreamP as _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, QPdfSaveAsLinearizedFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfSaveAsLinearizedFromBytesRequestStreamP';
|
|
187
|
+
import type { QPdfSaveAsLinearizedRequestP as _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, QPdfSaveAsLinearizedRequestP__Output as _ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output } from '../ironpdfengineproto/QPdfSaveAsLinearizedRequestP';
|
|
181
188
|
import type { ScanPdfRequestStreamP as _ironpdfengineproto_ScanPdfRequestStreamP, ScanPdfRequestStreamP__Output as _ironpdfengineproto_ScanPdfRequestStreamP__Output } from '../ironpdfengineproto/ScanPdfRequestStreamP';
|
|
182
189
|
import type { ScanResultP as _ironpdfengineproto_ScanResultP, ScanResultP__Output as _ironpdfengineproto_ScanResultP__Output } from '../ironpdfengineproto/ScanResultP';
|
|
183
190
|
import type { SizeResultP as _ironpdfengineproto_SizeResultP, SizeResultP__Output as _ironpdfengineproto_SizeResultP__Output } from '../ironpdfengineproto/SizeResultP';
|
|
@@ -333,6 +340,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
333
340
|
cleanerScanPdf(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
334
341
|
cleanerScanPdf(callback: grpc.requestCallback<_ironpdfengineproto_ScanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ScanPdfRequestStreamP>;
|
|
335
342
|
|
|
343
|
+
Get_Data_To_Sign(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
344
|
+
Get_Data_To_Sign(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
345
|
+
Get_Data_To_Sign(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
346
|
+
Get_Data_To_Sign(callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
347
|
+
getDataToSign(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
348
|
+
getDataToSign(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
349
|
+
getDataToSign(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
350
|
+
getDataToSign(callback: grpc.requestCallback<_ironpdfengineproto_GetDataToSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_GetDataToSignRequestStreamP>;
|
|
351
|
+
|
|
336
352
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
337
353
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
338
354
|
Handshake(argument: _ironpdfengineproto_HandshakeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1296,6 +1312,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1296
1312
|
pdfiumTextDrawText(argument: _ironpdfengineproto_PdfiumDrawTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1297
1313
|
pdfiumTextDrawText(argument: _ironpdfengineproto_PdfiumDrawTextRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1298
1314
|
|
|
1315
|
+
Pdfium_Text_DrawTexts(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1316
|
+
Pdfium_Text_DrawTexts(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1317
|
+
Pdfium_Text_DrawTexts(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1318
|
+
Pdfium_Text_DrawTexts(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1319
|
+
pdfiumTextDrawTexts(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1320
|
+
pdfiumTextDrawTexts(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1321
|
+
pdfiumTextDrawTexts(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1322
|
+
pdfiumTextDrawTexts(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP>;
|
|
1323
|
+
|
|
1299
1324
|
Pdfium_Text_ExtractAllText(argument: _ironpdfengineproto_PdfiumExtractAllTextRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_StringResultP__Output>): grpc.ClientUnaryCall;
|
|
1300
1325
|
Pdfium_Text_ExtractAllText(argument: _ironpdfengineproto_PdfiumExtractAllTextRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_StringResultP__Output>): grpc.ClientUnaryCall;
|
|
1301
1326
|
Pdfium_Text_ExtractAllText(argument: _ironpdfengineproto_PdfiumExtractAllTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_StringResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1332,6 +1357,30 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1332
1357
|
pdfiumTextReplaceText(argument: _ironpdfengineproto_PdfiumReplaceTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1333
1358
|
pdfiumTextReplaceText(argument: _ironpdfengineproto_PdfiumReplaceTextRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
1334
1359
|
|
|
1360
|
+
QPdf_Linearization_IsLinearized(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1361
|
+
QPdf_Linearization_IsLinearized(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1362
|
+
QPdf_Linearization_IsLinearized(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1363
|
+
QPdf_Linearization_IsLinearized(callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1364
|
+
qPdfLinearizationIsLinearized(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1365
|
+
qPdfLinearizationIsLinearized(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1366
|
+
qPdfLinearizationIsLinearized(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1367
|
+
qPdfLinearizationIsLinearized(callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP>;
|
|
1368
|
+
|
|
1369
|
+
QPdf_Linearization_SaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1370
|
+
QPdf_Linearization_SaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1371
|
+
qPdfLinearizationSaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1372
|
+
qPdfLinearizationSaveAsLinearized(argument: _ironpdfengineproto_QPdfSaveAsLinearizedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1373
|
+
|
|
1374
|
+
QPdf_Linearization_SaveAsLinearizedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1375
|
+
QPdf_Linearization_SaveAsLinearizedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1376
|
+
qPdfLinearizationSaveAsLinearizedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1377
|
+
qPdfLinearizationSaveAsLinearizedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1378
|
+
|
|
1379
|
+
QPdf_PdfA_CompleteSavingAsPdfA4(argument: _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1380
|
+
QPdf_PdfA_CompleteSavingAsPdfA4(argument: _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1381
|
+
qPdfPdfACompleteSavingAsPdfA4(argument: _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1382
|
+
qPdfPdfACompleteSavingAsPdfA4(argument: _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1383
|
+
|
|
1335
1384
|
System_License_IsLicensed(argument: _ironpdfengineproto_SystemIsLicensedRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientUnaryCall;
|
|
1336
1385
|
System_License_IsLicensed(argument: _ironpdfengineproto_SystemIsLicensedRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientUnaryCall;
|
|
1337
1386
|
System_License_IsLicensed(argument: _ironpdfengineproto_SystemIsLicensedRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_BooleanResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1403,6 +1452,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1403
1452
|
|
|
1404
1453
|
Cleaner_ScanPdf: grpc.handleClientStreamingCall<_ironpdfengineproto_ScanPdfRequestStreamP__Output, _ironpdfengineproto_ScanResultP>;
|
|
1405
1454
|
|
|
1455
|
+
Get_Data_To_Sign: grpc.handleClientStreamingCall<_ironpdfengineproto_GetDataToSignRequestStreamP__Output, _ironpdfengineproto_GetDataToSignResultP>;
|
|
1456
|
+
|
|
1406
1457
|
Handshake: grpc.handleUnaryCall<_ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP>;
|
|
1407
1458
|
|
|
1408
1459
|
Pdfium_Annotation_AddLinkAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1625,6 +1676,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1625
1676
|
|
|
1626
1677
|
Pdfium_Text_DrawText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumDrawTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1627
1678
|
|
|
1679
|
+
Pdfium_Text_DrawTexts: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1680
|
+
|
|
1628
1681
|
Pdfium_Text_ExtractAllText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP>;
|
|
1629
1682
|
|
|
1630
1683
|
Pdfium_Text_RedactRegions: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRedactRegionsRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1633,6 +1686,14 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1633
1686
|
|
|
1634
1687
|
Pdfium_Text_ReplaceText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1635
1688
|
|
|
1689
|
+
QPdf_Linearization_IsLinearized: grpc.handleClientStreamingCall<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output, _ironpdfengineproto_BooleanResultP>;
|
|
1690
|
+
|
|
1691
|
+
QPdf_Linearization_SaveAsLinearized: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1692
|
+
|
|
1693
|
+
QPdf_Linearization_SaveAsLinearizedFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1694
|
+
|
|
1695
|
+
QPdf_PdfA_CompleteSavingAsPdfA4: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1696
|
+
|
|
1636
1697
|
System_License_IsLicensed: grpc.handleUnaryCall<_ironpdfengineproto_SystemIsLicensedRequestP__Output, _ironpdfengineproto_BooleanResultP>;
|
|
1637
1698
|
|
|
1638
1699
|
System_License_IsValidLicense: grpc.handleUnaryCall<_ironpdfengineproto_SystemIsValidLicenseRequestP__Output, _ironpdfengineproto_BooleanResultP>;
|
|
@@ -1660,6 +1721,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1660
1721
|
Cleaner_SanitizeWithBitmap: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1661
1722
|
Cleaner_SanitizeWithSvg: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1662
1723
|
Cleaner_ScanPdf: MethodDefinition<_ironpdfengineproto_ScanPdfRequestStreamP, _ironpdfengineproto_ScanResultP, _ironpdfengineproto_ScanPdfRequestStreamP__Output, _ironpdfengineproto_ScanResultP__Output>
|
|
1724
|
+
Get_Data_To_Sign: MethodDefinition<_ironpdfengineproto_GetDataToSignRequestStreamP, _ironpdfengineproto_GetDataToSignResultP, _ironpdfengineproto_GetDataToSignRequestStreamP__Output, _ironpdfengineproto_GetDataToSignResultP__Output>
|
|
1663
1725
|
Handshake: MethodDefinition<_ironpdfengineproto_HandshakeRequestP, _ironpdfengineproto_HandshakeResponseP, _ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP__Output>
|
|
1664
1726
|
Pdfium_Annotation_AddLinkAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1665
1727
|
Pdfium_Annotation_AddTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddTextAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
@@ -1771,10 +1833,15 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1771
1833
|
Pdfium_Stamp_StampBackgroundWatermark: MethodDefinition<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1772
1834
|
Pdfium_Stamp_StampStampFooterWatermark: MethodDefinition<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1773
1835
|
Pdfium_Text_DrawText: MethodDefinition<_ironpdfengineproto_PdfiumDrawTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumDrawTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1836
|
+
Pdfium_Text_DrawTexts: MethodDefinition<_ironpdfengineproto_PdfiumDrawTextsRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumDrawTextsRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1774
1837
|
Pdfium_Text_ExtractAllText: MethodDefinition<_ironpdfengineproto_PdfiumExtractAllTextRequestP, _ironpdfengineproto_StringResultP, _ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP__Output>
|
|
1775
1838
|
Pdfium_Text_RedactRegions: MethodDefinition<_ironpdfengineproto_PdfiumRedactRegionsRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRedactRegionsRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1776
1839
|
Pdfium_Text_RedactText: MethodDefinition<_ironpdfengineproto_PdfiumRedactTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1777
1840
|
Pdfium_Text_ReplaceText: MethodDefinition<_ironpdfengineproto_PdfiumReplaceTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1841
|
+
QPdf_Linearization_IsLinearized: MethodDefinition<_ironpdfengineproto_QPdfIsLinearizedRequestStreamP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_QPdfIsLinearizedRequestStreamP__Output, _ironpdfengineproto_BooleanResultP__Output>
|
|
1842
|
+
QPdf_Linearization_SaveAsLinearized: MethodDefinition<_ironpdfengineproto_QPdfSaveAsLinearizedRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfSaveAsLinearizedRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1843
|
+
QPdf_Linearization_SaveAsLinearizedFromBytes: MethodDefinition<_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1844
|
+
QPdf_PdfA_CompleteSavingAsPdfA4: MethodDefinition<_ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1778
1845
|
System_License_IsLicensed: MethodDefinition<_ironpdfengineproto_SystemIsLicensedRequestP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_SystemIsLicensedRequestP__Output, _ironpdfengineproto_BooleanResultP__Output>
|
|
1779
1846
|
System_License_IsValidLicense: MethodDefinition<_ironpdfengineproto_SystemIsValidLicenseRequestP, _ironpdfengineproto_BooleanResultP, _ironpdfengineproto_SystemIsValidLicenseRequestP__Output, _ironpdfengineproto_BooleanResultP__Output>
|
|
1780
1847
|
System_License_SetLicenseKey: MethodDefinition<_ironpdfengineproto_SystemSetLicenseKeyRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_SystemSetLicenseKeyRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
@@ -2,10 +2,14 @@ export interface PdfiumBookmarkDescriptorP {
|
|
|
2
2
|
'text'?: (string);
|
|
3
3
|
'pageIndex'?: (number);
|
|
4
4
|
'hierarchy'?: (string);
|
|
5
|
+
'itemId'?: (string);
|
|
6
|
+
'parentItemId'?: (string);
|
|
5
7
|
}
|
|
6
8
|
export interface PdfiumBookmarkDescriptorP__Output {
|
|
7
9
|
'text'?: (string);
|
|
8
10
|
'pageIndex'?: (number);
|
|
9
11
|
'hierarchy'?: (string);
|
|
12
|
+
'itemId'?: (string);
|
|
13
|
+
'parentItemId'?: (string);
|
|
10
14
|
}
|
|
11
15
|
//# sourceMappingURL=PdfiumBookmarkDescriptorP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumBookmarkDescriptorP.d.ts","sourceRoot":"","sources":["PdfiumBookmarkDescriptorP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,yBAAyB;IACxC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumBookmarkDescriptorP.d.ts","sourceRoot":"","sources":["PdfiumBookmarkDescriptorP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,yBAAyB;IACxC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC3B"}
|
|
@@ -5,10 +5,14 @@ export interface PdfiumBookmarkDescriptorP {
|
|
|
5
5
|
'text'?: (string);
|
|
6
6
|
'pageIndex'?: (number);
|
|
7
7
|
'hierarchy'?: (string);
|
|
8
|
+
'itemId'?: (string);
|
|
9
|
+
'parentItemId'?: (string);
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
export interface PdfiumBookmarkDescriptorP__Output {
|
|
11
13
|
'text'?: (string);
|
|
12
14
|
'pageIndex'?: (number);
|
|
13
15
|
'hierarchy'?: (string);
|
|
16
|
+
'itemId'?: (string);
|
|
17
|
+
'parentItemId'?: (string);
|
|
14
18
|
}
|
|
@@ -3,6 +3,7 @@ export interface PdfiumBookmarkP {
|
|
|
3
3
|
'text'?: (string);
|
|
4
4
|
'parentText'?: (string);
|
|
5
5
|
'previousText'?: (string);
|
|
6
|
+
'itemId'?: (string);
|
|
6
7
|
'_parentText'?: "parentText";
|
|
7
8
|
'_previousText'?: "previousText";
|
|
8
9
|
}
|
|
@@ -11,5 +12,6 @@ export interface PdfiumBookmarkP__Output {
|
|
|
11
12
|
'text'?: (string);
|
|
12
13
|
'parentText'?: (string);
|
|
13
14
|
'previousText'?: (string);
|
|
15
|
+
'itemId'?: (string);
|
|
14
16
|
}
|
|
15
17
|
//# sourceMappingURL=PdfiumBookmarkP.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumBookmarkP.d.ts","sourceRoot":"","sources":["PdfiumBookmarkP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,eAAe,CAAC,EAAE,cAAc,CAAC;CAClC;AAED,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumBookmarkP.d.ts","sourceRoot":"","sources":["PdfiumBookmarkP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,eAAe,CAAC,EAAE,cAAc,CAAC;CAClC;AAED,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
|
|
@@ -6,6 +6,7 @@ export interface PdfiumBookmarkP {
|
|
|
6
6
|
'text'?: (string);
|
|
7
7
|
'parentText'?: (string);
|
|
8
8
|
'previousText'?: (string);
|
|
9
|
+
'itemId'?: (string);
|
|
9
10
|
'_parentText'?: "parentText";
|
|
10
11
|
'_previousText'?: "previousText";
|
|
11
12
|
}
|
|
@@ -15,4 +16,5 @@ export interface PdfiumBookmarkP__Output {
|
|
|
15
16
|
'text'?: (string);
|
|
16
17
|
'parentText'?: (string);
|
|
17
18
|
'previousText'?: (string);
|
|
19
|
+
'itemId'?: (string);
|
|
18
20
|
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts
CHANGED
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
3
3
|
export interface _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP_InfoP {
|
|
4
4
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
5
|
-
'
|
|
6
|
-
'isAVariant'?: (boolean);
|
|
5
|
+
'pdfaVersion'?: (number);
|
|
7
6
|
}
|
|
8
7
|
export interface _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP_InfoP__Output {
|
|
9
8
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
10
|
-
'
|
|
11
|
-
'isAVariant'?: (boolean);
|
|
9
|
+
'pdfaVersion'?: (number);
|
|
12
10
|
}
|
|
13
11
|
export interface PdfiumConvertToPdfARequestStreamP {
|
|
14
12
|
'info'?: (_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP_InfoP | null);
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumConvertToPdfARequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumConvertToPdfARequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,2DAA2D;IAC1E,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,
|
|
1
|
+
{"version":3,"file":"PdfiumConvertToPdfARequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumConvertToPdfARequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,2DAA2D;IAC1E,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B;AAED,MAAM,WAAW,mEAAmE;IAClF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,CAAC,EAAE,CAAC,2DAA2D,GAAG,IAAI,CAAC,CAAC;IAC9E,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,yCAAyC;IACxD,MAAM,CAAC,EAAE,CAAC,mEAAmE,CAAC,CAAC;IAC/E,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumConvertToPdfARequestStreamP.ts
CHANGED
|
@@ -4,14 +4,12 @@ import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Ou
|
|
|
4
4
|
|
|
5
5
|
export interface _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP_InfoP {
|
|
6
6
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
-
'
|
|
8
|
-
'isAVariant'?: (boolean);
|
|
7
|
+
'pdfaVersion'?: (number);
|
|
9
8
|
}
|
|
10
9
|
|
|
11
10
|
export interface _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP_InfoP__Output {
|
|
12
11
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
13
|
-
'
|
|
14
|
-
'isAVariant'?: (boolean);
|
|
12
|
+
'pdfaVersion'?: (number);
|
|
15
13
|
}
|
|
16
14
|
|
|
17
15
|
export interface PdfiumConvertToPdfARequestStreamP {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP';
|
|
2
|
+
export interface PdfiumDrawTextObjectP {
|
|
3
|
+
'text'?: (string);
|
|
4
|
+
'x'?: (number | string);
|
|
5
|
+
'y'?: (number | string);
|
|
6
|
+
'font'?: (_ironpdfengineproto_PdfiumFontInfoP | null);
|
|
7
|
+
'fontSize'?: (number | string);
|
|
8
|
+
'scale'?: (number | string);
|
|
9
|
+
'rotation'?: (number | string);
|
|
10
|
+
'color'?: (string);
|
|
11
|
+
}
|
|
12
|
+
export interface PdfiumDrawTextObjectP__Output {
|
|
13
|
+
'text'?: (string);
|
|
14
|
+
'x'?: (number);
|
|
15
|
+
'y'?: (number);
|
|
16
|
+
'font'?: (_ironpdfengineproto_PdfiumFontInfoP__Output);
|
|
17
|
+
'fontSize'?: (number);
|
|
18
|
+
'scale'?: (number);
|
|
19
|
+
'rotation'?: (number);
|
|
20
|
+
'color'?: (string);
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=PdfiumDrawTextObjectP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDrawTextObjectP.d.ts","sourceRoot":"","sources":["PdfiumDrawTextObjectP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,IAAI,mCAAmC,EAAE,uBAAuB,IAAI,2CAA2C,EAAE,MAAM,uCAAuC,CAAC;AAE5L,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,GAAG,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,mCAAmC,GAAG,IAAI,CAAC,CAAC;IACtD,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC/B,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5B,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC/B,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,6BAA6B;IAC5C,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,2CAA2C,CAAC,CAAC;IACvD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDrawTextObjectP.js","sourceRoot":"","sources":["PdfiumDrawTextObjectP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumDrawTextObjectP {
|
|
6
|
+
'text'?: (string);
|
|
7
|
+
'x'?: (number | string);
|
|
8
|
+
'y'?: (number | string);
|
|
9
|
+
'font'?: (_ironpdfengineproto_PdfiumFontInfoP | null);
|
|
10
|
+
'fontSize'?: (number | string);
|
|
11
|
+
'scale'?: (number | string);
|
|
12
|
+
'rotation'?: (number | string);
|
|
13
|
+
'color'?: (string);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface PdfiumDrawTextObjectP__Output {
|
|
17
|
+
'text'?: (string);
|
|
18
|
+
'x'?: (number);
|
|
19
|
+
'y'?: (number);
|
|
20
|
+
'font'?: (_ironpdfengineproto_PdfiumFontInfoP__Output);
|
|
21
|
+
'fontSize'?: (number);
|
|
22
|
+
'scale'?: (number);
|
|
23
|
+
'rotation'?: (number);
|
|
24
|
+
'color'?: (string);
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { PdfiumDrawTextObjectP as _ironpdfengineproto_PdfiumDrawTextObjectP, PdfiumDrawTextObjectP__Output as _ironpdfengineproto_PdfiumDrawTextObjectP__Output } from '../ironpdfengineproto/PdfiumDrawTextObjectP';
|
|
2
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
3
|
+
export interface _ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP {
|
|
4
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
5
|
+
'pageIndex'?: (number);
|
|
6
|
+
'textCount'?: (number);
|
|
7
|
+
}
|
|
8
|
+
export interface _ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP__Output {
|
|
9
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
10
|
+
'pageIndex'?: (number);
|
|
11
|
+
'textCount'?: (number);
|
|
12
|
+
}
|
|
13
|
+
export interface PdfiumDrawTextsRequestStreamP {
|
|
14
|
+
'info'?: (_ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP | null);
|
|
15
|
+
'textObject'?: (_ironpdfengineproto_PdfiumDrawTextObjectP | null);
|
|
16
|
+
'requestData'?: "info" | "textObject";
|
|
17
|
+
}
|
|
18
|
+
export interface PdfiumDrawTextsRequestStreamP__Output {
|
|
19
|
+
'info'?: (_ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP__Output);
|
|
20
|
+
'textObject'?: (_ironpdfengineproto_PdfiumDrawTextObjectP__Output);
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=PdfiumDrawTextsRequestStreamP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDrawTextsRequestStreamP.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDrawTextsRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumDrawTextsRequestStreamP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,IAAI,yCAAyC,EAAE,6BAA6B,IAAI,iDAAiD,EAAE,MAAM,6CAA6C,CAAC;AAC1N,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,uDAAuD;IACtE,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,+DAA+D;IAC9E,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,6BAA6B;IAC5C,MAAM,CAAC,EAAE,CAAC,uDAAuD,GAAG,IAAI,CAAC,CAAC;IAC1E,YAAY,CAAC,EAAE,CAAC,yCAAyC,GAAG,IAAI,CAAC,CAAC;IAClE,aAAa,CAAC,EAAE,MAAM,GAAC,YAAY,CAAC;CACrC;AAED,MAAM,WAAW,qCAAqC;IACpD,MAAM,CAAC,EAAE,CAAC,+DAA+D,CAAC,CAAC;IAC3E,YAAY,CAAC,EAAE,CAAC,iDAAiD,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDrawTextsRequestStreamP.js","sourceRoot":"","sources":["PdfiumDrawTextsRequestStreamP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumDrawTextObjectP as _ironpdfengineproto_PdfiumDrawTextObjectP, PdfiumDrawTextObjectP__Output as _ironpdfengineproto_PdfiumDrawTextObjectP__Output } from '../ironpdfengineproto/PdfiumDrawTextObjectP';
|
|
4
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
5
|
+
|
|
6
|
+
export interface _ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
8
|
+
'pageIndex'?: (number);
|
|
9
|
+
'textCount'?: (number);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface _ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP__Output {
|
|
13
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
14
|
+
'pageIndex'?: (number);
|
|
15
|
+
'textCount'?: (number);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface PdfiumDrawTextsRequestStreamP {
|
|
19
|
+
'info'?: (_ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP | null);
|
|
20
|
+
'textObject'?: (_ironpdfengineproto_PdfiumDrawTextObjectP | null);
|
|
21
|
+
'requestData'?: "info"|"textObject";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface PdfiumDrawTextsRequestStreamP__Output {
|
|
25
|
+
'info'?: (_ironpdfengineproto_PdfiumDrawTextsRequestStreamP_InfoP__Output);
|
|
26
|
+
'textObject'?: (_ironpdfengineproto_PdfiumDrawTextObjectP__Output);
|
|
27
|
+
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
import type { PdfiumBookmarkP as _ironpdfengineproto_PdfiumBookmarkP, PdfiumBookmarkP__Output as _ironpdfengineproto_PdfiumBookmarkP__Output } from '../ironpdfengineproto/PdfiumBookmarkP';
|
|
2
3
|
export interface PdfiumInsertBookmarkRequestP {
|
|
3
4
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
5
|
'pageIndex'?: (number);
|
|
5
6
|
'text'?: (string);
|
|
6
7
|
'parentText'?: (string);
|
|
7
8
|
'previousText'?: (string);
|
|
9
|
+
'itemId'?: (string);
|
|
10
|
+
'parent'?: (_ironpdfengineproto_PdfiumBookmarkP | null);
|
|
8
11
|
'_parentText'?: "parentText";
|
|
9
12
|
'_previousText'?: "previousText";
|
|
13
|
+
'_parent'?: "parent";
|
|
10
14
|
}
|
|
11
15
|
export interface PdfiumInsertBookmarkRequestP__Output {
|
|
12
16
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
@@ -14,5 +18,7 @@ export interface PdfiumInsertBookmarkRequestP__Output {
|
|
|
14
18
|
'text'?: (string);
|
|
15
19
|
'parentText'?: (string);
|
|
16
20
|
'previousText'?: (string);
|
|
21
|
+
'itemId'?: (string);
|
|
22
|
+
'parent'?: (_ironpdfengineproto_PdfiumBookmarkP__Output);
|
|
17
23
|
}
|
|
18
24
|
//# sourceMappingURL=PdfiumInsertBookmarkRequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumInsertBookmarkRequestP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumInsertBookmarkRequestP.d.ts","sourceRoot":"","sources":["PdfiumInsertBookmarkRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumInsertBookmarkRequestP.d.ts","sourceRoot":"","sources":["PdfiumInsertBookmarkRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAC7K,OAAO,KAAK,EAAE,eAAe,IAAI,mCAAmC,EAAE,uBAAuB,IAAI,2CAA2C,EAAE,MAAM,uCAAuC,CAAC;AAE5L,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,mCAAmC,GAAG,IAAI,CAAC,CAAC;IACxD,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,SAAS,CAAC,EAAE,QAAQ,CAAC;CACtB;AAED,MAAM,WAAW,oCAAoC;IACnD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,2CAA2C,CAAC,CAAC;CAC1D"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_bookmarks.proto
|
|
2
2
|
|
|
3
3
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
import type { PdfiumBookmarkP as _ironpdfengineproto_PdfiumBookmarkP, PdfiumBookmarkP__Output as _ironpdfengineproto_PdfiumBookmarkP__Output } from '../ironpdfengineproto/PdfiumBookmarkP';
|
|
4
5
|
|
|
5
6
|
export interface PdfiumInsertBookmarkRequestP {
|
|
6
7
|
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
@@ -8,8 +9,11 @@ export interface PdfiumInsertBookmarkRequestP {
|
|
|
8
9
|
'text'?: (string);
|
|
9
10
|
'parentText'?: (string);
|
|
10
11
|
'previousText'?: (string);
|
|
12
|
+
'itemId'?: (string);
|
|
13
|
+
'parent'?: (_ironpdfengineproto_PdfiumBookmarkP | null);
|
|
11
14
|
'_parentText'?: "parentText";
|
|
12
15
|
'_previousText'?: "previousText";
|
|
16
|
+
'_parent'?: "parent";
|
|
13
17
|
}
|
|
14
18
|
|
|
15
19
|
export interface PdfiumInsertBookmarkRequestP__Output {
|
|
@@ -18,4 +22,6 @@ export interface PdfiumInsertBookmarkRequestP__Output {
|
|
|
18
22
|
'text'?: (string);
|
|
19
23
|
'parentText'?: (string);
|
|
20
24
|
'previousText'?: (string);
|
|
25
|
+
'itemId'?: (string);
|
|
26
|
+
'parent'?: (_ironpdfengineproto_PdfiumBookmarkP__Output);
|
|
21
27
|
}
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface QPdfCompleteSavingAsPdfA4RequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'outputPath'?: (string);
|
|
5
|
+
'password'?: (string);
|
|
6
|
+
}
|
|
7
|
+
export interface QPdfCompleteSavingAsPdfA4RequestP__Output {
|
|
8
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
9
|
+
'outputPath'?: (string);
|
|
10
|
+
'password'?: (string);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=QPdfCompleteSavingAsPdfA4RequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompleteSavingAsPdfA4RequestP.d.ts","sourceRoot":"","sources":["QPdfCompleteSavingAsPdfA4RequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,iCAAiC;IAChD,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,yCAAyC;IACxD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB"}
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompleteSavingAsPdfA4RequestP.js","sourceRoot":"","sources":["QPdfCompleteSavingAsPdfA4RequestP.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/qpdf.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface QPdfCompleteSavingAsPdfA4RequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'outputPath'?: (string);
|
|
8
|
+
'password'?: (string);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface QPdfCompleteSavingAsPdfA4RequestP__Output {
|
|
12
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
13
|
+
'outputPath'?: (string);
|
|
14
|
+
'password'?: (string);
|
|
15
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export interface _ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP {
|
|
3
|
+
'password'?: (string);
|
|
4
|
+
}
|
|
5
|
+
export interface _ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP__Output {
|
|
6
|
+
'password'?: (string);
|
|
7
|
+
}
|
|
8
|
+
export interface QPdfIsLinearizedRequestStreamP {
|
|
9
|
+
'info'?: (_ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP | null);
|
|
10
|
+
'pdfBytesChunk'?: (Buffer | Uint8Array | string);
|
|
11
|
+
'request'?: "info" | "pdfBytesChunk";
|
|
12
|
+
}
|
|
13
|
+
export interface QPdfIsLinearizedRequestStreamP__Output {
|
|
14
|
+
'info'?: (_ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP__Output);
|
|
15
|
+
'pdfBytesChunk'?: (Buffer);
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=QPdfIsLinearizedRequestStreamP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfIsLinearizedRequestStreamP.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfIsLinearizedRequestStreamP.d.ts","sourceRoot":"","sources":["QPdfIsLinearizedRequestStreamP.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,wDAAwD;IACvE,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,gEAAgE;IAC/E,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,8BAA8B;IAC7C,MAAM,CAAC,EAAE,CAAC,wDAAwD,GAAG,IAAI,CAAC,CAAC;IAC3E,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,sCAAsC;IACrD,MAAM,CAAC,EAAE,CAAC,gEAAgE,CAAC,CAAC;IAC5E,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfIsLinearizedRequestStreamP.js","sourceRoot":"","sources":["QPdfIsLinearizedRequestStreamP.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/qpdf.proto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export interface _ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP {
|
|
5
|
+
'password'?: (string);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface _ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP__Output {
|
|
9
|
+
'password'?: (string);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface QPdfIsLinearizedRequestStreamP {
|
|
13
|
+
'info'?: (_ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP | null);
|
|
14
|
+
'pdfBytesChunk'?: (Buffer | Uint8Array | string);
|
|
15
|
+
'request'?: "info"|"pdfBytesChunk";
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface QPdfIsLinearizedRequestStreamP__Output {
|
|
19
|
+
'info'?: (_ironpdfengineproto_QPdfIsLinearizedRequestStreamP_InfoP__Output);
|
|
20
|
+
'pdfBytesChunk'?: (Buffer);
|
|
21
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export interface _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP_InfoP {
|
|
3
|
+
'outputPath'?: (string);
|
|
4
|
+
'password'?: (string);
|
|
5
|
+
}
|
|
6
|
+
export interface _ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP_InfoP__Output {
|
|
7
|
+
'outputPath'?: (string);
|
|
8
|
+
'password'?: (string);
|
|
9
|
+
}
|
|
10
|
+
export interface QPdfSaveAsLinearizedFromBytesRequestStreamP {
|
|
11
|
+
'info'?: (_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP_InfoP | null);
|
|
12
|
+
'pdfBytesChunk'?: (Buffer | Uint8Array | string);
|
|
13
|
+
'request'?: "info" | "pdfBytesChunk";
|
|
14
|
+
}
|
|
15
|
+
export interface QPdfSaveAsLinearizedFromBytesRequestStreamP__Output {
|
|
16
|
+
'info'?: (_ironpdfengineproto_QPdfSaveAsLinearizedFromBytesRequestStreamP_InfoP__Output);
|
|
17
|
+
'pdfBytesChunk'?: (Buffer);
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=QPdfSaveAsLinearizedFromBytesRequestStreamP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfSaveAsLinearizedFromBytesRequestStreamP.d.ts","sourceRoot":"","sources":["QPdfSaveAsLinearizedFromBytesRequestStreamP.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,qEAAqE;IACpF,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,6EAA6E;IAC5F,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,2CAA2C;IAC1D,MAAM,CAAC,EAAE,CAAC,qEAAqE,GAAG,IAAI,CAAC,CAAC;IACxF,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,mDAAmD;IAClE,MAAM,CAAC,EAAE,CAAC,6EAA6E,CAAC,CAAC;IACzF,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|