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

    Parameters

    requestParams
    Запрос к серверу, содержащий информацию о XLSX документе, который необходимо экспортировать.

    Return Value

    Ответ от сервера, содержащий имя выходного PDF файла.
    Требования

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

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