@ironsoftware/ironpdf 2023.11.2 → 2024.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/internal/IronPdfEngine.ProtoFiles/.gitignore +5 -1
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +19 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto +53 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_font.proto +209 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +1 -5
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +65 -8
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.js +10 -2
- package/src/internal/access.js.map +1 -1
- package/src/internal/access.ts +10 -2
- package/src/internal/generated_proto/iron_pdf_service.d.ts +43 -1
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +43 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +192 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +224 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.d.ts +20 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.ts +24 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAnnotationSubTypesP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAnnotationSubTypesP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAnnotationSubTypesP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAnnotationSubTypesP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAnnotationSubTypesP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.ts +28 -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/PdfiumEmbedFontViaByteArrayRequestStreamP.d.ts +24 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP.ts +28 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumFormFieldTypesP.js → PdfiumFindFontsResultP.js} +2 -2
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFindFontsResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.d.ts +2 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.ts +2 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetAnnotationsResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoAtResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameRequestP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameRequestP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetStandardFontNameResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationP.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP.d.ts +2 -2
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP.ts +2 -2
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFreeTextAnnotationP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFreeTextAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFreeTextAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFreeTextAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFreeTextAnnotationP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfLinkAnnotationP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfLinkAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfLinkAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfLinkAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfLinkAnnotationP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfTextAnnotationP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfTextAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfTextAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfTextAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfTextAnnotationP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts +24 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP.ts +28 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameRequestP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameRequestP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResolveStandardFontNameResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.ts +20 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumWrappedPdfAnnotationP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumWrappedPdfAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumWrappedPdfAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumWrappedPdfAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumWrappedPdfAnnotationP.ts +18 -0
- package/src/internal/grpc_layer/handshake.d.ts.map +1 -1
- package/src/internal/grpc_layer/handshake.js +5 -1
- package/src/internal/grpc_layer/handshake.js.map +1 -1
- package/src/internal/grpc_layer/handshake.ts +5 -1
- package/src/internal/grpc_layer/pdfium/compress.d.ts +1 -0
- package/src/internal/grpc_layer/pdfium/compress.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.js +20 -1
- package/src/internal/grpc_layer/pdfium/compress.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/compress.ts +33 -6
- package/src/internal/grpc_layer/pdfium/io.d.ts +2 -1
- package/src/internal/grpc_layer/pdfium/io.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.js +3 -0
- package/src/internal/grpc_layer/pdfium/io.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.ts +15 -13
- package/src/public/pdfDocument.d.ts +16 -3
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +27 -6
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +41 -16
- package/src/public/types.d.ts +5 -0
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.js +7 -1
- package/src/public/types.js.map +1 -1
- package/src/public/types.ts +6 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts +0 -7
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.js.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.ts +0 -10
|
@@ -26,6 +26,12 @@ import type { ListStringResultP as _ironpdfengineproto_ListStringResultP, ListSt
|
|
|
26
26
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
27
27
|
import type { PdfDocumentResultP as _ironpdfengineproto_PdfDocumentResultP, PdfDocumentResultP__Output as _ironpdfengineproto_PdfDocumentResultP__Output } from '../ironpdfengineproto/PdfDocumentResultP';
|
|
28
28
|
import type { PdfiumAddBackgroundForegroundRequestP as _ironpdfengineproto_PdfiumAddBackgroundForegroundRequestP, PdfiumAddBackgroundForegroundRequestP__Output as _ironpdfengineproto_PdfiumAddBackgroundForegroundRequestP__Output } from '../ironpdfengineproto/PdfiumAddBackgroundForegroundRequestP';
|
|
29
|
+
import type { PdfiumAddFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP, PdfiumAddFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP';
|
|
30
|
+
import type { PdfiumAddFontViaByteArrayResultP as _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP, PdfiumAddFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaByteArrayResultP';
|
|
31
|
+
import type { PdfiumAddFontViaStandardFontEnumValRequestP as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, PdfiumAddFontViaStandardFontEnumValRequestP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP';
|
|
32
|
+
import type { PdfiumAddFontViaStandardFontEnumValResultP as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP, PdfiumAddFontViaStandardFontEnumValResultP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP';
|
|
33
|
+
import type { PdfiumAddFontViaStandardFontNameRequestP as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, PdfiumAddFontViaStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP';
|
|
34
|
+
import type { PdfiumAddFontViaStandardFontNameResultP as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP, PdfiumAddFontViaStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP';
|
|
29
35
|
import type { PdfiumAddFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, PdfiumAddFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP';
|
|
30
36
|
import type { PdfiumAddFormFieldRequestP as _ironpdfengineproto_PdfiumAddFormFieldRequestP, PdfiumAddFormFieldRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldRequestP';
|
|
31
37
|
import type { PdfiumAddLinkAnnotationRequestP as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, PdfiumAddLinkAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddLinkAnnotationRequestP';
|
|
@@ -41,19 +47,29 @@ import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequ
|
|
|
41
47
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
42
48
|
import type { PdfiumDrawTextRequestP as _ironpdfengineproto_PdfiumDrawTextRequestP, PdfiumDrawTextRequestP__Output as _ironpdfengineproto_PdfiumDrawTextRequestP__Output } from '../ironpdfengineproto/PdfiumDrawTextRequestP';
|
|
43
49
|
import type { PdfiumEditTextAnnotationRequestP as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP, PdfiumEditTextAnnotationRequestP__Output as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumEditTextAnnotationRequestP';
|
|
50
|
+
import type { PdfiumEmbedFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP, PdfiumEmbedFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP';
|
|
51
|
+
import type { PdfiumEmbedFontViaByteArrayResultP as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP, PdfiumEmbedFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP';
|
|
44
52
|
import type { PdfiumExtractAllImagesRequestP as _ironpdfengineproto_PdfiumExtractAllImagesRequestP, PdfiumExtractAllImagesRequestP__Output as _ironpdfengineproto_PdfiumExtractAllImagesRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllImagesRequestP';
|
|
45
53
|
import type { PdfiumExtractAllRawImagesRequestP as _ironpdfengineproto_PdfiumExtractAllRawImagesRequestP, PdfiumExtractAllRawImagesRequestP__Output as _ironpdfengineproto_PdfiumExtractAllRawImagesRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllRawImagesRequestP';
|
|
46
54
|
import type { PdfiumExtractAllTextRequestP as _ironpdfengineproto_PdfiumExtractAllTextRequestP, PdfiumExtractAllTextRequestP__Output as _ironpdfengineproto_PdfiumExtractAllTextRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllTextRequestP';
|
|
55
|
+
import type { PdfiumFindFontsRequestP as _ironpdfengineproto_PdfiumFindFontsRequestP, PdfiumFindFontsRequestP__Output as _ironpdfengineproto_PdfiumFindFontsRequestP__Output } from '../ironpdfengineproto/PdfiumFindFontsRequestP';
|
|
56
|
+
import type { PdfiumFindFontsResultP as _ironpdfengineproto_PdfiumFindFontsResultP, PdfiumFindFontsResultP__Output as _ironpdfengineproto_PdfiumFindFontsResultP__Output } from '../ironpdfengineproto/PdfiumFindFontsResultP';
|
|
47
57
|
import type { PdfiumFlattenFormRequestP as _ironpdfengineproto_PdfiumFlattenFormRequestP, PdfiumFlattenFormRequestP__Output as _ironpdfengineproto_PdfiumFlattenFormRequestP__Output } from '../ironpdfengineproto/PdfiumFlattenFormRequestP';
|
|
48
58
|
import type { PdfiumGetAnnotationCountRequestP as _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, PdfiumGetAnnotationCountRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationCountRequestP';
|
|
49
59
|
import type { PdfiumGetAnnotationRequestP as _ironpdfengineproto_PdfiumGetAnnotationRequestP, PdfiumGetAnnotationRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationRequestP';
|
|
60
|
+
import type { PdfiumGetAnnotationsRequestP as _ironpdfengineproto_PdfiumGetAnnotationsRequestP, PdfiumGetAnnotationsRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationsRequestP';
|
|
61
|
+
import type { PdfiumGetAnnotationsResultP as _ironpdfengineproto_PdfiumGetAnnotationsResultP, PdfiumGetAnnotationsResultP__Output as _ironpdfengineproto_PdfiumGetAnnotationsResultP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationsResultP';
|
|
50
62
|
import type { PdfiumGetBinaryDataRequestStreamP as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP, PdfiumGetBinaryDataRequestStreamP__Output as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetBinaryDataRequestStreamP';
|
|
51
63
|
import type { PdfiumGetBookmarksDescriptorRequestP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP, PdfiumGetBookmarksDescriptorRequestP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorRequestP';
|
|
52
64
|
import type { PdfiumGetBookmarksDescriptorResultP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP, PdfiumGetBookmarksDescriptorResultP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorResultP';
|
|
65
|
+
import type { PdfiumGetCharObjectCollectionRequestP as _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, PdfiumGetCharObjectCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP';
|
|
66
|
+
import type { PdfiumGetCharObjectCollectionResultP as _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, PdfiumGetCharObjectCollectionResultP__Output as _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetCharObjectCollectionResultP';
|
|
53
67
|
import type { PdfiumGetComboboxOptionsRequestP as _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, PdfiumGetComboboxOptionsRequestP__Output as _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output } from '../ironpdfengineproto/PdfiumGetComboboxOptionsRequestP';
|
|
54
68
|
import type { PdfiumGetComboboxOptionsResultP as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, PdfiumGetComboboxOptionsResultP__Output as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output } from '../ironpdfengineproto/PdfiumGetComboboxOptionsResultP';
|
|
55
69
|
import type { PdfiumGetComboboxSelectedIndexRequestP as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, PdfiumGetComboboxSelectedIndexRequestP__Output as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output } from '../ironpdfengineproto/PdfiumGetComboboxSelectedIndexRequestP';
|
|
56
70
|
import type { PdfiumGetComboboxSelectedIndexResultP as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP, PdfiumGetComboboxSelectedIndexResultP__Output as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP__Output } from '../ironpdfengineproto/PdfiumGetComboboxSelectedIndexResultP';
|
|
71
|
+
import type { PdfiumGetFontInfoAtRequestP as _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, PdfiumGetFontInfoAtRequestP__Output as _ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoAtRequestP';
|
|
72
|
+
import type { PdfiumGetFontInfoAtResultP as _ironpdfengineproto_PdfiumGetFontInfoAtResultP, PdfiumGetFontInfoAtResultP__Output as _ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoAtResultP';
|
|
57
73
|
import type { PdfiumGetFontInfoCollectionRequestP as _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, PdfiumGetFontInfoCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoCollectionRequestP';
|
|
58
74
|
import type { PdfiumGetFontInfoCollectionResultP as _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP, PdfiumGetFontInfoCollectionResultP__Output as _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoCollectionResultP';
|
|
59
75
|
import type { PdfiumGetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP, PdfiumGetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldIsReadOnlyRequestP';
|
|
@@ -88,7 +104,11 @@ import type { PdfiumGetRevisionRequestP as _ironpdfengineproto_PdfiumGetRevision
|
|
|
88
104
|
import type { PdfiumGetSignatureByteRangeRequestP as _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, PdfiumGetSignatureByteRangeRequestP__Output as _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP__Output } from '../ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP';
|
|
89
105
|
import type { PdfiumGetSignatureCountRequestP as _ironpdfengineproto_PdfiumGetSignatureCountRequestP, PdfiumGetSignatureCountRequestP__Output as _ironpdfengineproto_PdfiumGetSignatureCountRequestP__Output } from '../ironpdfengineproto/PdfiumGetSignatureCountRequestP';
|
|
90
106
|
import type { PdfiumGetSignatureCountResultP as _ironpdfengineproto_PdfiumGetSignatureCountResultP, PdfiumGetSignatureCountResultP__Output as _ironpdfengineproto_PdfiumGetSignatureCountResultP__Output } from '../ironpdfengineproto/PdfiumGetSignatureCountResultP';
|
|
107
|
+
import type { PdfiumGetStandardFontNameRequestP as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, PdfiumGetStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameRequestP';
|
|
108
|
+
import type { PdfiumGetStandardFontNameResultP as _ironpdfengineproto_PdfiumGetStandardFontNameResultP, PdfiumGetStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameResultP';
|
|
91
109
|
import type { PdfiumGetTextAnnotationResultP as _ironpdfengineproto_PdfiumGetTextAnnotationResultP, PdfiumGetTextAnnotationResultP__Output as _ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output } from '../ironpdfengineproto/PdfiumGetTextAnnotationResultP';
|
|
110
|
+
import type { PdfiumGetTextObjectCollectionRequestP as _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, PdfiumGetTextObjectCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP';
|
|
111
|
+
import type { PdfiumGetTextObjectCollectionResultP as _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP, PdfiumGetTextObjectCollectionResultP__Output as _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetTextObjectCollectionResultP';
|
|
92
112
|
import type { PdfiumGetVerifiedSignatureRequestStreamP as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP, PdfiumGetVerifiedSignatureRequestStreamP__Output as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetVerifiedSignatureRequestStreamP';
|
|
93
113
|
import type { PdfiumGetVerifySignatureResultP as _ironpdfengineproto_PdfiumGetVerifySignatureResultP, PdfiumGetVerifySignatureResultP__Output as _ironpdfengineproto_PdfiumGetVerifySignatureResultP__Output } from '../ironpdfengineproto/PdfiumGetVerifySignatureResultP';
|
|
94
114
|
import type { PdfiumInsertBookmarkRequestP as _ironpdfengineproto_PdfiumInsertBookmarkRequestP, PdfiumInsertBookmarkRequestP__Output as _ironpdfengineproto_PdfiumInsertBookmarkRequestP__Output } from '../ironpdfengineproto/PdfiumInsertBookmarkRequestP';
|
|
@@ -113,8 +133,16 @@ import type { PdfiumRemoveSignaturesRequestP as _ironpdfengineproto_PdfiumRemove
|
|
|
113
133
|
import type { PdfiumRemoveStructTreeRequestP as _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, PdfiumRemoveStructTreeRequestP__Output as _ironpdfengineproto_PdfiumRemoveStructTreeRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveStructTreeRequestP';
|
|
114
134
|
import type { PdfiumRenameFieldRequestP as _ironpdfengineproto_PdfiumRenameFieldRequestP, PdfiumRenameFieldRequestP__Output as _ironpdfengineproto_PdfiumRenameFieldRequestP__Output } from '../ironpdfengineproto/PdfiumRenameFieldRequestP';
|
|
115
135
|
import type { PdfiumRenameFormFieldResultP as _ironpdfengineproto_PdfiumRenameFormFieldResultP, PdfiumRenameFormFieldResultP__Output as _ironpdfengineproto_PdfiumRenameFormFieldResultP__Output } from '../ironpdfengineproto/PdfiumRenameFormFieldResultP';
|
|
136
|
+
import type { PdfiumReplaceFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP, PdfiumReplaceFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP';
|
|
137
|
+
import type { PdfiumReplaceFontViaByteArrayResultP as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP, PdfiumReplaceFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP';
|
|
138
|
+
import type { PdfiumReplaceFontViaStandardFontEnumValRequestP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, PdfiumReplaceFontViaStandardFontEnumValRequestP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP';
|
|
139
|
+
import type { PdfiumReplaceFontViaStandardFontEnumValResultP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP, PdfiumReplaceFontViaStandardFontEnumValResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP';
|
|
140
|
+
import type { PdfiumReplaceFontViaStandardFontNameRequestP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, PdfiumReplaceFontViaStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP';
|
|
141
|
+
import type { PdfiumReplaceFontViaStandardFontNameResultP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP, PdfiumReplaceFontViaStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP';
|
|
116
142
|
import type { PdfiumReplaceTextRequestP as _ironpdfengineproto_PdfiumReplaceTextRequestP, PdfiumReplaceTextRequestP__Output as _ironpdfengineproto_PdfiumReplaceTextRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceTextRequestP';
|
|
117
143
|
import type { PdfiumResizePageRequestP as _ironpdfengineproto_PdfiumResizePageRequestP, PdfiumResizePageRequestP__Output as _ironpdfengineproto_PdfiumResizePageRequestP__Output } from '../ironpdfengineproto/PdfiumResizePageRequestP';
|
|
144
|
+
import type { PdfiumResolveStandardFontNameRequestP as _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, PdfiumResolveStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumResolveStandardFontNameRequestP';
|
|
145
|
+
import type { PdfiumResolveStandardFontNameResultP as _ironpdfengineproto_PdfiumResolveStandardFontNameResultP, PdfiumResolveStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumResolveStandardFontNameResultP';
|
|
118
146
|
import type { PdfiumSetFormFieldFontRequestP as _ironpdfengineproto_PdfiumSetFormFieldFontRequestP, PdfiumSetFormFieldFontRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldFontRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldFontRequestP';
|
|
119
147
|
import type { PdfiumSetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, PdfiumSetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldIsReadOnlyRequestP';
|
|
120
148
|
import type { PdfiumSetFormFieldValue2RequestP as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, PdfiumSetFormFieldValue2RequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValue2RequestP';
|
|
@@ -128,6 +156,10 @@ import type { PdfiumSignRequestStreamP as _ironpdfengineproto_PdfiumSignRequestS
|
|
|
128
156
|
import type { PdfiumSignResultP as _ironpdfengineproto_PdfiumSignResultP, PdfiumSignResultP__Output as _ironpdfengineproto_PdfiumSignResultP__Output } from '../ironpdfengineproto/PdfiumSignResultP';
|
|
129
157
|
import type { PdfiumStampBackgroundWatermarkRequestStreamP as _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP, PdfiumStampBackgroundWatermarkRequestStreamP__Output as _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP__Output } from '../ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP';
|
|
130
158
|
import type { PdfiumStampFooterWatermarkRequestStreamP as _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP, PdfiumStampFooterWatermarkRequestStreamP__Output as _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output } from '../ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP';
|
|
159
|
+
import type { PdfiumUnEmbedFontViaObjNumRequestP as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, PdfiumUnEmbedFontViaObjNumRequestP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP';
|
|
160
|
+
import type { PdfiumUnEmbedFontViaObjNumResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP, PdfiumUnEmbedFontViaObjNumResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP';
|
|
161
|
+
import type { PdfiumUnEmbedFontViaRegexFontNameRequestP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, PdfiumUnEmbedFontViaRegexFontNameRequestP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP';
|
|
162
|
+
import type { PdfiumUnEmbedFontViaRegexFontNameResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, PdfiumUnEmbedFontViaRegexFontNameResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP';
|
|
131
163
|
import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, PdfiumUpdateFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP';
|
|
132
164
|
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
133
165
|
import type { SizeResultP as _ironpdfengineproto_SizeResultP, SizeResultP__Output as _ironpdfengineproto_SizeResultP__Output } from '../ironpdfengineproto/SizeResultP';
|
|
@@ -283,6 +315,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
283
315
|
pdfiumAnnotationGetAnnotationCountRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
284
316
|
pdfiumAnnotationGetAnnotationCountRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
285
317
|
|
|
318
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
319
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
320
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
321
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
322
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
323
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
324
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
325
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
326
|
+
|
|
286
327
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
287
328
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
288
329
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -441,6 +482,123 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
441
482
|
pdfiumDispose(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
442
483
|
pdfiumDispose(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
443
484
|
|
|
485
|
+
Pdfium_Font_AddViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
486
|
+
Pdfium_Font_AddViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
487
|
+
Pdfium_Font_AddViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
488
|
+
Pdfium_Font_AddViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
489
|
+
pdfiumFontAddViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
490
|
+
pdfiumFontAddViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
491
|
+
pdfiumFontAddViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
492
|
+
pdfiumFontAddViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
493
|
+
|
|
494
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
495
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
496
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
497
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
498
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
499
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
500
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
501
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
502
|
+
|
|
503
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
504
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
505
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
506
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
507
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
508
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
509
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
510
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
511
|
+
|
|
512
|
+
Pdfium_Font_EmbedViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
513
|
+
Pdfium_Font_EmbedViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
514
|
+
Pdfium_Font_EmbedViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
515
|
+
Pdfium_Font_EmbedViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
516
|
+
pdfiumFontEmbedViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
517
|
+
pdfiumFontEmbedViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
518
|
+
pdfiumFontEmbedViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
519
|
+
pdfiumFontEmbedViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
520
|
+
|
|
521
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
522
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
523
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
524
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
525
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
526
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
527
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
528
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
529
|
+
|
|
530
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
531
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
532
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
533
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
534
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
535
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
536
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
537
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
538
|
+
|
|
539
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
540
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
541
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
542
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
543
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
544
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
545
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
546
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
547
|
+
|
|
548
|
+
Pdfium_Font_ReplaceViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
549
|
+
Pdfium_Font_ReplaceViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
550
|
+
Pdfium_Font_ReplaceViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
551
|
+
Pdfium_Font_ReplaceViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
552
|
+
pdfiumFontReplaceViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
553
|
+
pdfiumFontReplaceViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
554
|
+
pdfiumFontReplaceViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
555
|
+
pdfiumFontReplaceViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
556
|
+
|
|
557
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
558
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
559
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
560
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
561
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
562
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
563
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
564
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
565
|
+
|
|
566
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
567
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
568
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
569
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
570
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
571
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
572
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
573
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
574
|
+
|
|
575
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
576
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
577
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
578
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
579
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
580
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
581
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
582
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
583
|
+
|
|
584
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
585
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
586
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
587
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
588
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
589
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
590
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
591
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
592
|
+
|
|
593
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
594
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
595
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
596
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
597
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
598
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
599
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
600
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
601
|
+
|
|
444
602
|
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
445
603
|
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
446
604
|
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -468,6 +626,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
468
626
|
pdfiumFormFlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
469
627
|
pdfiumFormFlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
470
628
|
|
|
629
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
630
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
631
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
632
|
+
Pdfium_Form_GetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
633
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
634
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
635
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
636
|
+
pdfiumFormGetCharObjectCollection(argument: _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
637
|
+
|
|
471
638
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
472
639
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
473
640
|
Pdfium_Form_GetComboboxOptions(argument: _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -531,6 +698,15 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
531
698
|
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
532
699
|
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
533
700
|
|
|
701
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
702
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
703
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
704
|
+
Pdfium_Form_GetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
705
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
706
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
707
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
708
|
+
pdfiumFormGetTextObjectCollection(argument: _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
709
|
+
|
|
534
710
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
535
711
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
536
712
|
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -1046,6 +1222,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1046
1222
|
|
|
1047
1223
|
Pdfium_Annotation_GetAnnotationCountRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1048
1224
|
|
|
1225
|
+
Pdfium_Annotation_GetAnnotationsRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output, _ironpdfengineproto_PdfiumGetAnnotationsResultP>;
|
|
1226
|
+
|
|
1049
1227
|
Pdfium_Annotation_GetTextAnnotationRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationRequestP__Output, _ironpdfengineproto_PdfiumGetTextAnnotationResultP>;
|
|
1050
1228
|
|
|
1051
1229
|
Pdfium_Annotation_RemoveAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
@@ -1082,12 +1260,40 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1082
1260
|
|
|
1083
1261
|
Pdfium_Dispose: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1084
1262
|
|
|
1263
|
+
Pdfium_Font_AddViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP>;
|
|
1264
|
+
|
|
1265
|
+
Pdfium_Font_AddViaStandardFontEnumVal: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP>;
|
|
1266
|
+
|
|
1267
|
+
Pdfium_Font_AddViaStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP>;
|
|
1268
|
+
|
|
1269
|
+
Pdfium_Font_EmbedViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP>;
|
|
1270
|
+
|
|
1271
|
+
Pdfium_Font_FindFonts: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFindFontsRequestP__Output, _ironpdfengineproto_PdfiumFindFontsResultP>;
|
|
1272
|
+
|
|
1273
|
+
Pdfium_Font_GetFontInfoAt: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoAtResultP>;
|
|
1274
|
+
|
|
1275
|
+
Pdfium_Font_GetStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumGetStandardFontNameResultP>;
|
|
1276
|
+
|
|
1277
|
+
Pdfium_Font_ReplaceViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP>;
|
|
1278
|
+
|
|
1279
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP>;
|
|
1280
|
+
|
|
1281
|
+
Pdfium_Font_ReplaceViaStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP>;
|
|
1282
|
+
|
|
1283
|
+
Pdfium_Font_ResolveStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP>;
|
|
1284
|
+
|
|
1285
|
+
Pdfium_Font_UnEmbedFontViaObjNum: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP>;
|
|
1286
|
+
|
|
1287
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP>;
|
|
1288
|
+
|
|
1085
1289
|
Pdfium_Form_AddFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1086
1290
|
|
|
1087
1291
|
Pdfium_Form_AddFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1088
1292
|
|
|
1089
1293
|
Pdfium_Form_FlattenForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1090
1294
|
|
|
1295
|
+
Pdfium_Form_GetCharObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP>;
|
|
1296
|
+
|
|
1091
1297
|
Pdfium_Form_GetComboboxOptions: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP>;
|
|
1092
1298
|
|
|
1093
1299
|
Pdfium_Form_GetComboboxSelectedIndex: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP>;
|
|
@@ -1102,6 +1308,8 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
1102
1308
|
|
|
1103
1309
|
Pdfium_Form_GetFormFields: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP>;
|
|
1104
1310
|
|
|
1311
|
+
Pdfium_Form_GetTextObjectCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP>;
|
|
1312
|
+
|
|
1105
1313
|
Pdfium_Form_RemoveFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1106
1314
|
|
|
1107
1315
|
Pdfium_Form_RemoveFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -1233,6 +1441,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1233
1441
|
Pdfium_Annotation_AddTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddTextAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1234
1442
|
Pdfium_Annotation_EditTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumEditTextAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1235
1443
|
Pdfium_Annotation_GetAnnotationCountRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationCountRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1444
|
+
Pdfium_Annotation_GetAnnotationsRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationsRequestP, _ironpdfengineproto_PdfiumGetAnnotationsResultP, _ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output, _ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>
|
|
1236
1445
|
Pdfium_Annotation_GetTextAnnotationRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationRequestP, _ironpdfengineproto_PdfiumGetTextAnnotationResultP, _ironpdfengineproto_PdfiumGetAnnotationRequestP__Output, _ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>
|
|
1237
1446
|
Pdfium_Annotation_RemoveAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumRemoveAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1238
1447
|
Pdfium_Attachment_AddPdfAttachment: MethodDefinition<_ironpdfengineproto_PdfiumAddPdfAttachmentRequestP, _ironpdfengineproto_PdfiumAddPdfAttachmentResultP, _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP__Output, _ironpdfengineproto_PdfiumAddPdfAttachmentResultP__Output>
|
|
@@ -1251,9 +1460,23 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1251
1460
|
Pdfium_ConvertToPdfUA: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfUARequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1252
1461
|
Pdfium_Copy: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>
|
|
1253
1462
|
Pdfium_Dispose: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1463
|
+
Pdfium_Font_AddViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP, _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>
|
|
1464
|
+
Pdfium_Font_AddViaStandardFontEnumVal: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>
|
|
1465
|
+
Pdfium_Font_AddViaStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>
|
|
1466
|
+
Pdfium_Font_EmbedViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>
|
|
1467
|
+
Pdfium_Font_FindFonts: MethodDefinition<_ironpdfengineproto_PdfiumFindFontsRequestP, _ironpdfengineproto_PdfiumFindFontsResultP, _ironpdfengineproto_PdfiumFindFontsRequestP__Output, _ironpdfengineproto_PdfiumFindFontsResultP__Output>
|
|
1468
|
+
Pdfium_Font_GetFontInfoAt: MethodDefinition<_ironpdfengineproto_PdfiumGetFontInfoAtRequestP, _ironpdfengineproto_PdfiumGetFontInfoAtResultP, _ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>
|
|
1469
|
+
Pdfium_Font_GetStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumGetStandardFontNameRequestP, _ironpdfengineproto_PdfiumGetStandardFontNameResultP, _ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>
|
|
1470
|
+
Pdfium_Font_ReplaceViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>
|
|
1471
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>
|
|
1472
|
+
Pdfium_Font_ReplaceViaStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>
|
|
1473
|
+
Pdfium_Font_ResolveStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP, _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>
|
|
1474
|
+
Pdfium_Font_UnEmbedFontViaObjNum: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>
|
|
1475
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>
|
|
1254
1476
|
Pdfium_Form_AddFormField: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1255
1477
|
Pdfium_Form_AddFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>
|
|
1256
1478
|
Pdfium_Form_FlattenForm: MethodDefinition<_ironpdfengineproto_PdfiumFlattenFormRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1479
|
+
Pdfium_Form_GetCharObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP, _ironpdfengineproto_PdfiumGetCharObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetCharObjectCollectionResultP__Output>
|
|
1257
1480
|
Pdfium_Form_GetComboboxOptions: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>
|
|
1258
1481
|
Pdfium_Form_GetComboboxSelectedIndex: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP__Output>
|
|
1259
1482
|
Pdfium_Form_GetFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP__Output>
|
|
@@ -1261,6 +1484,7 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
1261
1484
|
Pdfium_Form_GetFontInfoCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP, _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>
|
|
1262
1485
|
Pdfium_Form_GetForm: MethodDefinition<_ironpdfengineproto_PdfiumGetFormRequestP, _ironpdfengineproto_PdfiumGetFormResultP, _ironpdfengineproto_PdfiumGetFormRequestP__Output, _ironpdfengineproto_PdfiumGetFormResultP__Output>
|
|
1263
1486
|
Pdfium_Form_GetFormFields: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldsRequestP, _ironpdfengineproto_PdfiumGetFormFieldsResultP, _ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>
|
|
1487
|
+
Pdfium_Form_GetTextObjectCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP, _ironpdfengineproto_PdfiumGetTextObjectCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetTextObjectCollectionResultP__Output>
|
|
1264
1488
|
Pdfium_Form_RemoveFormField: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1265
1489
|
Pdfium_Form_RemoveFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>
|
|
1266
1490
|
Pdfium_Form_RenameField: MethodDefinition<_ironpdfengineproto_PdfiumRenameFieldRequestP, _ironpdfengineproto_PdfiumRenameFormFieldResultP, _ironpdfengineproto_PdfiumRenameFieldRequestP__Output, _ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
3
|
+
export interface _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP {
|
|
4
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
5
|
+
'fontBytesSize'?: (number);
|
|
6
|
+
}
|
|
7
|
+
export interface _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP__Output {
|
|
8
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
9
|
+
'fontBytesSize'?: (number);
|
|
10
|
+
}
|
|
11
|
+
export interface PdfiumAddFontViaByteArrayRequestStreamP {
|
|
12
|
+
'info'?: (_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP | null);
|
|
13
|
+
'fontBytesChunk'?: (Buffer | Uint8Array | string);
|
|
14
|
+
'request'?: "info" | "fontBytesChunk";
|
|
15
|
+
}
|
|
16
|
+
export interface PdfiumAddFontViaByteArrayRequestStreamP__Output {
|
|
17
|
+
'info'?: (_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP__Output);
|
|
18
|
+
'fontBytesChunk'?: (Buffer);
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=PdfiumAddFontViaByteArrayRequestStreamP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaByteArrayRequestStreamP.d.ts","sourceRoot":"","sources":["PdfiumAddFontViaByteArrayRequestStreamP.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,iEAAiE;IAChF,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,yEAAyE;IACxF,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,MAAM,WAAW,uCAAuC;IACtD,MAAM,CAAC,EAAE,CAAC,iEAAiE,GAAG,IAAI,CAAC,CAAC;IACpF,gBAAgB,CAAC,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAC,gBAAgB,CAAC;CACrC;AAED,MAAM,WAAW,+CAA+C;IAC9D,MAAM,CAAC,EAAE,CAAC,yEAAyE,CAAC,CAAC;IACrF,gBAAgB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaByteArrayRequestStreamP.js","sourceRoot":"","sources":["PdfiumAddFontViaByteArrayRequestStreamP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_font.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'fontBytesSize'?: (number);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'fontBytesSize'?: (number);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface PdfiumAddFontViaByteArrayRequestStreamP {
|
|
16
|
+
'info'?: (_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP | null);
|
|
17
|
+
'fontBytesChunk'?: (Buffer | Uint8Array | string);
|
|
18
|
+
'request'?: "info"|"fontBytesChunk";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface PdfiumAddFontViaByteArrayRequestStreamP__Output {
|
|
22
|
+
'info'?: (_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP_InfoP__Output);
|
|
23
|
+
'fontBytesChunk'?: (Buffer);
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP';
|
|
2
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
3
|
+
export interface PdfiumAddFontViaByteArrayResultP {
|
|
4
|
+
'result'?: (_ironpdfengineproto_PdfiumFontInfoP | null);
|
|
5
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
6
|
+
'resultOrException'?: "result" | "exception";
|
|
7
|
+
}
|
|
8
|
+
export interface PdfiumAddFontViaByteArrayResultP__Output {
|
|
9
|
+
'result'?: (_ironpdfengineproto_PdfiumFontInfoP__Output);
|
|
10
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PdfiumAddFontViaByteArrayResultP.d.ts.map
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaByteArrayResultP.d.ts","sourceRoot":"","sources":["PdfiumAddFontViaByteArrayResultP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,IAAI,mCAAmC,EAAE,uBAAuB,IAAI,2CAA2C,EAAE,MAAM,uCAAuC,CAAC;AAC5L,OAAO,KAAK,EAAE,gBAAgB,IAAI,oCAAoC,EAAE,wBAAwB,IAAI,4CAA4C,EAAE,MAAM,wCAAwC,CAAC;AAEjM,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,EAAE,CAAC,mCAAmC,GAAG,IAAI,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,CAAC,oCAAoC,GAAG,IAAI,CAAC,CAAC;IAC5D,mBAAmB,CAAC,EAAE,QAAQ,GAAC,WAAW,CAAC;CAC5C;AAED,MAAM,WAAW,wCAAwC;IACvD,QAAQ,CAAC,EAAE,CAAC,2CAA2C,CAAC,CAAC;IACzD,WAAW,CAAC,EAAE,CAAC,4CAA4C,CAAC,CAAC;CAC9D"}
|
package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFontViaByteArrayResultP.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaByteArrayResultP.js","sourceRoot":"","sources":["PdfiumAddFontViaByteArrayResultP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_font.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfiumFontInfoP as _ironpdfengineproto_PdfiumFontInfoP, PdfiumFontInfoP__Output as _ironpdfengineproto_PdfiumFontInfoP__Output } from '../ironpdfengineproto/PdfiumFontInfoP';
|
|
4
|
+
import type { RemoteExceptionP as _ironpdfengineproto_RemoteExceptionP, RemoteExceptionP__Output as _ironpdfengineproto_RemoteExceptionP__Output } from '../ironpdfengineproto/RemoteExceptionP';
|
|
5
|
+
|
|
6
|
+
export interface PdfiumAddFontViaByteArrayResultP {
|
|
7
|
+
'result'?: (_ironpdfengineproto_PdfiumFontInfoP | null);
|
|
8
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP | null);
|
|
9
|
+
'resultOrException'?: "result"|"exception";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface PdfiumAddFontViaByteArrayResultP__Output {
|
|
13
|
+
'result'?: (_ironpdfengineproto_PdfiumFontInfoP__Output);
|
|
14
|
+
'exception'?: (_ironpdfengineproto_RemoteExceptionP__Output);
|
|
15
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
2
|
+
export interface PdfiumAddFontViaStandardFontEnumValRequestP {
|
|
3
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
4
|
+
'standardFontEnumVal'?: (number);
|
|
5
|
+
}
|
|
6
|
+
export interface PdfiumAddFontViaStandardFontEnumValRequestP__Output {
|
|
7
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
8
|
+
'standardFontEnumVal'?: (number);
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=PdfiumAddFontViaStandardFontEnumValRequestP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaStandardFontEnumValRequestP.d.ts","sourceRoot":"","sources":["PdfiumAddFontViaStandardFontEnumValRequestP.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,oCAAoC,CAAC;AAE7K,MAAM,WAAW,2CAA2C;IAC1D,UAAU,CAAC,EAAE,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACvD,qBAAqB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,mDAAmD;IAClE,UAAU,CAAC,EAAE,CAAC,wCAAwC,CAAC,CAAC;IACxD,qBAAqB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfiumAddFontViaStandardFontEnumValRequestP.js","sourceRoot":"","sources":["PdfiumAddFontViaStandardFontEnumValRequestP.ts"],"names":[],"mappings":";AAAA,yEAAyE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_font.proto
|
|
2
|
+
|
|
3
|
+
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
4
|
+
|
|
5
|
+
export interface PdfiumAddFontViaStandardFontEnumValRequestP {
|
|
6
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
|
|
7
|
+
'standardFontEnumVal'?: (number);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface PdfiumAddFontViaStandardFontEnumValRequestP__Output {
|
|
11
|
+
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
|
|
12
|
+
'standardFontEnumVal'?: (number);
|
|
13
|
+
}
|