@ironsoftware/ironpdf 2026.5.1 → 2026.6.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/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +5 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +32 -0
- package/src/internal/IronPdfEngine.ProtoFiles/qpdf.proto +35 -0
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.js +3 -0
- package/src/internal/access.js.map +1 -1
- package/src/internal/access.ts +4 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +14 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +38 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +46 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.d.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.ts +28 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.ts +26 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.d.ts +30 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressionFlagsP.ts +33 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts +28 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.js +154 -3
- package/src/internal/grpc_layer/pdfium/compress.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.ts +191 -1
- package/src/internal/grpc_layer/pdfium/form.d.ts +15 -0
- package/src/internal/grpc_layer/pdfium/form.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/form.js +99 -0
- package/src/internal/grpc_layer/pdfium/form.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/form.ts +119 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.d.ts +26 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.d.ts.map +1 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.js +81 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.js.map +1 -0
- package/src/internal/grpc_layer/pdfium/formFontValidator.ts +86 -0
- package/src/public/compression.d.ts +92 -0
- package/src/public/compression.d.ts.map +1 -0
- package/src/public/compression.js +26 -0
- package/src/public/compression.js.map +1 -0
- package/src/public/compression.ts +107 -0
- package/src/public/ironpdfglobalconfig.d.ts +12 -0
- package/src/public/ironpdfglobalconfig.d.ts.map +1 -1
- package/src/public/ironpdfglobalconfig.js +7 -0
- package/src/public/ironpdfglobalconfig.js.map +1 -1
- package/src/public/ironpdfglobalconfig.ts +19 -0
- package/src/public/pdfDocument.d.ts +66 -0
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +148 -0
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +154 -1
|
@@ -50,6 +50,8 @@ import type { PdfiumConvertToPdfARequestStreamP as _ironpdfengineproto_PdfiumCon
|
|
|
50
50
|
import type { PdfiumConvertToPdfUAForScreenReaderRequestP as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP, PdfiumConvertToPdfUAForScreenReaderRequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUAForScreenReaderRequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUAForScreenReaderRequestP';
|
|
51
51
|
import type { PdfiumConvertToPdfUARequestP as _ironpdfengineproto_PdfiumConvertToPdfUARequestP, PdfiumConvertToPdfUARequestP__Output as _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output } from '../ironpdfengineproto/PdfiumConvertToPdfUARequestP';
|
|
52
52
|
import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequestP, PdfiumCopyPagesRequestP__Output as _ironpdfengineproto_PdfiumCopyPagesRequestP__Output } from '../ironpdfengineproto/PdfiumCopyPagesRequestP';
|
|
53
|
+
import type { PdfiumDisableFormFontFallbackRequestP as _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, PdfiumDisableFormFontFallbackRequestP__Output as _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output } from '../ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP';
|
|
54
|
+
import type { PdfiumDisableFormFontFallbackResultP as _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP, PdfiumDisableFormFontFallbackResultP__Output as _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output } from '../ironpdfengineproto/PdfiumDisableFormFontFallbackResultP';
|
|
53
55
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
54
56
|
import type { PdfiumDrawTextRequestP as _ironpdfengineproto_PdfiumDrawTextRequestP, PdfiumDrawTextRequestP__Output as _ironpdfengineproto_PdfiumDrawTextRequestP__Output } from '../ironpdfengineproto/PdfiumDrawTextRequestP';
|
|
55
57
|
import type { PdfiumDrawTextsRequestStreamP as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP, PdfiumDrawTextsRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawTextsRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawTextsRequestStreamP';
|
|
@@ -166,6 +168,8 @@ import type { PdfiumSetFormFieldFontRequestP as _ironpdfengineproto_PdfiumSetFor
|
|
|
166
168
|
import type { PdfiumSetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, PdfiumSetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldIsReadOnlyRequestP';
|
|
167
169
|
import type { PdfiumSetFormFieldValue2RequestP as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, PdfiumSetFormFieldValue2RequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValue2RequestP';
|
|
168
170
|
import type { PdfiumSetFormFieldValueRequestP as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP, PdfiumSetFormFieldValueRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValueRequestP';
|
|
171
|
+
import type { PdfiumSetFormFontRequestStreamP as _ironpdfengineproto_PdfiumSetFormFontRequestStreamP, PdfiumSetFormFontRequestStreamP__Output as _ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output } from '../ironpdfengineproto/PdfiumSetFormFontRequestStreamP';
|
|
172
|
+
import type { PdfiumSetFormFontResultP as _ironpdfengineproto_PdfiumSetFormFontResultP, PdfiumSetFormFontResultP__Output as _ironpdfengineproto_PdfiumSetFormFontResultP__Output } from '../ironpdfengineproto/PdfiumSetFormFontResultP';
|
|
169
173
|
import type { PdfiumSetMetadataDictRequestP as _ironpdfengineproto_PdfiumSetMetadataDictRequestP, PdfiumSetMetadataDictRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataDictRequestP';
|
|
170
174
|
import type { PdfiumSetMetadataRequestP as _ironpdfengineproto_PdfiumSetMetadataRequestP, PdfiumSetMetadataRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataRequestP';
|
|
171
175
|
import type { PdfiumSetPagesRotationRequestP as _ironpdfengineproto_PdfiumSetPagesRotationRequestP, PdfiumSetPagesRotationRequestP__Output as _ironpdfengineproto_PdfiumSetPagesRotationRequestP__Output } from '../ironpdfengineproto/PdfiumSetPagesRotationRequestP';
|
|
@@ -184,6 +188,8 @@ import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_Pdf
|
|
|
184
188
|
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
185
189
|
import type { QPdfCompleteSavingAsPdfA4RequestP as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP, QPdfCompleteSavingAsPdfA4RequestP__Output as _ironpdfengineproto_QPdfCompleteSavingAsPdfA4RequestP__Output } from '../ironpdfengineproto/QPdfCompleteSavingAsPdfA4RequestP';
|
|
186
190
|
import type { QPdfCompleteSavingAsPdfUA2RequestP as _ironpdfengineproto_QPdfCompleteSavingAsPdfUA2RequestP, QPdfCompleteSavingAsPdfUA2RequestP__Output as _ironpdfengineproto_QPdfCompleteSavingAsPdfUA2RequestP__Output } from '../ironpdfengineproto/QPdfCompleteSavingAsPdfUA2RequestP';
|
|
191
|
+
import type { QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP';
|
|
192
|
+
import type { QPdfCompressAndSaveAsAdvancedRequestP as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, QPdfCompressAndSaveAsAdvancedRequestP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP';
|
|
187
193
|
import type { QPdfCompressAndSaveAsFromBytesRequestStreamP as _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, QPdfCompressAndSaveAsFromBytesRequestStreamP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsFromBytesRequestStreamP';
|
|
188
194
|
import type { QPdfCompressAndSaveAsRequestP as _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, QPdfCompressAndSaveAsRequestP__Output as _ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output } from '../ironpdfengineproto/QPdfCompressAndSaveAsRequestP';
|
|
189
195
|
import type { QPdfCompressInMemoryRequestIdP as _ironpdfengineproto_QPdfCompressInMemoryRequestIdP, QPdfCompressInMemoryRequestIdP__Output as _ironpdfengineproto_QPdfCompressInMemoryRequestIdP__Output } from '../ironpdfengineproto/QPdfCompressInMemoryRequestIdP';
|
|
@@ -733,6 +739,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
733
739
|
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
734
740
|
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
735
741
|
|
|
742
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
743
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
744
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
745
|
+
Pdfium_Form_DisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
746
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
747
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
748
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
749
|
+
pdfiumFormDisableFormFontFallback(argument: _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>): grpc.ClientUnaryCall;
|
|
750
|
+
|
|
736
751
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
737
752
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
738
753
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -918,6 +933,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
918
933
|
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
919
934
|
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
920
935
|
|
|
936
|
+
Pdfium_Form_SetFormFont(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
937
|
+
Pdfium_Form_SetFormFont(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
938
|
+
Pdfium_Form_SetFormFont(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
939
|
+
Pdfium_Form_SetFormFont(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
940
|
+
pdfiumFormSetFormFont(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
941
|
+
pdfiumFormSetFormFont(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
942
|
+
pdfiumFormSetFormFont(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
943
|
+
pdfiumFormSetFormFont(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSetFormFontResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP>;
|
|
944
|
+
|
|
921
945
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
922
946
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
923
947
|
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1381,6 +1405,16 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
1381
1405
|
qPdfCompressionCompressAndSaveAs(argument: _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1382
1406
|
qPdfCompressionCompressAndSaveAs(argument: _ironpdfengineproto_QPdfCompressAndSaveAsRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1383
1407
|
|
|
1408
|
+
QPdf_Compression_CompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1409
|
+
QPdf_Compression_CompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1410
|
+
qPdfCompressionCompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1411
|
+
qPdfCompressionCompressAndSaveAsAdvanced(argument: _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, options?: grpc.CallOptions): grpc.ClientReadableStream<_ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1412
|
+
|
|
1413
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1414
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1415
|
+
qPdfCompressionCompressAndSaveAsAdvancedFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1416
|
+
qPdfCompressionCompressAndSaveAsAdvancedFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1417
|
+
|
|
1384
1418
|
QPdf_Compression_CompressAndSaveAsFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1385
1419
|
QPdf_Compression_CompressAndSaveAsFromBytes(options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
1386
1420
|
qPdfCompressionCompressAndSaveAsFromBytes(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
@@ -1606,6 +1640,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1606
1640
|
|
|
1607
1641
|
Pdfium_Form_AddFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1608
1642
|
|
|
1643
|
+
Pdfium_Form_DisableFormFontFallback: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP>;
|
|
1644
|
+
|
|
1609
1645
|
Pdfium_Form_FlattenForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1610
1646
|
|
|
1611
1647
|
Pdfium_Form_GetCharObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP>;
|
|
@@ -1648,6 +1684,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1648
1684
|
|
|
1649
1685
|
Pdfium_Form_SetFormFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1650
1686
|
|
|
1687
|
+
Pdfium_Form_SetFormFont: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output, _ironpdfengineproto_PdfiumSetFormFontResultP>;
|
|
1688
|
+
|
|
1651
1689
|
Pdfium_Form_UpdateFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1652
1690
|
|
|
1653
1691
|
Pdfium_Form_UpdateFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1758,6 +1796,10 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1758
1796
|
|
|
1759
1797
|
QPdf_Compression_CompressAndSaveAs: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1760
1798
|
|
|
1799
|
+
QPdf_Compression_CompressAndSaveAsAdvanced: grpc.handleServerStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1800
|
+
|
|
1801
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1802
|
+
|
|
1761
1803
|
QPdf_Compression_CompressAndSaveAsFromBytes: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
1762
1804
|
|
|
1763
1805
|
QPdf_Compression_CompressInMemory: grpc.handleBidiStreamingCall<_ironpdfengineproto_QPdfCompressInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
@@ -1852,6 +1894,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1852
1894
|
Pdfium_Font_UnEmbedFontViaRegexFontName: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>
|
|
1853
1895
|
Pdfium_Form_AddFormField: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1854
1896
|
Pdfium_Form_AddFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1897
|
+
Pdfium_Form_DisableFormFontFallback: MethodDefinition<_ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP, _ironpdfengineproto_PdfiumDisableFormFontFallbackRequestP__Output, _ironpdfengineproto_PdfiumDisableFormFontFallbackResultP__Output>
|
|
1855
1898
|
Pdfium_Form_FlattenForm: MethodDefinition<_ironpdfengineproto_PdfiumFlattenFormRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1856
1899
|
Pdfium_Form_GetCharObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>
|
|
1857
1900
|
Pdfium_Form_GetComboboxOptions: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>
|
|
@@ -1873,6 +1916,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1873
1916
|
Pdfium_Form_SetFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValueRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1874
1917
|
Pdfium_Form_SetFormFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1875
1918
|
Pdfium_Form_SetFormFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1919
|
+
Pdfium_Form_SetFormFont: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFontRequestStreamP, _ironpdfengineproto_PdfiumSetFormFontResultP, _ironpdfengineproto_PdfiumSetFormFontRequestStreamP__Output, _ironpdfengineproto_PdfiumSetFormFontResultP__Output>
|
|
1876
1920
|
Pdfium_Form_UpdateFormField: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1877
1921
|
Pdfium_Form_UpdateFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1878
1922
|
Pdfium_FromBytes: MethodDefinition<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
@@ -1928,6 +1972,8 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1928
1972
|
Pdfium_Text_RedactText: MethodDefinition<_ironpdfengineproto_PdfiumRedactTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRedactTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1929
1973
|
Pdfium_Text_ReplaceText: MethodDefinition<_ironpdfengineproto_PdfiumReplaceTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1930
1974
|
QPdf_Compression_CompressAndSaveAs: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1975
|
+
QPdf_Compression_CompressAndSaveAsAdvanced: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedRequestP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1976
|
+
QPdf_Compression_CompressAndSaveAsAdvancedFromBytes: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1931
1977
|
QPdf_Compression_CompressAndSaveAsFromBytes: MethodDefinition<_ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressAndSaveAsFromBytesRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1932
1978
|
QPdf_Compression_CompressInMemory: MethodDefinition<_ironpdfengineproto_QPdfCompressInMemoryRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressInMemoryRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
1933
1979
|
QPdf_Compression_CompressInMemoryFromId: MethodDefinition<_ironpdfengineproto_QPdfCompressInMemoryRequestIdP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_QPdfCompressInMemoryRequestIdP__Output, _ironpdfengineproto_BytesResultStreamP__Output>
|
|
@@ -4,11 +4,13 @@ export interface PdfiumCompressImagesRequestP {
|
|
|
4
4
|
'quality'?: (number);
|
|
5
5
|
'scaleToVisibleSize'?: (boolean);
|
|
6
6
|
'useHqSampling'?: (boolean);
|
|
7
|
+
'targetDpi'?: (number);
|
|
7
8
|
}
|
|
8
9
|
export interface PdfiumCompressImagesRequestP__Output {
|
|
9
10
|
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
10
11
|
'quality'?: (number);
|
|
11
12
|
'scaleToVisibleSize'?: (boolean);
|
|
12
13
|
'useHqSampling'?: (boolean);
|
|
14
|
+
'targetDpi'?: (number);
|
|
13
15
|
}
|
|
14
16
|
//# sourceMappingURL=PdfiumCompressImagesRequestP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfiumCompressImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumCompressImagesRequestP.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,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"PdfiumCompressImagesRequestP.d.ts","sourceRoot":"","sources":["PdfiumCompressImagesRequestP.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,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oCAAoC;IACnD,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
|
@@ -7,6 +7,7 @@ export interface PdfiumCompressImagesRequestP {
|
|
|
7
7
|
'quality'?: (number);
|
|
8
8
|
'scaleToVisibleSize'?: (boolean);
|
|
9
9
|
'useHqSampling'?: (boolean);
|
|
10
|
+
'targetDpi'?: (number);
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
export interface PdfiumCompressImagesRequestP__Output {
|
|
@@ -14,4 +15,5 @@ export interface PdfiumCompressImagesRequestP__Output {
|
|
|
14
15
|
'quality'?: (number);
|
|
15
16
|
'scaleToVisibleSize'?: (boolean);
|
|
16
17
|
'useHqSampling'?: (boolean);
|
|
18
|
+
'targetDpi'?: (number);
|
|
17
19
|
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumDisableFormFontFallbackRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
}
|
|
5
|
+
export interface PdfiumDisableFormFontFallbackRequestP__Output {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=PdfiumDisableFormFontFallbackRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDisableFormFontFallbackRequestP.d.ts","sourceRoot":"","sources":["PdfiumDisableFormFontFallbackRequestP.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;CACxD;AAED,MAAM,WAAW,6CAA6C;IAC5D,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;CACzD"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDisableFormFontFallbackRequestP.js","sourceRoot":"","sources":["PdfiumDisableFormFontFallbackRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackRequestP.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumDisableFormFontFallbackRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface PdfiumDisableFormFontFallbackRequestP__Output {
|
|
10
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
11
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EmptyP as _ironpdfengineproto_EmptyP, EmptyP__Output as _ironpdfengineproto_EmptyP__Output } from '../ironpdfengineproto/EmptyP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface PdfiumDisableFormFontFallbackResultP {
|
|
4
|
+
'result'?: (_ironpdfengineproto_EmptyP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "result" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumDisableFormFontFallbackResultP__Output {
|
|
9
|
+
'result'?: (_ironpdfengineproto_EmptyP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumDisableFormFontFallbackResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDisableFormFontFallbackResultP.d.ts","sourceRoot":"","sources":["PdfiumDisableFormFontFallbackResultP.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,oCAAoC;IACnD,QAAQ,CAAC,EAAE,CAAC,0BAA0B,GAAG,IAAI,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,4CAA4C;IAC3D,QAAQ,CAAC,EAAE,CAAC,kCAAkC,CAAC,CAAC;IAChD,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumDisableFormFontFallbackResultP.js","sourceRoot":"","sources":["PdfiumDisableFormFontFallbackResultP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumDisableFormFontFallbackResultP.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
|
|
2
|
+
|
|
3
|
+
import type { EmptyP as _ironpdfengineproto_EmptyP, EmptyP__Output as _ironpdfengineproto_EmptyP__Output } from '../ironpdfengineproto/EmptyP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface PdfiumDisableFormFontFallbackResultP {
|
|
7
|
+
'result'?: (_ironpdfengineproto_EmptyP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "result"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumDisableFormFontFallbackResultP__Output {
|
|
13
|
+
'result'?: (_ironpdfengineproto_EmptyP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
export interface _ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP {
|
|
5
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
6
|
+
'fontName'?: (string);
|
|
7
|
+
'fontBytesSize'?: (number);
|
|
8
|
+
'forceEmbed'?: (boolean);
|
|
9
|
+
}
|
|
10
|
+
export interface _ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'fontName'?: (string);
|
|
13
|
+
'fontBytesSize'?: (number);
|
|
14
|
+
'forceEmbed'?: (boolean);
|
|
15
|
+
}
|
|
16
|
+
export interface PdfiumSetFormFontRequestStreamP {
|
|
17
|
+
'info'?: (_ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP | null);
|
|
18
|
+
'fontBytesChunk'?: (Buffer | Uint8Array | string);
|
|
19
|
+
'request'?: "info" | "fontBytesChunk";
|
|
20
|
+
}
|
|
21
|
+
export interface PdfiumSetFormFontRequestStreamP__Output {
|
|
22
|
+
'info'?: (_ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP__Output);
|
|
23
|
+
'fontBytesChunk'?: (Buffer);
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=PdfiumSetFormFontRequestStreamP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumSetFormFontRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumSetFormFontRequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,yDAAyD;IACxE,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,MAAM,WAAW,iEAAiE;IAChF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,YAAY,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,MAAM,WAAW,+BAA+B;IAC9C,MAAM,CAAC,EAAE,CAAC,yDAAyD,GAAG,IAAI,CAAC,CAAC;IAC5E,gBAAgB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAC,gBAAgB,CAAC;CACrC;AAED,MAAM,WAAW,uCAAuC;IACtD,MAAM,CAAC,EAAE,CAAC,iEAAiE,CAAC,CAAC;IAC7E,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFontRequestStreamP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumSetFormFontRequestStreamP.js","sourceRoot":"","sources":["PdfiumSetFormFontRequestStreamP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface _ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'fontName'?: (string);
|
|
8
|
+
'fontBytesSize'?: (number);
|
|
9
|
+
'forceEmbed'?: (boolean);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface _ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP__Output {
|
|
13
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
14
|
+
'fontName'?: (string);
|
|
15
|
+
'fontBytesSize'?: (number);
|
|
16
|
+
'forceEmbed'?: (boolean);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface PdfiumSetFormFontRequestStreamP {
|
|
20
|
+
'info'?: (_ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP | null);
|
|
21
|
+
'fontBytesChunk'?: (Buffer | Uint8Array | string);
|
|
22
|
+
'request'?: "info"|"fontBytesChunk";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface PdfiumSetFormFontRequestStreamP__Output {
|
|
26
|
+
'info'?: (_ironpdfengineproto_PdfiumSetFormFontRequestStreamP_InfoP__Output);
|
|
27
|
+
'fontBytesChunk'?: (Buffer);
|
|
28
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EmptyP as _ironpdfengineproto_EmptyP, EmptyP__Output as _ironpdfengineproto_EmptyP__Output } from '../ironpdfengineproto/EmptyP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface PdfiumSetFormFontResultP {
|
|
4
|
+
'result'?: (_ironpdfengineproto_EmptyP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "result" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumSetFormFontResultP__Output {
|
|
9
|
+
'result'?: (_ironpdfengineproto_EmptyP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumSetFormFontResultP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumSetFormFontResultP.d.ts","sourceRoot":"","sources":["PdfiumSetFormFontResultP.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,wBAAwB;IACvC,QAAQ,CAAC,EAAE,CAAC,0BAA0B,GAAG,IAAI,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,EAAE,CAAC,kCAAkC,CAAC,CAAC;IAChD,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumSetFormFontResultP.js","sourceRoot":"","sources":["PdfiumSetFormFontResultP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto
|
|
2
|
+
|
|
3
|
+
import type { EmptyP as _ironpdfengineproto_EmptyP, EmptyP__Output as _ironpdfengineproto_EmptyP__Output } from '../ironpdfengineproto/EmptyP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface PdfiumSetFormFontResultP {
|
|
7
|
+
'result'?: (_ironpdfengineproto_EmptyP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "result"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumSetFormFontResultP__Output {
|
|
13
|
+
'result'?: (_ironpdfengineproto_EmptyP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import type { QPdfCompressionFlagsP as _ironpdfengineproto_QPdfCompressionFlagsP, QPdfCompressionFlagsP__Output as _ironpdfengineproto_QPdfCompressionFlagsP__Output } from '../ironpdfengineproto/QPdfCompressionFlagsP';
|
|
4
|
+
export interface _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP {
|
|
5
|
+
'outputPath'?: (string);
|
|
6
|
+
'password'?: (string);
|
|
7
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP | null);
|
|
8
|
+
}
|
|
9
|
+
export interface _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP__Output {
|
|
10
|
+
'outputPath'?: (string);
|
|
11
|
+
'password'?: (string);
|
|
12
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP__Output);
|
|
13
|
+
}
|
|
14
|
+
export interface QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP {
|
|
15
|
+
'info'?: (_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP | null);
|
|
16
|
+
'pdfBytesChunk'?: (Buffer | Uint8Array | string);
|
|
17
|
+
'request'?: "info" | "pdfBytesChunk";
|
|
18
|
+
}
|
|
19
|
+
export interface QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output {
|
|
20
|
+
'info'?: (_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP__Output);
|
|
21
|
+
'pdfBytesChunk'?: (Buffer);
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.d.ts","sourceRoot":"","sources":["QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,qBAAqB,IAAI,yCAAyC,EAAE,6BAA6B,IAAI,iDAAiD,EAAE,MAAM,6CAA6C,CAAC;AAE1N,MAAM,WAAW,8EAA8E;IAC7F,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,yCAAyC,GAAG,IAAI,CAAC,CAAC;CAC9D;AAED,MAAM,WAAW,sFAAsF;IACrG,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,iDAAiD,CAAC,CAAC;CAC/D;AAED,MAAM,WAAW,oDAAoD;IACnE,MAAM,CAAC,EAAE,CAAC,8EAA8E,GAAG,IAAI,CAAC,CAAC;IACjG,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,GAAC,eAAe,CAAC;CACpC;AAED,MAAM,WAAW,4DAA4D;IAC3E,MAAM,CAAC,EAAE,CAAC,sFAAsF,CAAC,CAAC;IAClG,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.js","sourceRoot":"","sources":["QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/qpdf.proto
|
|
2
|
+
|
|
3
|
+
import type { QPdfCompressionFlagsP as _ironpdfengineproto_QPdfCompressionFlagsP, QPdfCompressionFlagsP__Output as _ironpdfengineproto_QPdfCompressionFlagsP__Output } from '../ironpdfengineproto/QPdfCompressionFlagsP';
|
|
4
|
+
|
|
5
|
+
export interface _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP {
|
|
6
|
+
'outputPath'?: (string);
|
|
7
|
+
'password'?: (string);
|
|
8
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP | null);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface _ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP__Output {
|
|
12
|
+
'outputPath'?: (string);
|
|
13
|
+
'password'?: (string);
|
|
14
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP__Output);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP {
|
|
18
|
+
'info'?: (_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP | null);
|
|
19
|
+
'pdfBytesChunk'?: (Buffer | Uint8Array | string);
|
|
20
|
+
'request'?: "info"|"pdfBytesChunk";
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP__Output {
|
|
24
|
+
'info'?: (_ironpdfengineproto_QPdfCompressAndSaveAsAdvancedFromBytesRequestStreamP_InfoP__Output);
|
|
25
|
+
'pdfBytesChunk'?: (Buffer);
|
|
26
|
+
}
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
import type { QPdfCompressionFlagsP as _ironpdfengineproto_QPdfCompressionFlagsP, QPdfCompressionFlagsP__Output as _ironpdfengineproto_QPdfCompressionFlagsP__Output } from '../ironpdfengineproto/QPdfCompressionFlagsP';
|
|
3
|
+
export interface QPdfCompressAndSaveAsAdvancedRequestP {
|
|
4
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
5
|
+
'outputPath'?: (string);
|
|
6
|
+
'password'?: (string);
|
|
7
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP | null);
|
|
8
|
+
}
|
|
9
|
+
export interface QPdfCompressAndSaveAsAdvancedRequestP__Output {
|
|
10
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
11
|
+
'outputPath'?: (string);
|
|
12
|
+
'password'?: (string);
|
|
13
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP__Output);
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=QPdfCompressAndSaveAsAdvancedRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressAndSaveAsAdvancedRequestP.d.ts","sourceRoot":"","sources":["QPdfCompressAndSaveAsAdvancedRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAC7K,OAAO,KAAK,EAAE,qBAAqB,IAAI,yCAAyC,EAAE,6BAA6B,IAAI,iDAAiD,EAAE,MAAM,6CAA6C,CAAC;AAE1N,MAAM,WAAW,qCAAqC;IACpD,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;IACtB,OAAO,CAAC,EAAE,CAAC,yCAAyC,GAAG,IAAI,CAAC,CAAC;CAC9D;AAED,MAAM,WAAW,6CAA6C;IAC5D,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,iDAAiD,CAAC,CAAC;CAC/D"}
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressAndSaveAsAdvancedRequestP.js","sourceRoot":"","sources":["QPdfCompressAndSaveAsAdvancedRequestP.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
|
package/src/internal/generated_proto/ironpdfengineproto/QPdfCompressAndSaveAsAdvancedRequestP.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
import type { QPdfCompressionFlagsP as _ironpdfengineproto_QPdfCompressionFlagsP, QPdfCompressionFlagsP__Output as _ironpdfengineproto_QPdfCompressionFlagsP__Output } from '../ironpdfengineproto/QPdfCompressionFlagsP';
|
|
5
|
+
|
|
6
|
+
export interface QPdfCompressAndSaveAsAdvancedRequestP {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
8
|
+
'outputPath'?: (string);
|
|
9
|
+
'password'?: (string);
|
|
10
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP | null);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface QPdfCompressAndSaveAsAdvancedRequestP__Output {
|
|
14
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
15
|
+
'outputPath'?: (string);
|
|
16
|
+
'password'?: (string);
|
|
17
|
+
'flags'?: (_ironpdfengineproto_QPdfCompressionFlagsP__Output);
|
|
18
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface QPdfCompressionFlagsP {
|
|
2
|
+
'compressStreams'?: (boolean);
|
|
3
|
+
'coalesceContents'?: (boolean);
|
|
4
|
+
'removeUnreferencedResources'?: (boolean);
|
|
5
|
+
'recompressFlate'?: (boolean);
|
|
6
|
+
'compressionLevel'?: (number);
|
|
7
|
+
'objectStreams'?: (string);
|
|
8
|
+
'decodeGeneralizedStreams'?: (boolean);
|
|
9
|
+
'optimizeImagesMinWidth'?: (number);
|
|
10
|
+
'optimizeImagesMinHeight'?: (number);
|
|
11
|
+
'optimizeImagesMinArea'?: (number);
|
|
12
|
+
'optimizeImages'?: (boolean);
|
|
13
|
+
'jpegQuality'?: (number);
|
|
14
|
+
'_jpegQuality'?: "jpegQuality";
|
|
15
|
+
}
|
|
16
|
+
export interface QPdfCompressionFlagsP__Output {
|
|
17
|
+
'compressStreams'?: (boolean);
|
|
18
|
+
'coalesceContents'?: (boolean);
|
|
19
|
+
'removeUnreferencedResources'?: (boolean);
|
|
20
|
+
'recompressFlate'?: (boolean);
|
|
21
|
+
'compressionLevel'?: (number);
|
|
22
|
+
'objectStreams'?: (string);
|
|
23
|
+
'decodeGeneralizedStreams'?: (boolean);
|
|
24
|
+
'optimizeImagesMinWidth'?: (number);
|
|
25
|
+
'optimizeImagesMinHeight'?: (number);
|
|
26
|
+
'optimizeImagesMinArea'?: (number);
|
|
27
|
+
'optimizeImages'?: (boolean);
|
|
28
|
+
'jpegQuality'?: (number);
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=QPdfCompressionFlagsP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressionFlagsP.d.ts","sourceRoot":"","sources":["QPdfCompressionFlagsP.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,qBAAqB;IACpC,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC/B,6BAA6B,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC1C,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,0BAA0B,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvC,wBAAwB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpC,yBAAyB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrC,uBAAuB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnC,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC7B,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,cAAc,CAAC,EAAE,aAAa,CAAC;CAChC;AAED,MAAM,WAAW,6BAA6B;IAC5C,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC/B,6BAA6B,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC1C,iBAAiB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC9B,kBAAkB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAC3B,0BAA0B,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IACvC,wBAAwB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACpC,yBAAyB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACrC,uBAAuB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACnC,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC7B,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QPdfCompressionFlagsP.js","sourceRoot":"","sources":["QPdfCompressionFlagsP.ts"],"names":[],"mappings":";AAAA,kEAAkE"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/qpdf.proto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
export interface QPdfCompressionFlagsP {
|
|
5
|
+
'compressStreams'?: (boolean);
|
|
6
|
+
'coalesceContents'?: (boolean);
|
|
7
|
+
'removeUnreferencedResources'?: (boolean);
|
|
8
|
+
'recompressFlate'?: (boolean);
|
|
9
|
+
'compressionLevel'?: (number);
|
|
10
|
+
'objectStreams'?: (string);
|
|
11
|
+
'decodeGeneralizedStreams'?: (boolean);
|
|
12
|
+
'optimizeImagesMinWidth'?: (number);
|
|
13
|
+
'optimizeImagesMinHeight'?: (number);
|
|
14
|
+
'optimizeImagesMinArea'?: (number);
|
|
15
|
+
'optimizeImages'?: (boolean);
|
|
16
|
+
'jpegQuality'?: (number);
|
|
17
|
+
'_jpegQuality'?: "jpegQuality";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface QPdfCompressionFlagsP__Output {
|
|
21
|
+
'compressStreams'?: (boolean);
|
|
22
|
+
'coalesceContents'?: (boolean);
|
|
23
|
+
'removeUnreferencedResources'?: (boolean);
|
|
24
|
+
'recompressFlate'?: (boolean);
|
|
25
|
+
'compressionLevel'?: (number);
|
|
26
|
+
'objectStreams'?: (string);
|
|
27
|
+
'decodeGeneralizedStreams'?: (boolean);
|
|
28
|
+
'optimizeImagesMinWidth'?: (number);
|
|
29
|
+
'optimizeImagesMinHeight'?: (number);
|
|
30
|
+
'optimizeImagesMinArea'?: (number);
|
|
31
|
+
'optimizeImages'?: (boolean);
|
|
32
|
+
'jpegQuality'?: (number);
|
|
33
|
+
}
|