VintaSoft Imaging .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileConverterApiController Class / ConvertFileToHtml(BaseConvertFileToRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    ConvertFileToHtml(BaseConvertFileToRequestParams) Метод (VintasoftFileConverterApiController)
    В этом разделе
    Запускает асинхронный процесс преобразования файла изображения/документа в формат HTML.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ConvertFileToHtml( _
    ByVal requestParams
    Настройки преобразования и информация о файле изображения/документа.
    As Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams _
    ) As Vintasoft.Imaging.Web.Services.ConvertToResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToHtml(
    Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams* ConvertFileToHtml(
    Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams^ ConvertFileToHtml(
    Vintasoft.Imaging.Web.Services.BaseConvertFileToRequestParams^ requestParams
    )

    Parameters

    requestParams
    Настройки преобразования и информация о файле изображения/документа.

    Return Value

    Ответ сервера, содержащий информацию о процессе конвертации файлов.
    Требования

    Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также