@ironsoftware/ironpdf 2023.10.1 → 2024.1.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/basic.proto +16 -0
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +29 -0
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +41 -4
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_annotation.proto +64 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +5 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_font.proto +209 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +107 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_page.proto +29 -2
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +15 -6
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_signature.proto +21 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_stamp.proto +26 -0
- package/src/internal/access.d.ts.map +1 -1
- package/src/internal/access.js +25 -8
- package/src/internal/access.js.map +1 -1
- package/src/internal/access.ts +34 -13
- package/src/internal/generated_proto/iron_pdf_service.d.ts +73 -3
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +73 -3
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromePdfRenderOptionsP.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP.d.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP.ts +27 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTableOfContentsTypesP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTableOfContentsTypesP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTableOfContentsTypesP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTableOfContentsTypesP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTableOfContentsTypesP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/IntListResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/IntListResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/IntListResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/IntListResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/IntListResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +371 -12
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +433 -12
- package/src/internal/generated_proto/ironpdfengineproto/ListIntP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/ListIntP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ListIntP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/ListIntP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/ListIntP.ts +10 -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/PdfiumAddFormFieldAnnotationRequestP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldRequestP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddFormFieldRequestP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddLinkAnnotationRequestP.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.d.ts +30 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP.ts +34 -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/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/PdfiumFindFontsResultP.js +4 -0
- 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/PdfiumFontInfoCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumGetFontNamesResultP.js → PdfiumFontInfoCollectionP.js} +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumFontNamesP.js → PdfiumFontInfoP.js} +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontInfoP.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldCollectionP.ts +11 -0
- 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/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/PdfiumGetFontInfoCollectionRequestP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumGetFontNamesRequestP.ts → PdfiumGetFontInfoCollectionRequestP.ts} +2 -2
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumGetFontNamesRequestP.js → PdfiumGetFontInfoCollectionResultP.js} +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontInfoCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumGetFontNamesRequestP.d.ts → PdfiumGetFormFieldsRequestP.d.ts} +3 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsRequestP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFormFieldsResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPageBoundsRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPageBoundsRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPageBoundsRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPageBoundsRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetPageBoundsRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP.ts +13 -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/PdfiumIDocumentObjectP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIDocumentObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIDocumentObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIDocumentObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIDocumentObjectP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationObjectP.d.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationObjectP.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts +20 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldAnnotationP.ts +23 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldObjectP.d.ts +37 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldObjectP.ts +40 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumIFormFieldP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP.d.ts +16 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP.ts +19 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsP.d.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsP.ts +16 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsPResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsPResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsPResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPageBoundsPResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/{PdfiumGetFontNamesResultP.ts → PdfiumPageBoundsPResultP.ts} +6 -6
- 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/PdfiumPdfAnnotationFlagsP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationFlagsP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationFlagsP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationFlagsP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfAnnotationFlagsP.ts +10 -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/PdfiumPdfFormFieldFlagsP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldFlagsP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldFlagsP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldFlagsP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldFlagsP.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldTypeP.d.ts +7 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldTypeP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldTypeP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldTypeP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumPdfFormFieldTypeP.ts +10 -0
- 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/PdfiumRemoveFormFieldAnnotationRequestP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldRequestP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveFormFieldRequestP.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveStructTreeRequestP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveStructTreeRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveStructTreeRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveStructTreeRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRemoveStructTreeRequestP.ts +11 -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/PdfiumResizePageRequestP.d.ts +6 -6
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumResizePageRequestP.ts +6 -6
- 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/PdfiumSetFormFieldValue2RequestP.d.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFieldValue2RequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFieldValue2RequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFieldValue2RequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSetFormFieldValue2RequestP.ts +16 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP.ts +22 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.d.ts +18 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP.ts +22 -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/PdfiumUpdateFormFieldAnnotationRequestP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldRequestP.d.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumUpdateFormFieldRequestP.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/generated_proto/ironpdfengineproto/SizeP.d.ts +9 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeP.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/SizeResultP.ts +15 -0
- package/src/internal/grpc_layer/chrome/converter.js +2 -2
- package/src/internal/grpc_layer/chrome/converter.js.map +1 -1
- package/src/internal/grpc_layer/chrome/converter.ts +2 -2
- 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 +38 -52
- package/src/internal/grpc_layer/pdfium/io.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/io.ts +50 -47
- package/src/internal/grpc_layer/pdfium/page.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.js +6 -5
- package/src/internal/grpc_layer/pdfium/page.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.ts +7 -7
- package/src/internal/grpc_layer/pdfium/signing.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.js +13 -8
- package/src/internal/grpc_layer/pdfium/signing.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/signing.ts +7 -2
- package/src/public/ironpdfglobalconfig.d.ts +30 -0
- package/src/public/ironpdfglobalconfig.d.ts.map +1 -1
- package/src/public/ironpdfglobalconfig.js.map +1 -1
- package/src/public/ironpdfglobalconfig.ts +31 -0
- 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/signature.d.ts +9 -0
- package/src/public/signature.d.ts.map +1 -1
- package/src/public/signature.ts +10 -20
- package/src/public/types.d.ts +39 -2
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.js +21 -1
- package/src/public/types.js.map +1 -1
- package/src/public/types.ts +47 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontNamesP.d.ts +0 -7
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontNamesP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontNamesP.js.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFontNamesP.ts +0 -10
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontNamesRequestP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontNamesRequestP.js.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontNamesResultP.d.ts +0 -12
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontNamesResultP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetFontNamesResultP.js.map +0 -1
|
@@ -8,6 +8,7 @@ import type { ChromeApplyStampRequestStreamP as _ironpdfengineproto_ChromeApplyS
|
|
|
8
8
|
import type { ChromeClearCookiesRequestP as _ironpdfengineproto_ChromeClearCookiesRequestP, ChromeClearCookiesRequestP__Output as _ironpdfengineproto_ChromeClearCookiesRequestP__Output } from '../ironpdfengineproto/ChromeClearCookiesRequestP';
|
|
9
9
|
import type { ChromeImageFilesToPdfRequestStreamP as _ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP, ChromeImageFilesToPdfRequestStreamP__Output as _ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP__Output } from '../ironpdfengineproto/ChromeImageFilesToPdfRequestStreamP';
|
|
10
10
|
import type { ChromeImageToPdfRequestStreamP as _ironpdfengineproto_ChromeImageToPdfRequestStreamP, ChromeImageToPdfRequestStreamP__Output as _ironpdfengineproto_ChromeImageToPdfRequestStreamP__Output } from '../ironpdfengineproto/ChromeImageToPdfRequestStreamP';
|
|
11
|
+
import type { ChromeRenderMeasureHtmlRequestStreamP as _ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP, ChromeRenderMeasureHtmlRequestStreamP__Output as _ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP__Output } from '../ironpdfengineproto/ChromeRenderMeasureHtmlRequestStreamP';
|
|
11
12
|
import type { ChromeRenderPdfDocumentFromHtmlRequestStreamP as _ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlRequestStreamP, ChromeRenderPdfDocumentFromHtmlRequestStreamP__Output as _ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlRequestStreamP__Output } from '../ironpdfengineproto/ChromeRenderPdfDocumentFromHtmlRequestStreamP';
|
|
12
13
|
import type { ChromeRenderPdfDocumentFromRtfStringRequestStreamP as _ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP, ChromeRenderPdfDocumentFromRtfStringRequestStreamP__Output as _ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP__Output } from '../ironpdfengineproto/ChromeRenderPdfDocumentFromRtfStringRequestStreamP';
|
|
13
14
|
import type { ChromeRenderPdfDocumentFromUriRequestP as _ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP, ChromeRenderPdfDocumentFromUriRequestP__Output as _ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP__Output } from '../ironpdfengineproto/ChromeRenderPdfDocumentFromUriRequestP';
|
|
@@ -17,13 +18,24 @@ import type { HandshakeRequestP as _ironpdfengineproto_HandshakeRequestP, Handsh
|
|
|
17
18
|
import type { HandshakeResponseP as _ironpdfengineproto_HandshakeResponseP, HandshakeResponseP__Output as _ironpdfengineproto_HandshakeResponseP__Output } from '../ironpdfengineproto/HandshakeResponseP';
|
|
18
19
|
import type { ImageResultStreamP as _ironpdfengineproto_ImageResultStreamP, ImageResultStreamP__Output as _ironpdfengineproto_ImageResultStreamP__Output } from '../ironpdfengineproto/ImageResultStreamP';
|
|
19
20
|
import type { ImagesResultStreamP as _ironpdfengineproto_ImagesResultStreamP, ImagesResultStreamP__Output as _ironpdfengineproto_ImagesResultStreamP__Output } from '../ironpdfengineproto/ImagesResultStreamP';
|
|
21
|
+
import type { IntListResultP as _ironpdfengineproto_IntListResultP, IntListResultP__Output as _ironpdfengineproto_IntListResultP__Output } from '../ironpdfengineproto/IntListResultP';
|
|
20
22
|
import type { IntResultP as _ironpdfengineproto_IntResultP, IntResultP__Output as _ironpdfengineproto_IntResultP__Output } from '../ironpdfengineproto/IntResultP';
|
|
21
23
|
import type { ListStringResultP as _ironpdfengineproto_ListStringResultP, ListStringResultP__Output as _ironpdfengineproto_ListStringResultP__Output } from '../ironpdfengineproto/ListStringResultP';
|
|
22
24
|
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
|
|
23
25
|
import type { PdfDocumentResultP as _ironpdfengineproto_PdfDocumentResultP, PdfDocumentResultP__Output as _ironpdfengineproto_PdfDocumentResultP__Output } from '../ironpdfengineproto/PdfDocumentResultP';
|
|
24
26
|
import type { PdfiumAddBackgroundForegroundRequestP as _ironpdfengineproto_PdfiumAddBackgroundForegroundRequestP, PdfiumAddBackgroundForegroundRequestP__Output as _ironpdfengineproto_PdfiumAddBackgroundForegroundRequestP__Output } from '../ironpdfengineproto/PdfiumAddBackgroundForegroundRequestP';
|
|
27
|
+
import type { PdfiumAddFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP, PdfiumAddFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumAddFontViaByteArrayRequestStreamP';
|
|
28
|
+
import type { PdfiumAddFontViaByteArrayResultP as _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP, PdfiumAddFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaByteArrayResultP';
|
|
29
|
+
import type { PdfiumAddFontViaStandardFontEnumValRequestP as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, PdfiumAddFontViaStandardFontEnumValRequestP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValRequestP';
|
|
30
|
+
import type { PdfiumAddFontViaStandardFontEnumValResultP as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP, PdfiumAddFontViaStandardFontEnumValResultP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontEnumValResultP';
|
|
31
|
+
import type { PdfiumAddFontViaStandardFontNameRequestP as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, PdfiumAddFontViaStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontNameRequestP';
|
|
32
|
+
import type { PdfiumAddFontViaStandardFontNameResultP as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP, PdfiumAddFontViaStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumAddFontViaStandardFontNameResultP';
|
|
33
|
+
import type { PdfiumAddFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, PdfiumAddFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldAnnotationRequestP';
|
|
34
|
+
import type { PdfiumAddFormFieldRequestP as _ironpdfengineproto_PdfiumAddFormFieldRequestP, PdfiumAddFormFieldRequestP__Output as _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumAddFormFieldRequestP';
|
|
35
|
+
import type { PdfiumAddLinkAnnotationRequestP as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, PdfiumAddLinkAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddLinkAnnotationRequestP';
|
|
25
36
|
import type { PdfiumAddPdfAttachmentRequestP as _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP, PdfiumAddPdfAttachmentRequestP__Output as _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP__Output } from '../ironpdfengineproto/PdfiumAddPdfAttachmentRequestP';
|
|
26
37
|
import type { PdfiumAddPdfAttachmentResultP as _ironpdfengineproto_PdfiumAddPdfAttachmentResultP, PdfiumAddPdfAttachmentResultP__Output as _ironpdfengineproto_PdfiumAddPdfAttachmentResultP__Output } from '../ironpdfengineproto/PdfiumAddPdfAttachmentResultP';
|
|
38
|
+
import type { PdfiumAddSignatureImageRequestStreamP as _ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP, PdfiumAddSignatureImageRequestStreamP__Output as _ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP__Output } from '../ironpdfengineproto/PdfiumAddSignatureImageRequestStreamP';
|
|
27
39
|
import type { PdfiumAddTextAnnotationRequestP as _ironpdfengineproto_PdfiumAddTextAnnotationRequestP, PdfiumAddTextAnnotationRequestP__Output as _ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumAddTextAnnotationRequestP';
|
|
28
40
|
import type { PdfiumAddTextHeaderFooterRequestP as _ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP, PdfiumAddTextHeaderFooterRequestP__Output as _ironpdfengineproto_PdfiumAddTextHeaderFooterRequestP__Output } from '../ironpdfengineproto/PdfiumAddTextHeaderFooterRequestP';
|
|
29
41
|
import type { PdfiumCompressImagesRequestP as _ironpdfengineproto_PdfiumCompressImagesRequestP, PdfiumCompressImagesRequestP__Output as _ironpdfengineproto_PdfiumCompressImagesRequestP__Output } from '../ironpdfengineproto/PdfiumCompressImagesRequestP';
|
|
@@ -33,12 +45,18 @@ import type { PdfiumCopyPagesRequestP as _ironpdfengineproto_PdfiumCopyPagesRequ
|
|
|
33
45
|
import type { PdfiumDrawBitmapRequestStreamP as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP, PdfiumDrawBitmapRequestStreamP__Output as _ironpdfengineproto_PdfiumDrawBitmapRequestStreamP__Output } from '../ironpdfengineproto/PdfiumDrawBitmapRequestStreamP';
|
|
34
46
|
import type { PdfiumDrawTextRequestP as _ironpdfengineproto_PdfiumDrawTextRequestP, PdfiumDrawTextRequestP__Output as _ironpdfengineproto_PdfiumDrawTextRequestP__Output } from '../ironpdfengineproto/PdfiumDrawTextRequestP';
|
|
35
47
|
import type { PdfiumEditTextAnnotationRequestP as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP, PdfiumEditTextAnnotationRequestP__Output as _ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumEditTextAnnotationRequestP';
|
|
48
|
+
import type { PdfiumEmbedFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP, PdfiumEmbedFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumEmbedFontViaByteArrayRequestStreamP';
|
|
49
|
+
import type { PdfiumEmbedFontViaByteArrayResultP as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP, PdfiumEmbedFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumEmbedFontViaByteArrayResultP';
|
|
36
50
|
import type { PdfiumExtractAllImagesRequestP as _ironpdfengineproto_PdfiumExtractAllImagesRequestP, PdfiumExtractAllImagesRequestP__Output as _ironpdfengineproto_PdfiumExtractAllImagesRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllImagesRequestP';
|
|
37
51
|
import type { PdfiumExtractAllRawImagesRequestP as _ironpdfengineproto_PdfiumExtractAllRawImagesRequestP, PdfiumExtractAllRawImagesRequestP__Output as _ironpdfengineproto_PdfiumExtractAllRawImagesRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllRawImagesRequestP';
|
|
38
52
|
import type { PdfiumExtractAllTextRequestP as _ironpdfengineproto_PdfiumExtractAllTextRequestP, PdfiumExtractAllTextRequestP__Output as _ironpdfengineproto_PdfiumExtractAllTextRequestP__Output } from '../ironpdfengineproto/PdfiumExtractAllTextRequestP';
|
|
53
|
+
import type { PdfiumFindFontsRequestP as _ironpdfengineproto_PdfiumFindFontsRequestP, PdfiumFindFontsRequestP__Output as _ironpdfengineproto_PdfiumFindFontsRequestP__Output } from '../ironpdfengineproto/PdfiumFindFontsRequestP';
|
|
54
|
+
import type { PdfiumFindFontsResultP as _ironpdfengineproto_PdfiumFindFontsResultP, PdfiumFindFontsResultP__Output as _ironpdfengineproto_PdfiumFindFontsResultP__Output } from '../ironpdfengineproto/PdfiumFindFontsResultP';
|
|
39
55
|
import type { PdfiumFlattenFormRequestP as _ironpdfengineproto_PdfiumFlattenFormRequestP, PdfiumFlattenFormRequestP__Output as _ironpdfengineproto_PdfiumFlattenFormRequestP__Output } from '../ironpdfengineproto/PdfiumFlattenFormRequestP';
|
|
40
56
|
import type { PdfiumGetAnnotationCountRequestP as _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, PdfiumGetAnnotationCountRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationCountRequestP';
|
|
41
57
|
import type { PdfiumGetAnnotationRequestP as _ironpdfengineproto_PdfiumGetAnnotationRequestP, PdfiumGetAnnotationRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationRequestP';
|
|
58
|
+
import type { PdfiumGetAnnotationsRequestP as _ironpdfengineproto_PdfiumGetAnnotationsRequestP, PdfiumGetAnnotationsRequestP__Output as _ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationsRequestP';
|
|
59
|
+
import type { PdfiumGetAnnotationsResultP as _ironpdfengineproto_PdfiumGetAnnotationsResultP, PdfiumGetAnnotationsResultP__Output as _ironpdfengineproto_PdfiumGetAnnotationsResultP__Output } from '../ironpdfengineproto/PdfiumGetAnnotationsResultP';
|
|
42
60
|
import type { PdfiumGetBinaryDataRequestStreamP as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP, PdfiumGetBinaryDataRequestStreamP__Output as _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetBinaryDataRequestStreamP';
|
|
43
61
|
import type { PdfiumGetBookmarksDescriptorRequestP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP, PdfiumGetBookmarksDescriptorRequestP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorRequestP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorRequestP';
|
|
44
62
|
import type { PdfiumGetBookmarksDescriptorResultP as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP, PdfiumGetBookmarksDescriptorResultP__Output as _ironpdfengineproto_PdfiumGetBookmarksDescriptorResultP__Output } from '../ironpdfengineproto/PdfiumGetBookmarksDescriptorResultP';
|
|
@@ -46,17 +64,22 @@ import type { PdfiumGetComboboxOptionsRequestP as _ironpdfengineproto_PdfiumGetC
|
|
|
46
64
|
import type { PdfiumGetComboboxOptionsResultP as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, PdfiumGetComboboxOptionsResultP__Output as _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output } from '../ironpdfengineproto/PdfiumGetComboboxOptionsResultP';
|
|
47
65
|
import type { PdfiumGetComboboxSelectedIndexRequestP as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, PdfiumGetComboboxSelectedIndexRequestP__Output as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output } from '../ironpdfengineproto/PdfiumGetComboboxSelectedIndexRequestP';
|
|
48
66
|
import type { PdfiumGetComboboxSelectedIndexResultP as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP, PdfiumGetComboboxSelectedIndexResultP__Output as _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP__Output } from '../ironpdfengineproto/PdfiumGetComboboxSelectedIndexResultP';
|
|
49
|
-
import type {
|
|
50
|
-
import type {
|
|
67
|
+
import type { PdfiumGetFontInfoAtRequestP as _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, PdfiumGetFontInfoAtRequestP__Output as _ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoAtRequestP';
|
|
68
|
+
import type { PdfiumGetFontInfoAtResultP as _ironpdfengineproto_PdfiumGetFontInfoAtResultP, PdfiumGetFontInfoAtResultP__Output as _ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoAtResultP';
|
|
69
|
+
import type { PdfiumGetFontInfoCollectionRequestP as _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, PdfiumGetFontInfoCollectionRequestP__Output as _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoCollectionRequestP';
|
|
70
|
+
import type { PdfiumGetFontInfoCollectionResultP as _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP, PdfiumGetFontInfoCollectionResultP__Output as _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output } from '../ironpdfengineproto/PdfiumGetFontInfoCollectionResultP';
|
|
51
71
|
import type { PdfiumGetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP, PdfiumGetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldIsReadOnlyRequestP';
|
|
52
72
|
import type { PdfiumGetFormFieldIsReadOnlyResultP as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP, PdfiumGetFormFieldIsReadOnlyResultP__Output as _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldIsReadOnlyResultP';
|
|
53
73
|
import type { PdfiumGetFormFieldValueRequestP as _ironpdfengineproto_PdfiumGetFormFieldValueRequestP, PdfiumGetFormFieldValueRequestP__Output as _ironpdfengineproto_PdfiumGetFormFieldValueRequestP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldValueRequestP';
|
|
54
74
|
import type { PdfiumGetFormFieldValueResultP as _ironpdfengineproto_PdfiumGetFormFieldValueResultP, PdfiumGetFormFieldValueResultP__Output as _ironpdfengineproto_PdfiumGetFormFieldValueResultP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldValueResultP';
|
|
75
|
+
import type { PdfiumGetFormFieldsRequestP as _ironpdfengineproto_PdfiumGetFormFieldsRequestP, PdfiumGetFormFieldsRequestP__Output as _ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldsRequestP';
|
|
76
|
+
import type { PdfiumGetFormFieldsResultP as _ironpdfengineproto_PdfiumGetFormFieldsResultP, PdfiumGetFormFieldsResultP__Output as _ironpdfengineproto_PdfiumGetFormFieldsResultP__Output } from '../ironpdfengineproto/PdfiumGetFormFieldsResultP';
|
|
55
77
|
import type { PdfiumGetFormRequestP as _ironpdfengineproto_PdfiumGetFormRequestP, PdfiumGetFormRequestP__Output as _ironpdfengineproto_PdfiumGetFormRequestP__Output } from '../ironpdfengineproto/PdfiumGetFormRequestP';
|
|
56
78
|
import type { PdfiumGetFormResultP as _ironpdfengineproto_PdfiumGetFormResultP, PdfiumGetFormResultP__Output as _ironpdfengineproto_PdfiumGetFormResultP__Output } from '../ironpdfengineproto/PdfiumGetFormResultP';
|
|
57
79
|
import type { PdfiumGetMetadataDictRequestP as _ironpdfengineproto_PdfiumGetMetadataDictRequestP, PdfiumGetMetadataDictRequestP__Output as _ironpdfengineproto_PdfiumGetMetadataDictRequestP__Output } from '../ironpdfengineproto/PdfiumGetMetadataDictRequestP';
|
|
58
80
|
import type { PdfiumGetMetadataKeysRequestP as _ironpdfengineproto_PdfiumGetMetadataKeysRequestP, PdfiumGetMetadataKeysRequestP__Output as _ironpdfengineproto_PdfiumGetMetadataKeysRequestP__Output } from '../ironpdfengineproto/PdfiumGetMetadataKeysRequestP';
|
|
59
81
|
import type { PdfiumGetMetadataRequestP as _ironpdfengineproto_PdfiumGetMetadataRequestP, PdfiumGetMetadataRequestP__Output as _ironpdfengineproto_PdfiumGetMetadataRequestP__Output } from '../ironpdfengineproto/PdfiumGetMetadataRequestP';
|
|
82
|
+
import type { PdfiumGetPageBoundsRequestP as _ironpdfengineproto_PdfiumGetPageBoundsRequestP, PdfiumGetPageBoundsRequestP__Output as _ironpdfengineproto_PdfiumGetPageBoundsRequestP__Output } from '../ironpdfengineproto/PdfiumGetPageBoundsRequestP';
|
|
60
83
|
import type { PdfiumGetPageCountRequestP as _ironpdfengineproto_PdfiumGetPageCountRequestP, PdfiumGetPageCountRequestP__Output as _ironpdfengineproto_PdfiumGetPageCountRequestP__Output } from '../ironpdfengineproto/PdfiumGetPageCountRequestP';
|
|
61
84
|
import type { PdfiumGetPageCountResultP as _ironpdfengineproto_PdfiumGetPageCountResultP, PdfiumGetPageCountResultP__Output as _ironpdfengineproto_PdfiumGetPageCountResultP__Output } from '../ironpdfengineproto/PdfiumGetPageCountResultP';
|
|
62
85
|
import type { PdfiumGetPageRequestP as _ironpdfengineproto_PdfiumGetPageRequestP, PdfiumGetPageRequestP__Output as _ironpdfengineproto_PdfiumGetPageRequestP__Output } from '../ironpdfengineproto/PdfiumGetPageRequestP';
|
|
@@ -74,13 +97,18 @@ import type { PdfiumGetPdfAttachmentNameResultP as _ironpdfengineproto_PdfiumGet
|
|
|
74
97
|
import type { PdfiumGetPdfSecuritySettingsRequestP as _ironpdfengineproto_PdfiumGetPdfSecuritySettingsRequestP, PdfiumGetPdfSecuritySettingsRequestP__Output as _ironpdfengineproto_PdfiumGetPdfSecuritySettingsRequestP__Output } from '../ironpdfengineproto/PdfiumGetPdfSecuritySettingsRequestP';
|
|
75
98
|
import type { PdfiumGetPdfSecuritySettingsResultP as _ironpdfengineproto_PdfiumGetPdfSecuritySettingsResultP, PdfiumGetPdfSecuritySettingsResultP__Output as _ironpdfengineproto_PdfiumGetPdfSecuritySettingsResultP__Output } from '../ironpdfengineproto/PdfiumGetPdfSecuritySettingsResultP';
|
|
76
99
|
import type { PdfiumGetRevisionRequestP as _ironpdfengineproto_PdfiumGetRevisionRequestP, PdfiumGetRevisionRequestP__Output as _ironpdfengineproto_PdfiumGetRevisionRequestP__Output } from '../ironpdfengineproto/PdfiumGetRevisionRequestP';
|
|
100
|
+
import type { PdfiumGetSignatureByteRangeRequestP as _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, PdfiumGetSignatureByteRangeRequestP__Output as _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP__Output } from '../ironpdfengineproto/PdfiumGetSignatureByteRangeRequestP';
|
|
77
101
|
import type { PdfiumGetSignatureCountRequestP as _ironpdfengineproto_PdfiumGetSignatureCountRequestP, PdfiumGetSignatureCountRequestP__Output as _ironpdfengineproto_PdfiumGetSignatureCountRequestP__Output } from '../ironpdfengineproto/PdfiumGetSignatureCountRequestP';
|
|
78
102
|
import type { PdfiumGetSignatureCountResultP as _ironpdfengineproto_PdfiumGetSignatureCountResultP, PdfiumGetSignatureCountResultP__Output as _ironpdfengineproto_PdfiumGetSignatureCountResultP__Output } from '../ironpdfengineproto/PdfiumGetSignatureCountResultP';
|
|
103
|
+
import type { PdfiumGetStandardFontNameRequestP as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, PdfiumGetStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameRequestP';
|
|
104
|
+
import type { PdfiumGetStandardFontNameResultP as _ironpdfengineproto_PdfiumGetStandardFontNameResultP, PdfiumGetStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumGetStandardFontNameResultP';
|
|
79
105
|
import type { PdfiumGetTextAnnotationResultP as _ironpdfengineproto_PdfiumGetTextAnnotationResultP, PdfiumGetTextAnnotationResultP__Output as _ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output } from '../ironpdfengineproto/PdfiumGetTextAnnotationResultP';
|
|
80
106
|
import type { PdfiumGetVerifiedSignatureRequestStreamP as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP, PdfiumGetVerifiedSignatureRequestStreamP__Output as _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP__Output } from '../ironpdfengineproto/PdfiumGetVerifiedSignatureRequestStreamP';
|
|
81
107
|
import type { PdfiumGetVerifySignatureResultP as _ironpdfengineproto_PdfiumGetVerifySignatureResultP, PdfiumGetVerifySignatureResultP__Output as _ironpdfengineproto_PdfiumGetVerifySignatureResultP__Output } from '../ironpdfengineproto/PdfiumGetVerifySignatureResultP';
|
|
82
108
|
import type { PdfiumInsertBookmarkRequestP as _ironpdfengineproto_PdfiumInsertBookmarkRequestP, PdfiumInsertBookmarkRequestP__Output as _ironpdfengineproto_PdfiumInsertBookmarkRequestP__Output } from '../ironpdfengineproto/PdfiumInsertBookmarkRequestP';
|
|
109
|
+
import type { PdfiumMergePageObjectsAppendRequestP as _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, PdfiumMergePageObjectsAppendRequestP__Output as _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP__Output } from '../ironpdfengineproto/PdfiumMergePageObjectsAppendRequestP';
|
|
83
110
|
import type { PdfiumMetadataFieldResultP as _ironpdfengineproto_PdfiumMetadataFieldResultP, PdfiumMetadataFieldResultP__Output as _ironpdfengineproto_PdfiumMetadataFieldResultP__Output } from '../ironpdfengineproto/PdfiumMetadataFieldResultP';
|
|
111
|
+
import type { PdfiumPageBoundsPResultP as _ironpdfengineproto_PdfiumPageBoundsPResultP, PdfiumPageBoundsPResultP__Output as _ironpdfengineproto_PdfiumPageBoundsPResultP__Output } from '../ironpdfengineproto/PdfiumPageBoundsPResultP';
|
|
84
112
|
import type { PdfiumPdfDocumentConstructorStreamP as _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP, PdfiumPdfDocumentConstructorStreamP__Output as _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output } from '../ironpdfengineproto/PdfiumPdfDocumentConstructorStreamP';
|
|
85
113
|
import type { PdfiumPdfDocumentInsertRequestP as _ironpdfengineproto_PdfiumPdfDocumentInsertRequestP, PdfiumPdfDocumentInsertRequestP__Output as _ironpdfengineproto_PdfiumPdfDocumentInsertRequestP__Output } from '../ironpdfengineproto/PdfiumPdfDocumentInsertRequestP';
|
|
86
114
|
import type { PdfiumPdfDocumentMergeRequestP as _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, PdfiumPdfDocumentMergeRequestP__Output as _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP__Output } from '../ironpdfengineproto/PdfiumPdfDocumentMergeRequestP';
|
|
@@ -88,18 +116,30 @@ import type { PdfiumPdfToImagesRequestP as _ironpdfengineproto_PdfiumPdfToImages
|
|
|
88
116
|
import type { PdfiumPdfToMultiPageTiffImageRequestP as _ironpdfengineproto_PdfiumPdfToMultiPageTiffImageRequestP, PdfiumPdfToMultiPageTiffImageRequestP__Output as _ironpdfengineproto_PdfiumPdfToMultiPageTiffImageRequestP__Output } from '../ironpdfengineproto/PdfiumPdfToMultiPageTiffImageRequestP';
|
|
89
117
|
import type { PdfiumRemoveAnnotationRequestP as _ironpdfengineproto_PdfiumRemoveAnnotationRequestP, PdfiumRemoveAnnotationRequestP__Output as _ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveAnnotationRequestP';
|
|
90
118
|
import type { PdfiumRemoveBookmarksRequestP as _ironpdfengineproto_PdfiumRemoveBookmarksRequestP, PdfiumRemoveBookmarksRequestP__Output as _ironpdfengineproto_PdfiumRemoveBookmarksRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveBookmarksRequestP';
|
|
119
|
+
import type { PdfiumRemoveFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, PdfiumRemoveFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveFormFieldAnnotationRequestP';
|
|
120
|
+
import type { PdfiumRemoveFormFieldRequestP as _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, PdfiumRemoveFormFieldRequestP__Output as _ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveFormFieldRequestP';
|
|
91
121
|
import type { PdfiumRemoveMetadataRequestP as _ironpdfengineproto_PdfiumRemoveMetadataRequestP, PdfiumRemoveMetadataRequestP__Output as _ironpdfengineproto_PdfiumRemoveMetadataRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveMetadataRequestP';
|
|
92
122
|
import type { PdfiumRemovePagesRequestP as _ironpdfengineproto_PdfiumRemovePagesRequestP, PdfiumRemovePagesRequestP__Output as _ironpdfengineproto_PdfiumRemovePagesRequestP__Output } from '../ironpdfengineproto/PdfiumRemovePagesRequestP';
|
|
93
123
|
import type { PdfiumRemovePagesResultP as _ironpdfengineproto_PdfiumRemovePagesResultP, PdfiumRemovePagesResultP__Output as _ironpdfengineproto_PdfiumRemovePagesResultP__Output } from '../ironpdfengineproto/PdfiumRemovePagesResultP';
|
|
94
124
|
import type { PdfiumRemovePasswordsAndEncryptionRequestP as _ironpdfengineproto_PdfiumRemovePasswordsAndEncryptionRequestP, PdfiumRemovePasswordsAndEncryptionRequestP__Output as _ironpdfengineproto_PdfiumRemovePasswordsAndEncryptionRequestP__Output } from '../ironpdfengineproto/PdfiumRemovePasswordsAndEncryptionRequestP';
|
|
95
125
|
import type { PdfiumRemovePdfAttachmentRequestP as _ironpdfengineproto_PdfiumRemovePdfAttachmentRequestP, PdfiumRemovePdfAttachmentRequestP__Output as _ironpdfengineproto_PdfiumRemovePdfAttachmentRequestP__Output } from '../ironpdfengineproto/PdfiumRemovePdfAttachmentRequestP';
|
|
96
126
|
import type { PdfiumRemoveSignaturesRequestP as _ironpdfengineproto_PdfiumRemoveSignaturesRequestP, PdfiumRemoveSignaturesRequestP__Output as _ironpdfengineproto_PdfiumRemoveSignaturesRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveSignaturesRequestP';
|
|
127
|
+
import type { PdfiumRemoveStructTreeRequestP as _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, PdfiumRemoveStructTreeRequestP__Output as _ironpdfengineproto_PdfiumRemoveStructTreeRequestP__Output } from '../ironpdfengineproto/PdfiumRemoveStructTreeRequestP';
|
|
97
128
|
import type { PdfiumRenameFieldRequestP as _ironpdfengineproto_PdfiumRenameFieldRequestP, PdfiumRenameFieldRequestP__Output as _ironpdfengineproto_PdfiumRenameFieldRequestP__Output } from '../ironpdfengineproto/PdfiumRenameFieldRequestP';
|
|
98
129
|
import type { PdfiumRenameFormFieldResultP as _ironpdfengineproto_PdfiumRenameFormFieldResultP, PdfiumRenameFormFieldResultP__Output as _ironpdfengineproto_PdfiumRenameFormFieldResultP__Output } from '../ironpdfengineproto/PdfiumRenameFormFieldResultP';
|
|
130
|
+
import type { PdfiumReplaceFontViaByteArrayRequestStreamP as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP, PdfiumReplaceFontViaByteArrayRequestStreamP__Output as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaByteArrayRequestStreamP';
|
|
131
|
+
import type { PdfiumReplaceFontViaByteArrayResultP as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP, PdfiumReplaceFontViaByteArrayResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaByteArrayResultP';
|
|
132
|
+
import type { PdfiumReplaceFontViaStandardFontEnumValRequestP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, PdfiumReplaceFontViaStandardFontEnumValRequestP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValRequestP';
|
|
133
|
+
import type { PdfiumReplaceFontViaStandardFontEnumValResultP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP, PdfiumReplaceFontViaStandardFontEnumValResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontEnumValResultP';
|
|
134
|
+
import type { PdfiumReplaceFontViaStandardFontNameRequestP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, PdfiumReplaceFontViaStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameRequestP';
|
|
135
|
+
import type { PdfiumReplaceFontViaStandardFontNameResultP as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP, PdfiumReplaceFontViaStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumReplaceFontViaStandardFontNameResultP';
|
|
99
136
|
import type { PdfiumReplaceTextRequestP as _ironpdfengineproto_PdfiumReplaceTextRequestP, PdfiumReplaceTextRequestP__Output as _ironpdfengineproto_PdfiumReplaceTextRequestP__Output } from '../ironpdfengineproto/PdfiumReplaceTextRequestP';
|
|
100
137
|
import type { PdfiumResizePageRequestP as _ironpdfengineproto_PdfiumResizePageRequestP, PdfiumResizePageRequestP__Output as _ironpdfengineproto_PdfiumResizePageRequestP__Output } from '../ironpdfengineproto/PdfiumResizePageRequestP';
|
|
138
|
+
import type { PdfiumResolveStandardFontNameRequestP as _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, PdfiumResolveStandardFontNameRequestP__Output as _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumResolveStandardFontNameRequestP';
|
|
139
|
+
import type { PdfiumResolveStandardFontNameResultP as _ironpdfengineproto_PdfiumResolveStandardFontNameResultP, PdfiumResolveStandardFontNameResultP__Output as _ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output } from '../ironpdfengineproto/PdfiumResolveStandardFontNameResultP';
|
|
101
140
|
import type { PdfiumSetFormFieldFontRequestP as _ironpdfengineproto_PdfiumSetFormFieldFontRequestP, PdfiumSetFormFieldFontRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldFontRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldFontRequestP';
|
|
102
141
|
import type { PdfiumSetFormFieldIsReadOnlyRequestP as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, PdfiumSetFormFieldIsReadOnlyRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldIsReadOnlyRequestP';
|
|
142
|
+
import type { PdfiumSetFormFieldValue2RequestP as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, PdfiumSetFormFieldValue2RequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValue2RequestP';
|
|
103
143
|
import type { PdfiumSetFormFieldValueRequestP as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP, PdfiumSetFormFieldValueRequestP__Output as _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output } from '../ironpdfengineproto/PdfiumSetFormFieldValueRequestP';
|
|
104
144
|
import type { PdfiumSetMetadataDictRequestP as _ironpdfengineproto_PdfiumSetMetadataDictRequestP, PdfiumSetMetadataDictRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataDictRequestP';
|
|
105
145
|
import type { PdfiumSetMetadataRequestP as _ironpdfengineproto_PdfiumSetMetadataRequestP, PdfiumSetMetadataRequestP__Output as _ironpdfengineproto_PdfiumSetMetadataRequestP__Output } from '../ironpdfengineproto/PdfiumSetMetadataRequestP';
|
|
@@ -108,6 +148,15 @@ import type { PdfiumSetPdfAttachmentDataRequestStreamP as _ironpdfengineproto_Pd
|
|
|
108
148
|
import type { PdfiumSetPdfSecuritySettingsRequestP as _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP, PdfiumSetPdfSecuritySettingsRequestP__Output as _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP__Output } from '../ironpdfengineproto/PdfiumSetPdfSecuritySettingsRequestP';
|
|
109
149
|
import type { PdfiumSignRequestStreamP as _ironpdfengineproto_PdfiumSignRequestStreamP, PdfiumSignRequestStreamP__Output as _ironpdfengineproto_PdfiumSignRequestStreamP__Output } from '../ironpdfengineproto/PdfiumSignRequestStreamP';
|
|
110
150
|
import type { PdfiumSignResultP as _ironpdfengineproto_PdfiumSignResultP, PdfiumSignResultP__Output as _ironpdfengineproto_PdfiumSignResultP__Output } from '../ironpdfengineproto/PdfiumSignResultP';
|
|
151
|
+
import type { PdfiumStampBackgroundWatermarkRequestStreamP as _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP, PdfiumStampBackgroundWatermarkRequestStreamP__Output as _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP__Output } from '../ironpdfengineproto/PdfiumStampBackgroundWatermarkRequestStreamP';
|
|
152
|
+
import type { PdfiumStampFooterWatermarkRequestStreamP as _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP, PdfiumStampFooterWatermarkRequestStreamP__Output as _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output } from '../ironpdfengineproto/PdfiumStampFooterWatermarkRequestStreamP';
|
|
153
|
+
import type { PdfiumUnEmbedFontViaObjNumRequestP as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, PdfiumUnEmbedFontViaObjNumRequestP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaObjNumRequestP';
|
|
154
|
+
import type { PdfiumUnEmbedFontViaObjNumResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP, PdfiumUnEmbedFontViaObjNumResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaObjNumResultP';
|
|
155
|
+
import type { PdfiumUnEmbedFontViaRegexFontNameRequestP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, PdfiumUnEmbedFontViaRegexFontNameRequestP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameRequestP';
|
|
156
|
+
import type { PdfiumUnEmbedFontViaRegexFontNameResultP as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, PdfiumUnEmbedFontViaRegexFontNameResultP__Output as _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output } from '../ironpdfengineproto/PdfiumUnEmbedFontViaRegexFontNameResultP';
|
|
157
|
+
import type { PdfiumUpdateFormFieldAnnotationRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, PdfiumUpdateFormFieldAnnotationRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldAnnotationRequestP';
|
|
158
|
+
import type { PdfiumUpdateFormFieldRequestP as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, PdfiumUpdateFormFieldRequestP__Output as _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output } from '../ironpdfengineproto/PdfiumUpdateFormFieldRequestP';
|
|
159
|
+
import type { SizeResultP as _ironpdfengineproto_SizeResultP, SizeResultP__Output as _ironpdfengineproto_SizeResultP__Output } from '../ironpdfengineproto/SizeResultP';
|
|
111
160
|
import type { StringDictionaryResultP as _ironpdfengineproto_StringDictionaryResultP, StringDictionaryResultP__Output as _ironpdfengineproto_StringDictionaryResultP__Output } from '../ironpdfengineproto/StringDictionaryResultP';
|
|
112
161
|
import type { StringResultP as _ironpdfengineproto_StringResultP, StringResultP__Output as _ironpdfengineproto_StringResultP__Output } from '../ironpdfengineproto/StringResultP';
|
|
113
162
|
import type { SystemIsLicensedRequestP as _ironpdfengineproto_SystemIsLicensedRequestP, SystemIsLicensedRequestP__Output as _ironpdfengineproto_SystemIsLicensedRequestP__Output } from '../ironpdfengineproto/SystemIsLicensedRequestP';
|
|
@@ -179,6 +228,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
179
228
|
chromeRenderFromZipFile(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP>;
|
|
180
229
|
chromeRenderFromZipFile(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP>;
|
|
181
230
|
chromeRenderFromZipFile(callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP>;
|
|
231
|
+
Chrome_Render_MeasureHtml(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
232
|
+
Chrome_Render_MeasureHtml(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
233
|
+
Chrome_Render_MeasureHtml(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
234
|
+
Chrome_Render_MeasureHtml(callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
235
|
+
chromeRenderMeasureHtml(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
236
|
+
chromeRenderMeasureHtml(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
237
|
+
chromeRenderMeasureHtml(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
238
|
+
chromeRenderMeasureHtml(callback: grpc.requestCallback<_ironpdfengineproto_SizeResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP>;
|
|
182
239
|
Chrome_Render_RtfToPdf(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP>;
|
|
183
240
|
Chrome_Render_RtfToPdf(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP>;
|
|
184
241
|
Chrome_Render_RtfToPdf(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP>;
|
|
@@ -203,6 +260,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
203
260
|
handshake(argument: _ironpdfengineproto_HandshakeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
204
261
|
handshake(argument: _ironpdfengineproto_HandshakeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
205
262
|
handshake(argument: _ironpdfengineproto_HandshakeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_HandshakeResponseP__Output>): grpc.ClientUnaryCall;
|
|
263
|
+
Pdfium_Annotation_AddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
264
|
+
Pdfium_Annotation_AddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
265
|
+
Pdfium_Annotation_AddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
266
|
+
Pdfium_Annotation_AddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
267
|
+
pdfiumAnnotationAddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
268
|
+
pdfiumAnnotationAddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
269
|
+
pdfiumAnnotationAddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
270
|
+
pdfiumAnnotationAddLinkAnnotation(argument: _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
206
271
|
Pdfium_Annotation_AddTextAnnotation(argument: _ironpdfengineproto_PdfiumAddTextAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
207
272
|
Pdfium_Annotation_AddTextAnnotation(argument: _ironpdfengineproto_PdfiumAddTextAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
208
273
|
Pdfium_Annotation_AddTextAnnotation(argument: _ironpdfengineproto_PdfiumAddTextAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -227,6 +292,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
227
292
|
pdfiumAnnotationGetAnnotationCountRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
228
293
|
pdfiumAnnotationGetAnnotationCountRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
229
294
|
pdfiumAnnotationGetAnnotationCountRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationCountRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
295
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
296
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
297
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
298
|
+
Pdfium_Annotation_GetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
299
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
300
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
301
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
302
|
+
pdfiumAnnotationGetAnnotationsRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>): grpc.ClientUnaryCall;
|
|
230
303
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
231
304
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
232
305
|
Pdfium_Annotation_GetTextAnnotationRequestP(argument: _ironpdfengineproto_PdfiumGetAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -327,6 +400,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
327
400
|
pdfiumCompressCompressImages(argument: _ironpdfengineproto_PdfiumCompressImagesRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
328
401
|
pdfiumCompressCompressImages(argument: _ironpdfengineproto_PdfiumCompressImagesRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
329
402
|
pdfiumCompressCompressImages(argument: _ironpdfengineproto_PdfiumCompressImagesRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
403
|
+
Pdfium_Compress_RemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
404
|
+
Pdfium_Compress_RemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
405
|
+
Pdfium_Compress_RemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
406
|
+
Pdfium_Compress_RemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
407
|
+
pdfiumCompressRemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
408
|
+
pdfiumCompressRemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
409
|
+
pdfiumCompressRemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
410
|
+
pdfiumCompressRemoveStructTree(argument: _ironpdfengineproto_PdfiumRemoveStructTreeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
330
411
|
Pdfium_ConvertToPdfA(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP>;
|
|
331
412
|
Pdfium_ConvertToPdfA(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP>;
|
|
332
413
|
Pdfium_ConvertToPdfA(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP>;
|
|
@@ -359,6 +440,126 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
359
440
|
pdfiumDispose(argument: _ironpdfengineproto_PdfDocumentP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
360
441
|
pdfiumDispose(argument: _ironpdfengineproto_PdfDocumentP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
361
442
|
pdfiumDispose(argument: _ironpdfengineproto_PdfDocumentP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
443
|
+
Pdfium_Font_AddViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
444
|
+
Pdfium_Font_AddViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
445
|
+
Pdfium_Font_AddViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
446
|
+
Pdfium_Font_AddViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
447
|
+
pdfiumFontAddViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
448
|
+
pdfiumFontAddViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
449
|
+
pdfiumFontAddViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
450
|
+
pdfiumFontAddViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP>;
|
|
451
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
452
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
453
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
454
|
+
Pdfium_Font_AddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
455
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
456
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
457
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
458
|
+
pdfiumFontAddViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
459
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
460
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
461
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
462
|
+
Pdfium_Font_AddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
463
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
464
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
465
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
466
|
+
pdfiumFontAddViaStandardFontName(argument: _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
467
|
+
Pdfium_Font_EmbedViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
468
|
+
Pdfium_Font_EmbedViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
469
|
+
Pdfium_Font_EmbedViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
470
|
+
Pdfium_Font_EmbedViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
471
|
+
pdfiumFontEmbedViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
472
|
+
pdfiumFontEmbedViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
473
|
+
pdfiumFontEmbedViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
474
|
+
pdfiumFontEmbedViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP>;
|
|
475
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
476
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
477
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
478
|
+
Pdfium_Font_FindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
479
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
480
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
481
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
482
|
+
pdfiumFontFindFonts(argument: _ironpdfengineproto_PdfiumFindFontsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumFindFontsResultP__Output>): grpc.ClientUnaryCall;
|
|
483
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
484
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
485
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
486
|
+
Pdfium_Font_GetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
487
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
488
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
489
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
490
|
+
pdfiumFontGetFontInfoAt(argument: _ironpdfengineproto_PdfiumGetFontInfoAtRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>): grpc.ClientUnaryCall;
|
|
491
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
492
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
493
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
494
|
+
Pdfium_Font_GetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
495
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
496
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
497
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
498
|
+
pdfiumFontGetStandardFontName(argument: _ironpdfengineproto_PdfiumGetStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
499
|
+
Pdfium_Font_ReplaceViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
500
|
+
Pdfium_Font_ReplaceViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
501
|
+
Pdfium_Font_ReplaceViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
502
|
+
Pdfium_Font_ReplaceViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
503
|
+
pdfiumFontReplaceViaByteArray(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
504
|
+
pdfiumFontReplaceViaByteArray(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
505
|
+
pdfiumFontReplaceViaByteArray(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
506
|
+
pdfiumFontReplaceViaByteArray(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP>;
|
|
507
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
508
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
509
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
510
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
511
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
512
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
513
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
514
|
+
pdfiumFontReplaceViaStandardFontEnumVal(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>): grpc.ClientUnaryCall;
|
|
515
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
516
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
517
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
518
|
+
Pdfium_Font_ReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
519
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
520
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
521
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
522
|
+
pdfiumFontReplaceViaStandardFontName(argument: _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
523
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
524
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
525
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
526
|
+
Pdfium_Font_ResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
527
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
528
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
529
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
530
|
+
pdfiumFontResolveStandardFontName(argument: _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
531
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
532
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
533
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
534
|
+
Pdfium_Font_UnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
535
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
536
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
537
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
538
|
+
pdfiumFontUnEmbedFontViaObjNum(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>): grpc.ClientUnaryCall;
|
|
539
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
540
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
541
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
542
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
543
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
544
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
545
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
546
|
+
pdfiumFontUnEmbedFontViaRegexFontName(argument: _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>): grpc.ClientUnaryCall;
|
|
547
|
+
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
548
|
+
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
549
|
+
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
550
|
+
Pdfium_Form_AddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
551
|
+
pdfiumFormAddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
552
|
+
pdfiumFormAddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
553
|
+
pdfiumFormAddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
554
|
+
pdfiumFormAddFormField(argument: _ironpdfengineproto_PdfiumAddFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
555
|
+
Pdfium_Form_AddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
556
|
+
Pdfium_Form_AddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
557
|
+
Pdfium_Form_AddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
558
|
+
Pdfium_Form_AddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
559
|
+
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
560
|
+
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
561
|
+
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
562
|
+
pdfiumFormAddFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntResultP__Output>): grpc.ClientUnaryCall;
|
|
362
563
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
363
564
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
364
565
|
Pdfium_Form_FlattenForm(argument: _ironpdfengineproto_PdfiumFlattenFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -399,14 +600,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
399
600
|
pdfiumFormGetFieldValue(argument: _ironpdfengineproto_PdfiumGetFormFieldValueRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldValueResultP__Output>): grpc.ClientUnaryCall;
|
|
400
601
|
pdfiumFormGetFieldValue(argument: _ironpdfengineproto_PdfiumGetFormFieldValueRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldValueResultP__Output>): grpc.ClientUnaryCall;
|
|
401
602
|
pdfiumFormGetFieldValue(argument: _ironpdfengineproto_PdfiumGetFormFieldValueRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldValueResultP__Output>): grpc.ClientUnaryCall;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
603
|
+
Pdfium_Form_GetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
604
|
+
Pdfium_Form_GetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
605
|
+
Pdfium_Form_GetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
606
|
+
Pdfium_Form_GetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
607
|
+
pdfiumFormGetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
608
|
+
pdfiumFormGetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
609
|
+
pdfiumFormGetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
610
|
+
pdfiumFormGetFontInfoCollection(argument: _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>): grpc.ClientUnaryCall;
|
|
410
611
|
Pdfium_Form_GetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
411
612
|
Pdfium_Form_GetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
412
613
|
Pdfium_Form_GetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -415,6 +616,30 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
415
616
|
pdfiumFormGetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
416
617
|
pdfiumFormGetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
417
618
|
pdfiumFormGetForm(argument: _ironpdfengineproto_PdfiumGetFormRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormResultP__Output>): grpc.ClientUnaryCall;
|
|
619
|
+
Pdfium_Form_GetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
620
|
+
Pdfium_Form_GetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
621
|
+
Pdfium_Form_GetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
622
|
+
Pdfium_Form_GetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
623
|
+
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
624
|
+
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
625
|
+
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
626
|
+
pdfiumFormGetFormFields(argument: _ironpdfengineproto_PdfiumGetFormFieldsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>): grpc.ClientUnaryCall;
|
|
627
|
+
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
628
|
+
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
629
|
+
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
630
|
+
Pdfium_Form_RemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
631
|
+
pdfiumFormRemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
632
|
+
pdfiumFormRemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
633
|
+
pdfiumFormRemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
634
|
+
pdfiumFormRemoveFormField(argument: _ironpdfengineproto_PdfiumRemoveFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
635
|
+
Pdfium_Form_RemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
636
|
+
Pdfium_Form_RemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
637
|
+
Pdfium_Form_RemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
638
|
+
Pdfium_Form_RemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
639
|
+
pdfiumFormRemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
640
|
+
pdfiumFormRemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
641
|
+
pdfiumFormRemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
642
|
+
pdfiumFormRemoveFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
418
643
|
Pdfium_Form_RenameField(argument: _ironpdfengineproto_PdfiumRenameFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>): grpc.ClientUnaryCall;
|
|
419
644
|
Pdfium_Form_RenameField(argument: _ironpdfengineproto_PdfiumRenameFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>): grpc.ClientUnaryCall;
|
|
420
645
|
Pdfium_Form_RenameField(argument: _ironpdfengineproto_PdfiumRenameFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -447,6 +672,30 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
447
672
|
pdfiumFormSetFormFieldIsReadOnly(argument: _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
448
673
|
pdfiumFormSetFormFieldIsReadOnly(argument: _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
449
674
|
pdfiumFormSetFormFieldIsReadOnly(argument: _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
675
|
+
Pdfium_Form_SetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
676
|
+
Pdfium_Form_SetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
677
|
+
Pdfium_Form_SetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
678
|
+
Pdfium_Form_SetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
679
|
+
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
680
|
+
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
681
|
+
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
682
|
+
pdfiumFormSetFormFieldValue(argument: _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
683
|
+
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
684
|
+
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
685
|
+
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
686
|
+
Pdfium_Form_UpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
687
|
+
pdfiumFormUpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
688
|
+
pdfiumFormUpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
689
|
+
pdfiumFormUpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
690
|
+
pdfiumFormUpdateFormField(argument: _ironpdfengineproto_PdfiumUpdateFormFieldRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
691
|
+
Pdfium_Form_UpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
692
|
+
Pdfium_Form_UpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
693
|
+
Pdfium_Form_UpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
694
|
+
Pdfium_Form_UpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
695
|
+
pdfiumFormUpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
696
|
+
pdfiumFormUpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
697
|
+
pdfiumFormUpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
698
|
+
pdfiumFormUpdateFormFieldAnnotation(argument: _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
450
699
|
Pdfium_FromBytes(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP>;
|
|
451
700
|
Pdfium_FromBytes(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP>;
|
|
452
701
|
Pdfium_FromBytes(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP>;
|
|
@@ -583,6 +832,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
583
832
|
pdfiumPageGetPage(argument: _ironpdfengineproto_PdfiumGetPageRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageResultP__Output>): grpc.ClientUnaryCall;
|
|
584
833
|
pdfiumPageGetPage(argument: _ironpdfengineproto_PdfiumGetPageRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageResultP__Output>): grpc.ClientUnaryCall;
|
|
585
834
|
pdfiumPageGetPage(argument: _ironpdfengineproto_PdfiumGetPageRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageResultP__Output>): grpc.ClientUnaryCall;
|
|
835
|
+
Pdfium_Page_GetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
836
|
+
Pdfium_Page_GetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
837
|
+
Pdfium_Page_GetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
838
|
+
Pdfium_Page_GetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
839
|
+
pdfiumPageGetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
840
|
+
pdfiumPageGetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
841
|
+
pdfiumPageGetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
842
|
+
pdfiumPageGetPageBounds(argument: _ironpdfengineproto_PdfiumGetPageBoundsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumPageBoundsPResultP__Output>): grpc.ClientUnaryCall;
|
|
586
843
|
Pdfium_Page_GetPageCount(argument: _ironpdfengineproto_PdfiumGetPageCountRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageCountResultP__Output>): grpc.ClientUnaryCall;
|
|
587
844
|
Pdfium_Page_GetPageCount(argument: _ironpdfengineproto_PdfiumGetPageCountRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageCountResultP__Output>): grpc.ClientUnaryCall;
|
|
588
845
|
Pdfium_Page_GetPageCount(argument: _ironpdfengineproto_PdfiumGetPageCountRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetPageCountResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -615,6 +872,14 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
615
872
|
pdfiumPageMerge(argument: _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
616
873
|
pdfiumPageMerge(argument: _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
617
874
|
pdfiumPageMerge(argument: _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
875
|
+
Pdfium_Page_MergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
876
|
+
Pdfium_Page_MergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
877
|
+
Pdfium_Page_MergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
878
|
+
Pdfium_Page_MergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
879
|
+
pdfiumPageMergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
880
|
+
pdfiumPageMergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
881
|
+
pdfiumPageMergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
882
|
+
pdfiumPageMergePageObjectsAppend(argument: _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
618
883
|
Pdfium_Page_RemovePages(argument: _ironpdfengineproto_PdfiumRemovePagesRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRemovePagesResultP__Output>): grpc.ClientUnaryCall;
|
|
619
884
|
Pdfium_Page_RemovePages(argument: _ironpdfengineproto_PdfiumRemovePagesRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRemovePagesResultP__Output>): grpc.ClientUnaryCall;
|
|
620
885
|
Pdfium_Page_RemovePages(argument: _ironpdfengineproto_PdfiumRemovePagesRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumRemovePagesResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -663,6 +928,22 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
663
928
|
pdfiumSecuritySetPdfSecuritySettings(argument: _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
664
929
|
pdfiumSecuritySetPdfSecuritySettings(argument: _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
665
930
|
pdfiumSecuritySetPdfSecuritySettings(argument: _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP, callback: grpc.requestCallback<_ironpdfengineproto_PdfDocumentResultP__Output>): grpc.ClientUnaryCall;
|
|
931
|
+
Pdfium_Signature_AddSignatureImage(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
932
|
+
Pdfium_Signature_AddSignatureImage(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
933
|
+
Pdfium_Signature_AddSignatureImage(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
934
|
+
Pdfium_Signature_AddSignatureImage(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
935
|
+
pdfiumSignatureAddSignatureImage(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
936
|
+
pdfiumSignatureAddSignatureImage(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
937
|
+
pdfiumSignatureAddSignatureImage(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
938
|
+
pdfiumSignatureAddSignatureImage(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP>;
|
|
939
|
+
Pdfium_Signature_GetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
940
|
+
Pdfium_Signature_GetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
941
|
+
Pdfium_Signature_GetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
942
|
+
Pdfium_Signature_GetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
943
|
+
pdfiumSignatureGetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
944
|
+
pdfiumSignatureGetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
945
|
+
pdfiumSignatureGetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
946
|
+
pdfiumSignatureGetSignatureByteRange(argument: _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, callback: grpc.requestCallback<_ironpdfengineproto_IntListResultP__Output>): grpc.ClientUnaryCall;
|
|
666
947
|
Pdfium_Signature_GetSignatureCount(argument: _ironpdfengineproto_PdfiumGetSignatureCountRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetSignatureCountResultP__Output>): grpc.ClientUnaryCall;
|
|
667
948
|
Pdfium_Signature_GetSignatureCount(argument: _ironpdfengineproto_PdfiumGetSignatureCountRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetSignatureCountResultP__Output>): grpc.ClientUnaryCall;
|
|
668
949
|
Pdfium_Signature_GetSignatureCount(argument: _ironpdfengineproto_PdfiumGetSignatureCountRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumGetSignatureCountResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -695,6 +976,22 @@ export interface IronPdfServiceClient extends grpc.Client {
|
|
|
695
976
|
pdfiumSignatureSign(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSignRequestStreamP>;
|
|
696
977
|
pdfiumSignatureSign(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSignRequestStreamP>;
|
|
697
978
|
pdfiumSignatureSign(callback: grpc.requestCallback<_ironpdfengineproto_PdfiumSignResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumSignRequestStreamP>;
|
|
979
|
+
Pdfium_Stamp_StampBackgroundWatermark(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
980
|
+
Pdfium_Stamp_StampBackgroundWatermark(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
981
|
+
Pdfium_Stamp_StampBackgroundWatermark(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
982
|
+
Pdfium_Stamp_StampBackgroundWatermark(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
983
|
+
pdfiumStampStampBackgroundWatermark(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
984
|
+
pdfiumStampStampBackgroundWatermark(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
985
|
+
pdfiumStampStampBackgroundWatermark(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
986
|
+
pdfiumStampStampBackgroundWatermark(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP>;
|
|
987
|
+
Pdfium_Stamp_StampStampFooterWatermark(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
988
|
+
Pdfium_Stamp_StampStampFooterWatermark(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
989
|
+
Pdfium_Stamp_StampStampFooterWatermark(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
990
|
+
Pdfium_Stamp_StampStampFooterWatermark(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
991
|
+
pdfiumStampStampStampFooterWatermark(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
992
|
+
pdfiumStampStampStampFooterWatermark(metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
993
|
+
pdfiumStampStampStampFooterWatermark(options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
994
|
+
pdfiumStampStampStampFooterWatermark(callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientWritableStream<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP>;
|
|
698
995
|
Pdfium_Text_DrawText(argument: _ironpdfengineproto_PdfiumDrawTextRequestP, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
699
996
|
Pdfium_Text_DrawText(argument: _ironpdfengineproto_PdfiumDrawTextRequestP, metadata: grpc.Metadata, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
700
997
|
Pdfium_Text_DrawText(argument: _ironpdfengineproto_PdfiumDrawTextRequestP, options: grpc.CallOptions, callback: grpc.requestCallback<_ironpdfengineproto_EmptyResultP__Output>): grpc.ClientUnaryCall;
|
|
@@ -761,12 +1058,15 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
761
1058
|
Chrome_Render_FromHtml: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
762
1059
|
Chrome_Render_FromUri: grpc.handleUnaryCall<_ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
763
1060
|
Chrome_Render_FromZipFile: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1061
|
+
Chrome_Render_MeasureHtml: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP__Output, _ironpdfengineproto_SizeResultP>;
|
|
764
1062
|
Chrome_Render_RtfToPdf: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
765
1063
|
Chrome_Stamp_ApplyStamp: grpc.handleClientStreamingCall<_ironpdfengineproto_ChromeApplyStampRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
766
1064
|
Handshake: grpc.handleUnaryCall<_ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP>;
|
|
1065
|
+
Pdfium_Annotation_AddLinkAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
767
1066
|
Pdfium_Annotation_AddTextAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
768
1067
|
Pdfium_Annotation_EditTextAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
769
1068
|
Pdfium_Annotation_GetAnnotationCountRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1069
|
+
Pdfium_Annotation_GetAnnotationsRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output, _ironpdfengineproto_PdfiumGetAnnotationsResultP>;
|
|
770
1070
|
Pdfium_Annotation_GetTextAnnotationRequestP: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetAnnotationRequestP__Output, _ironpdfengineproto_PdfiumGetTextAnnotationResultP>;
|
|
771
1071
|
Pdfium_Annotation_RemoveAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
772
1072
|
Pdfium_Attachment_AddPdfAttachment: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddPdfAttachmentRequestP__Output, _ironpdfengineproto_PdfiumAddPdfAttachmentResultP>;
|
|
@@ -780,21 +1080,43 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
780
1080
|
Pdfium_Bookmark_InsertBookmark: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumInsertBookmarkRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
781
1081
|
Pdfium_Bookmark_RemoveBookmarks: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveBookmarksRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
782
1082
|
Pdfium_Compress_CompressImages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumCompressImagesRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1083
|
+
Pdfium_Compress_RemoveStructTree: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveStructTreeRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
783
1084
|
Pdfium_ConvertToPdfA: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
784
1085
|
Pdfium_ConvertToPdfUA: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
785
1086
|
Pdfium_Copy: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
786
1087
|
Pdfium_Dispose: grpc.handleUnaryCall<_ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1088
|
+
Pdfium_Font_AddViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP>;
|
|
1089
|
+
Pdfium_Font_AddViaStandardFontEnumVal: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP>;
|
|
1090
|
+
Pdfium_Font_AddViaStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP>;
|
|
1091
|
+
Pdfium_Font_EmbedViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP>;
|
|
1092
|
+
Pdfium_Font_FindFonts: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFindFontsRequestP__Output, _ironpdfengineproto_PdfiumFindFontsResultP>;
|
|
1093
|
+
Pdfium_Font_GetFontInfoAt: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoAtResultP>;
|
|
1094
|
+
Pdfium_Font_GetStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumGetStandardFontNameResultP>;
|
|
1095
|
+
Pdfium_Font_ReplaceViaByteArray: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP>;
|
|
1096
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP>;
|
|
1097
|
+
Pdfium_Font_ReplaceViaStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP>;
|
|
1098
|
+
Pdfium_Font_ResolveStandardFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP>;
|
|
1099
|
+
Pdfium_Font_UnEmbedFontViaObjNum: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP>;
|
|
1100
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP>;
|
|
1101
|
+
Pdfium_Form_AddFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
1102
|
+
Pdfium_Form_AddFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP>;
|
|
787
1103
|
Pdfium_Form_FlattenForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
788
1104
|
Pdfium_Form_GetComboboxOptions: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP>;
|
|
789
1105
|
Pdfium_Form_GetComboboxSelectedIndex: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP>;
|
|
790
1106
|
Pdfium_Form_GetFieldIsReadOnly: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP>;
|
|
791
1107
|
Pdfium_Form_GetFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormFieldValueRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldValueResultP>;
|
|
792
|
-
|
|
1108
|
+
Pdfium_Form_GetFontInfoCollection: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP>;
|
|
793
1109
|
Pdfium_Form_GetForm: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormRequestP__Output, _ironpdfengineproto_PdfiumGetFormResultP>;
|
|
1110
|
+
Pdfium_Form_GetFormFields: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP>;
|
|
1111
|
+
Pdfium_Form_RemoveFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1112
|
+
Pdfium_Form_RemoveFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
794
1113
|
Pdfium_Form_RenameField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRenameFieldRequestP__Output, _ironpdfengineproto_PdfiumRenameFormFieldResultP>;
|
|
795
1114
|
Pdfium_Form_SetFieldFont: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldFontRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
796
1115
|
Pdfium_Form_SetFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
797
1116
|
Pdfium_Form_SetFormFieldIsReadOnly: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1117
|
+
Pdfium_Form_SetFormFieldValue: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1118
|
+
Pdfium_Form_UpdateFormField: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1119
|
+
Pdfium_Form_UpdateFormFieldAnnotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
798
1120
|
Pdfium_FromBytes: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
799
1121
|
Pdfium_GetBinaryData: grpc.handleBidiStreamingCall<_ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP>;
|
|
800
1122
|
Pdfium_GetPaperSizePreset: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPaperSizePresetRequestP__Output, _ironpdfengineproto_PdfiumGetPaperSizePresetResultP>;
|
|
@@ -815,20 +1137,26 @@ export interface IronPdfServiceHandlers extends grpc.UntypedServiceImplementatio
|
|
|
815
1137
|
Pdfium_Metadata_SetMetadataDict: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
816
1138
|
Pdfium_Page_CopyPages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
817
1139
|
Pdfium_Page_GetPage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPageRequestP__Output, _ironpdfengineproto_PdfiumGetPageResultP>;
|
|
1140
|
+
Pdfium_Page_GetPageBounds: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPageBoundsRequestP__Output, _ironpdfengineproto_PdfiumPageBoundsPResultP>;
|
|
818
1141
|
Pdfium_Page_GetPageCount: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPageCountRequestP__Output, _ironpdfengineproto_PdfiumGetPageCountResultP>;
|
|
819
1142
|
Pdfium_Page_GetPages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPagesRequestP__Output, _ironpdfengineproto_PdfiumGetPagesResultP>;
|
|
820
1143
|
Pdfium_Page_InsertPdf: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumPdfDocumentInsertRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
821
1144
|
Pdfium_Page_Merge: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumPdfDocumentMergeRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1145
|
+
Pdfium_Page_MergePageObjectsAppend: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
822
1146
|
Pdfium_Page_RemovePages: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemovePagesRequestP__Output, _ironpdfengineproto_PdfiumRemovePagesResultP>;
|
|
823
1147
|
Pdfium_Page_ResizePage: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumResizePageRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
824
1148
|
Pdfium_Page_SetPagesRotation: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetPagesRotationRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
825
1149
|
Pdfium_Security_GetPdfSecuritySettings: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetPdfSecuritySettingsRequestP__Output, _ironpdfengineproto_PdfiumGetPdfSecuritySettingsResultP>;
|
|
826
1150
|
Pdfium_Security_RemovePasswordsAndEncryption: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemovePasswordsAndEncryptionRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
827
1151
|
Pdfium_Security_SetPdfSecuritySettings: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP__Output, _ironpdfengineproto_PdfDocumentResultP>;
|
|
1152
|
+
Pdfium_Signature_AddSignatureImage: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1153
|
+
Pdfium_Signature_GetSignatureByteRange: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP__Output, _ironpdfengineproto_IntListResultP>;
|
|
828
1154
|
Pdfium_Signature_GetSignatureCount: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumGetSignatureCountRequestP__Output, _ironpdfengineproto_PdfiumGetSignatureCountResultP>;
|
|
829
1155
|
Pdfium_Signature_GetVerifiedSignature: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP__Output, _ironpdfengineproto_PdfiumGetVerifySignatureResultP>;
|
|
830
1156
|
Pdfium_Signature_RemoveSignatures: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumRemoveSignaturesRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
831
1157
|
Pdfium_Signature_Sign: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumSignRequestStreamP__Output, _ironpdfengineproto_PdfiumSignResultP>;
|
|
1158
|
+
Pdfium_Stamp_StampBackgroundWatermark: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
1159
|
+
Pdfium_Stamp_StampStampFooterWatermark: grpc.handleClientStreamingCall<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
832
1160
|
Pdfium_Text_DrawText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumDrawTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
833
1161
|
Pdfium_Text_ExtractAllText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP>;
|
|
834
1162
|
Pdfium_Text_ReplaceText: grpc.handleUnaryCall<_ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP>;
|
|
@@ -846,12 +1174,15 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
846
1174
|
Chrome_Render_FromHtml: MethodDefinition<_ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlRequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_ChromeRenderPdfDocumentFromHtmlRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
847
1175
|
Chrome_Render_FromUri: MethodDefinition<_ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_ChromeRenderPdfDocumentFromUriRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
848
1176
|
Chrome_Render_FromZipFile: MethodDefinition<_ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_ChromeRenderPdfDocumentFromZipFileRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
1177
|
+
Chrome_Render_MeasureHtml: MethodDefinition<_ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP, _ironpdfengineproto_SizeResultP, _ironpdfengineproto_ChromeRenderMeasureHtmlRequestStreamP__Output, _ironpdfengineproto_SizeResultP__Output>;
|
|
849
1178
|
Chrome_Render_RtfToPdf: MethodDefinition<_ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_ChromeRenderPdfDocumentFromRtfStringRequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
850
1179
|
Chrome_Stamp_ApplyStamp: MethodDefinition<_ironpdfengineproto_ChromeApplyStampRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_ChromeApplyStampRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
851
1180
|
Handshake: MethodDefinition<_ironpdfengineproto_HandshakeRequestP, _ironpdfengineproto_HandshakeResponseP, _ironpdfengineproto_HandshakeRequestP__Output, _ironpdfengineproto_HandshakeResponseP__Output>;
|
|
1181
|
+
Pdfium_Annotation_AddLinkAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddLinkAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumAddLinkAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
852
1182
|
Pdfium_Annotation_AddTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddTextAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddTextAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
853
1183
|
Pdfium_Annotation_EditTextAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumEditTextAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumEditTextAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
854
1184
|
Pdfium_Annotation_GetAnnotationCountRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationCountRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumGetAnnotationCountRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
1185
|
+
Pdfium_Annotation_GetAnnotationsRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationsRequestP, _ironpdfengineproto_PdfiumGetAnnotationsResultP, _ironpdfengineproto_PdfiumGetAnnotationsRequestP__Output, _ironpdfengineproto_PdfiumGetAnnotationsResultP__Output>;
|
|
855
1186
|
Pdfium_Annotation_GetTextAnnotationRequestP: MethodDefinition<_ironpdfengineproto_PdfiumGetAnnotationRequestP, _ironpdfengineproto_PdfiumGetTextAnnotationResultP, _ironpdfengineproto_PdfiumGetAnnotationRequestP__Output, _ironpdfengineproto_PdfiumGetTextAnnotationResultP__Output>;
|
|
856
1187
|
Pdfium_Annotation_RemoveAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumRemoveAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumRemoveAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
857
1188
|
Pdfium_Attachment_AddPdfAttachment: MethodDefinition<_ironpdfengineproto_PdfiumAddPdfAttachmentRequestP, _ironpdfengineproto_PdfiumAddPdfAttachmentResultP, _ironpdfengineproto_PdfiumAddPdfAttachmentRequestP__Output, _ironpdfengineproto_PdfiumAddPdfAttachmentResultP__Output>;
|
|
@@ -865,21 +1196,43 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
865
1196
|
Pdfium_Bookmark_InsertBookmark: MethodDefinition<_ironpdfengineproto_PdfiumInsertBookmarkRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumInsertBookmarkRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
866
1197
|
Pdfium_Bookmark_RemoveBookmarks: MethodDefinition<_ironpdfengineproto_PdfiumRemoveBookmarksRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveBookmarksRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
867
1198
|
Pdfium_Compress_CompressImages: MethodDefinition<_ironpdfengineproto_PdfiumCompressImagesRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumCompressImagesRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1199
|
+
Pdfium_Compress_RemoveStructTree: MethodDefinition<_ironpdfengineproto_PdfiumRemoveStructTreeRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveStructTreeRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
868
1200
|
Pdfium_ConvertToPdfA: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfARequestStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumConvertToPdfARequestStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
869
1201
|
Pdfium_ConvertToPdfUA: MethodDefinition<_ironpdfengineproto_PdfiumConvertToPdfUARequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumConvertToPdfUARequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
870
1202
|
Pdfium_Copy: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
871
1203
|
Pdfium_Dispose: MethodDefinition<_ironpdfengineproto_PdfDocumentP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfDocumentP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1204
|
+
Pdfium_Font_AddViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP, _ironpdfengineproto_PdfiumAddFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumAddFontViaByteArrayResultP__Output>;
|
|
1205
|
+
Pdfium_Font_AddViaStandardFontEnumVal: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontEnumValResultP__Output>;
|
|
1206
|
+
Pdfium_Font_AddViaStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumAddFontViaStandardFontNameResultP__Output>;
|
|
1207
|
+
Pdfium_Font_EmbedViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumEmbedFontViaByteArrayResultP__Output>;
|
|
1208
|
+
Pdfium_Font_FindFonts: MethodDefinition<_ironpdfengineproto_PdfiumFindFontsRequestP, _ironpdfengineproto_PdfiumFindFontsResultP, _ironpdfengineproto_PdfiumFindFontsRequestP__Output, _ironpdfengineproto_PdfiumFindFontsResultP__Output>;
|
|
1209
|
+
Pdfium_Font_GetFontInfoAt: MethodDefinition<_ironpdfengineproto_PdfiumGetFontInfoAtRequestP, _ironpdfengineproto_PdfiumGetFontInfoAtResultP, _ironpdfengineproto_PdfiumGetFontInfoAtRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoAtResultP__Output>;
|
|
1210
|
+
Pdfium_Font_GetStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumGetStandardFontNameRequestP, _ironpdfengineproto_PdfiumGetStandardFontNameResultP, _ironpdfengineproto_PdfiumGetStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumGetStandardFontNameResultP__Output>;
|
|
1211
|
+
Pdfium_Font_ReplaceViaByteArray: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayRequestStreamP__Output, _ironpdfengineproto_PdfiumReplaceFontViaByteArrayResultP__Output>;
|
|
1212
|
+
Pdfium_Font_ReplaceViaStandardFontEnumVal: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontEnumValResultP__Output>;
|
|
1213
|
+
Pdfium_Font_ReplaceViaStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumReplaceFontViaStandardFontNameResultP__Output>;
|
|
1214
|
+
Pdfium_Font_ResolveStandardFontName: MethodDefinition<_ironpdfengineproto_PdfiumResolveStandardFontNameRequestP, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP, _ironpdfengineproto_PdfiumResolveStandardFontNameRequestP__Output, _ironpdfengineproto_PdfiumResolveStandardFontNameResultP__Output>;
|
|
1215
|
+
Pdfium_Font_UnEmbedFontViaObjNum: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaObjNumResultP__Output>;
|
|
1216
|
+
Pdfium_Font_UnEmbedFontViaRegexFontName: MethodDefinition<_ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameRequestP__Output, _ironpdfengineproto_PdfiumUnEmbedFontViaRegexFontNameResultP__Output>;
|
|
1217
|
+
Pdfium_Form_AddFormField: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
1218
|
+
Pdfium_Form_AddFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP, _ironpdfengineproto_IntResultP, _ironpdfengineproto_PdfiumAddFormFieldAnnotationRequestP__Output, _ironpdfengineproto_IntResultP__Output>;
|
|
872
1219
|
Pdfium_Form_FlattenForm: MethodDefinition<_ironpdfengineproto_PdfiumFlattenFormRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumFlattenFormRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
873
1220
|
Pdfium_Form_GetComboboxOptions: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxOptionsRequestP, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP, _ironpdfengineproto_PdfiumGetComboboxOptionsRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxOptionsResultP__Output>;
|
|
874
1221
|
Pdfium_Form_GetComboboxSelectedIndex: MethodDefinition<_ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexRequestP__Output, _ironpdfengineproto_PdfiumGetComboboxSelectedIndexResultP__Output>;
|
|
875
1222
|
Pdfium_Form_GetFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldIsReadOnlyResultP__Output>;
|
|
876
1223
|
Pdfium_Form_GetFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldValueRequestP, _ironpdfengineproto_PdfiumGetFormFieldValueResultP, _ironpdfengineproto_PdfiumGetFormFieldValueRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldValueResultP__Output>;
|
|
877
|
-
|
|
1224
|
+
Pdfium_Form_GetFontInfoCollection: MethodDefinition<_ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP, _ironpdfengineproto_PdfiumGetFontInfoCollectionRequestP__Output, _ironpdfengineproto_PdfiumGetFontInfoCollectionResultP__Output>;
|
|
878
1225
|
Pdfium_Form_GetForm: MethodDefinition<_ironpdfengineproto_PdfiumGetFormRequestP, _ironpdfengineproto_PdfiumGetFormResultP, _ironpdfengineproto_PdfiumGetFormRequestP__Output, _ironpdfengineproto_PdfiumGetFormResultP__Output>;
|
|
1226
|
+
Pdfium_Form_GetFormFields: MethodDefinition<_ironpdfengineproto_PdfiumGetFormFieldsRequestP, _ironpdfengineproto_PdfiumGetFormFieldsResultP, _ironpdfengineproto_PdfiumGetFormFieldsRequestP__Output, _ironpdfengineproto_PdfiumGetFormFieldsResultP__Output>;
|
|
1227
|
+
Pdfium_Form_RemoveFormField: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1228
|
+
Pdfium_Form_RemoveFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
879
1229
|
Pdfium_Form_RenameField: MethodDefinition<_ironpdfengineproto_PdfiumRenameFieldRequestP, _ironpdfengineproto_PdfiumRenameFormFieldResultP, _ironpdfengineproto_PdfiumRenameFieldRequestP__Output, _ironpdfengineproto_PdfiumRenameFormFieldResultP__Output>;
|
|
880
1230
|
Pdfium_Form_SetFieldFont: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldFontRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldFontRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
881
1231
|
Pdfium_Form_SetFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValueRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValueRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
882
1232
|
Pdfium_Form_SetFormFieldIsReadOnly: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldIsReadOnlyRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1233
|
+
Pdfium_Form_SetFormFieldValue: MethodDefinition<_ironpdfengineproto_PdfiumSetFormFieldValue2RequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetFormFieldValue2RequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1234
|
+
Pdfium_Form_UpdateFormField: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1235
|
+
Pdfium_Form_UpdateFormFieldAnnotation: MethodDefinition<_ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumUpdateFormFieldAnnotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
883
1236
|
Pdfium_FromBytes: MethodDefinition<_ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumPdfDocumentConstructorStreamP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
884
1237
|
Pdfium_GetBinaryData: MethodDefinition<_ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP, _ironpdfengineproto_BytesResultStreamP, _ironpdfengineproto_PdfiumGetBinaryDataRequestStreamP__Output, _ironpdfengineproto_BytesResultStreamP__Output>;
|
|
885
1238
|
Pdfium_GetPaperSizePreset: MethodDefinition<_ironpdfengineproto_PdfiumGetPaperSizePresetRequestP, _ironpdfengineproto_PdfiumGetPaperSizePresetResultP, _ironpdfengineproto_PdfiumGetPaperSizePresetRequestP__Output, _ironpdfengineproto_PdfiumGetPaperSizePresetResultP__Output>;
|
|
@@ -900,20 +1253,26 @@ export interface IronPdfServiceDefinition extends grpc.ServiceDefinition {
|
|
|
900
1253
|
Pdfium_Metadata_SetMetadataDict: MethodDefinition<_ironpdfengineproto_PdfiumSetMetadataDictRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetMetadataDictRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
901
1254
|
Pdfium_Page_CopyPages: MethodDefinition<_ironpdfengineproto_PdfiumCopyPagesRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumCopyPagesRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
902
1255
|
Pdfium_Page_GetPage: MethodDefinition<_ironpdfengineproto_PdfiumGetPageRequestP, _ironpdfengineproto_PdfiumGetPageResultP, _ironpdfengineproto_PdfiumGetPageRequestP__Output, _ironpdfengineproto_PdfiumGetPageResultP__Output>;
|
|
1256
|
+
Pdfium_Page_GetPageBounds: MethodDefinition<_ironpdfengineproto_PdfiumGetPageBoundsRequestP, _ironpdfengineproto_PdfiumPageBoundsPResultP, _ironpdfengineproto_PdfiumGetPageBoundsRequestP__Output, _ironpdfengineproto_PdfiumPageBoundsPResultP__Output>;
|
|
903
1257
|
Pdfium_Page_GetPageCount: MethodDefinition<_ironpdfengineproto_PdfiumGetPageCountRequestP, _ironpdfengineproto_PdfiumGetPageCountResultP, _ironpdfengineproto_PdfiumGetPageCountRequestP__Output, _ironpdfengineproto_PdfiumGetPageCountResultP__Output>;
|
|
904
1258
|
Pdfium_Page_GetPages: MethodDefinition<_ironpdfengineproto_PdfiumGetPagesRequestP, _ironpdfengineproto_PdfiumGetPagesResultP, _ironpdfengineproto_PdfiumGetPagesRequestP__Output, _ironpdfengineproto_PdfiumGetPagesResultP__Output>;
|
|
905
1259
|
Pdfium_Page_InsertPdf: MethodDefinition<_ironpdfengineproto_PdfiumPdfDocumentInsertRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumPdfDocumentInsertRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
906
1260
|
Pdfium_Page_Merge: MethodDefinition<_ironpdfengineproto_PdfiumPdfDocumentMergeRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumPdfDocumentMergeRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
1261
|
+
Pdfium_Page_MergePageObjectsAppend: MethodDefinition<_ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumMergePageObjectsAppendRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
907
1262
|
Pdfium_Page_RemovePages: MethodDefinition<_ironpdfengineproto_PdfiumRemovePagesRequestP, _ironpdfengineproto_PdfiumRemovePagesResultP, _ironpdfengineproto_PdfiumRemovePagesRequestP__Output, _ironpdfengineproto_PdfiumRemovePagesResultP__Output>;
|
|
908
1263
|
Pdfium_Page_ResizePage: MethodDefinition<_ironpdfengineproto_PdfiumResizePageRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumResizePageRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
909
1264
|
Pdfium_Page_SetPagesRotation: MethodDefinition<_ironpdfengineproto_PdfiumSetPagesRotationRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumSetPagesRotationRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
910
1265
|
Pdfium_Security_GetPdfSecuritySettings: MethodDefinition<_ironpdfengineproto_PdfiumGetPdfSecuritySettingsRequestP, _ironpdfengineproto_PdfiumGetPdfSecuritySettingsResultP, _ironpdfengineproto_PdfiumGetPdfSecuritySettingsRequestP__Output, _ironpdfengineproto_PdfiumGetPdfSecuritySettingsResultP__Output>;
|
|
911
1266
|
Pdfium_Security_RemovePasswordsAndEncryption: MethodDefinition<_ironpdfengineproto_PdfiumRemovePasswordsAndEncryptionRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemovePasswordsAndEncryptionRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
912
1267
|
Pdfium_Security_SetPdfSecuritySettings: MethodDefinition<_ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP, _ironpdfengineproto_PdfDocumentResultP, _ironpdfengineproto_PdfiumSetPdfSecuritySettingsRequestP__Output, _ironpdfengineproto_PdfDocumentResultP__Output>;
|
|
1268
|
+
Pdfium_Signature_AddSignatureImage: MethodDefinition<_ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumAddSignatureImageRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1269
|
+
Pdfium_Signature_GetSignatureByteRange: MethodDefinition<_ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP, _ironpdfengineproto_IntListResultP, _ironpdfengineproto_PdfiumGetSignatureByteRangeRequestP__Output, _ironpdfengineproto_IntListResultP__Output>;
|
|
913
1270
|
Pdfium_Signature_GetSignatureCount: MethodDefinition<_ironpdfengineproto_PdfiumGetSignatureCountRequestP, _ironpdfengineproto_PdfiumGetSignatureCountResultP, _ironpdfengineproto_PdfiumGetSignatureCountRequestP__Output, _ironpdfengineproto_PdfiumGetSignatureCountResultP__Output>;
|
|
914
1271
|
Pdfium_Signature_GetVerifiedSignature: MethodDefinition<_ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP, _ironpdfengineproto_PdfiumGetVerifySignatureResultP, _ironpdfengineproto_PdfiumGetVerifiedSignatureRequestStreamP__Output, _ironpdfengineproto_PdfiumGetVerifySignatureResultP__Output>;
|
|
915
1272
|
Pdfium_Signature_RemoveSignatures: MethodDefinition<_ironpdfengineproto_PdfiumRemoveSignaturesRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumRemoveSignaturesRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
916
1273
|
Pdfium_Signature_Sign: MethodDefinition<_ironpdfengineproto_PdfiumSignRequestStreamP, _ironpdfengineproto_PdfiumSignResultP, _ironpdfengineproto_PdfiumSignRequestStreamP__Output, _ironpdfengineproto_PdfiumSignResultP__Output>;
|
|
1274
|
+
Pdfium_Stamp_StampBackgroundWatermark: MethodDefinition<_ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumStampBackgroundWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
1275
|
+
Pdfium_Stamp_StampStampFooterWatermark: MethodDefinition<_ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumStampFooterWatermarkRequestStreamP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
917
1276
|
Pdfium_Text_DrawText: MethodDefinition<_ironpdfengineproto_PdfiumDrawTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumDrawTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|
|
918
1277
|
Pdfium_Text_ExtractAllText: MethodDefinition<_ironpdfengineproto_PdfiumExtractAllTextRequestP, _ironpdfengineproto_StringResultP, _ironpdfengineproto_PdfiumExtractAllTextRequestP__Output, _ironpdfengineproto_StringResultP__Output>;
|
|
919
1278
|
Pdfium_Text_ReplaceText: MethodDefinition<_ironpdfengineproto_PdfiumReplaceTextRequestP, _ironpdfengineproto_EmptyResultP, _ironpdfengineproto_PdfiumReplaceTextRequestP__Output, _ironpdfengineproto_EmptyResultP__Output>;
|