VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / ExportDocxDocumentToPdf(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ExportDocxDocumentToPdf(WebImageFileRequestParams) Method (VintasoftOfficeApiController)
    In This Topic
    Converts the DOCX document to a PDF document.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function ExportDocxDocumentToPdf( _
    ByVal requestParams
    Request, to the server, which contains information about DOCX document that should be exported.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams ExportDocxDocumentToPdf(
    Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams* ExportDocxDocumentToPdf(
    Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams^ ExportDocxDocumentToPdf(
    Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
    )

    Parameters

    requestParams
    Request, to the server, which contains information about DOCX document that should be exported.

    Return Value

    Response from server, which contains the name of output PDF file.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6

    See Also